This commit is contained in:
2025-08-27 01:21:23 +09:00
parent b9a4fe8763
commit 81e9bea8ab
18 changed files with 368 additions and 63 deletions
+5
View File
@@ -11,6 +11,11 @@ export default async function APICheck() {
cache: "no-store",
});
if (req.status < 200 || req.status > 299) {
console.log(styleText("red", "uwuzuサーバーから正常な返答がありませんでした"));
process.exit();
}
const res = await req.json();
if (res.error_code !== undefined) {