feat:save

This commit is contained in:
zyronon
2025-08-06 01:56:05 +08:00
parent d53863d96f
commit 0d23448d75
9 changed files with 87382 additions and 47357 deletions

View File

@@ -18,7 +18,6 @@ const settingStore = useSettingStore()
const {setTheme} = useTheme()
watch(store.$state, (n: BaseState) => {
console.log('watch(store.$state,')
localforage.setItem(SAVE_DICT_KEY.key, JSON.stringify({val: shakeCommonDict(n), version: SAVE_DICT_KEY.version}))
})