v25.8.10
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user