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