This commit is contained in:
mattyatea 2023-10-13 07:26:27 +09:00
parent 79876ab3ac
commit 120efff6c1
5 changed files with 59 additions and 21 deletions

View file

@ -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;