release(main): 清理示例数据并统一空态体验

This commit is contained in:
Cheng Zhou
2026-03-31 11:21:27 +08:00
parent ec142498f4
commit 546c0e04c9
38 changed files with 786 additions and 729 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ describe("auth store logout", () => {
const session = useSessionStore();
const auth = useAuthStore();
session.lock("token_invalid", "demo@example.com", Date.now() + 60_000);
session.lock("token_invalid", "user@example.com", Date.now() + 60_000);
auth.logout();
expect(session.locked).toBe(false);