新增深色模式

This commit is contained in:
eoao
2025-08-22 00:13:56 +08:00
parent d3325f0fe3
commit ff8ba81661
180 changed files with 1867 additions and 3346 deletions

View File

@@ -10,6 +10,7 @@ export const useUiStore = defineStore('ui', {
changePreview: 0,
previewData: {},
key: 0,
dark: false,
asideCount: {
email: 0,
send: 0,
@@ -26,6 +27,6 @@ export const useUiStore = defineStore('ui', {
}
},
persist: {
pick: ['accountShow'],
pick: ['accountShow','dark'],
},
})
})