Files
eric 2a9bb8330c s'
2026-03-12 03:55:17 -05:00

6 lines
116 B
TypeScript

/** localStorage 存储 key */
export const PB_STORAGE_KEYS = {
token: "pb_token",
user: "pb_user",
} as const;