修复无法自适应浏览器语言

This commit is contained in:
eoao
2025-07-29 14:09:00 +08:00
parent 12833cd901
commit d03b7ca21d
3 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ export const useSettingStore = defineStore('setting', {
},
persist: {
storage: sessionStorage,
pick: ['lang'],
},
})