新增中英文切换
This commit is contained in:
@@ -6,9 +6,13 @@ export const useSettingStore = defineStore('setting', {
|
||||
settings: {
|
||||
r2Domain: '',
|
||||
loginOpacity: 1.00,
|
||||
}
|
||||
},
|
||||
lang: '',
|
||||
}),
|
||||
actions: {
|
||||
|
||||
}
|
||||
},
|
||||
persist: {
|
||||
pick: ['lang'],
|
||||
},
|
||||
})
|
||||
|
||||
@@ -6,6 +6,7 @@ export const useUiStore = defineStore('ui', {
|
||||
accountShow: false,
|
||||
backgroundLoading: true,
|
||||
writerRef: null,
|
||||
key: 0,
|
||||
asideCount: {
|
||||
email: 0,
|
||||
send: 0,
|
||||
|
||||
Reference in New Issue
Block a user