feat: instance default theme
This commit is contained in:
parent
bc9157a03b
commit
ba4ef23d6b
10 changed files with 93 additions and 5 deletions
|
|
@ -230,6 +230,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: ''
|
||||
},
|
||||
themeInitial: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
},
|
||||
aiChanMode: {
|
||||
where: 'device',
|
||||
default: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue