refactor(storage): use unstorage for session state

This commit is contained in:
2026-07-01 18:36:26 +08:00
parent 0251916a8a
commit ae6578923b
13 changed files with 398 additions and 246 deletions
+3
View File
@@ -23,6 +23,9 @@ export const StorageKeys = {
// chat
chatHistory: "chat_history",
chatScrollSession: "chat_scroll_session",
pendingChatImageReturn: "pending_chat_image_return",
pendingChatUnlock: "pending_chat_unlock",
// pwa / app info
lastPwaDialogShown: "last_pwa_dialog_shown",