0.5 缩减重构

This commit is contained in:
lix-2026
2026-04-13 19:21:42 +08:00
parent af92c4b149
commit 71fb1aee7e
2023 changed files with 21113 additions and 394493 deletions
+10 -10
View File
@@ -20,15 +20,15 @@ export function useBackendHealth() {
} catch {
if (!destroyed) {
setStatus("error");
}
}
};
check();
return () => {
destroyed = true;
controller.abort();
};
}, []);
}
}
};
check();
return () => {
destroyed = true;
controller.abort();
};
}, []);
return status;
}