新增中英文切换
This commit is contained in:
@@ -6,9 +6,13 @@ export const useSettingStore = defineStore('setting', {
|
||||
settings: {
|
||||
r2Domain: '',
|
||||
loginOpacity: 1.00,
|
||||
}
|
||||
},
|
||||
lang: '',
|
||||
}),
|
||||
actions: {
|
||||
|
||||
}
|
||||
},
|
||||
persist: {
|
||||
pick: ['lang'],
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user