mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-07-01 21:57:17 +08:00
refactor:pc views
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const STORAGE_KEYS = {
|
||||
USERNAME: "saved_username",
|
||||
PASSWORD: "saved_password",
|
||||
TOKEN: "token",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user