refactor:pc views

This commit is contained in:
jiangrui
2025-03-05 18:20:54 +08:00
parent 7bcec7e3b4
commit 1f3a83b84d
25 changed files with 2949 additions and 1117 deletions

View File

@@ -0,0 +1,5 @@
export const STORAGE_KEYS = {
USERNAME: "saved_username",
PASSWORD: "saved_password",
TOKEN: "token",
} as const;