feat: add Chinese-English language toggle

This commit is contained in:
eoao
2026-05-08 23:35:05 +08:00
parent f0bf6da963
commit 24f271a1ed
4 changed files with 39 additions and 5 deletions

View File

@@ -11,5 +11,8 @@ export const useSettingStore = defineStore('setting', {
}),
actions: {
}
},
persist: {
pick: ['lang'],
},
})