feat: add Chinese-English language toggle
This commit is contained in:
@@ -11,5 +11,8 @@ export const useSettingStore = defineStore('setting', {
|
||||
}),
|
||||
actions: {
|
||||
|
||||
}
|
||||
},
|
||||
persist: {
|
||||
pick: ['lang'],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user