timo/feat-rolling #9

Merged
HoshinoSuzumi merged 2 commits from timo/feat-rolling into main 2026-02-10 01:18:24 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8d6e2efb53 - Show all commits

View File

@@ -73,7 +73,7 @@ export const useLoginState = defineStore(
persist: {
key: 'xsh_assistant_persisted_state',
storage: piniaPluginPersistedstate.localStorage(),
paths: ['is_logged_in', 'token', 'user'],
pick: ['is_logged_in', 'token', 'user'],
},
}
)

View File

@@ -33,7 +33,7 @@ export const useTourState = defineStore(
persist: {
key: 'xsh_assistant_tour_state',
storage: piniaPluginPersistedstate.localStorage(),
paths: ['tourState'],
pick: ['tourState'],
},
}
)