difk
This commit is contained in:
parent
79876ab3ac
commit
120efff6c1
5 changed files with 59 additions and 21 deletions
|
|
@ -272,6 +272,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: true,
|
||||
},
|
||||
gamingType: {
|
||||
where: 'device',
|
||||
default: 'dark',
|
||||
},
|
||||
bannerUrl:{
|
||||
where: 'device',
|
||||
default: bannerDark
|
||||
|
|
@ -442,6 +446,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
}
|
||||
}));
|
||||
|
||||
|
||||
// TODO: 他のタブと永続化されたstateを同期
|
||||
|
||||
const PREFIX = 'miux:' as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue