refactor: 移除polling-store,重构setting-store

This commit is contained in:
yangsy
2026-01-19 15:15:38 +08:00
parent b7b6b216fb
commit 6771abec31
29 changed files with 197 additions and 185 deletions

2
src/global.d.ts vendored
View File

@@ -7,6 +7,6 @@ declare global {
$loadingBar: ReturnType<typeof useLoadingBar>;
$message: ReturnType<typeof useMessage>;
$notification: ReturnType<typeof useNotification>;
$offlineDev: Ref<boolean>;
$mockUser: Ref<boolean>;
}
}