feat: ゲーミングモード実装
This commit is contained in:
parent
8da4b39644
commit
bbd5282dc6
8 changed files with 740 additions and 222 deletions
|
|
@ -270,6 +270,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
gamingMode: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
bannerUrl:{
|
||||
where: 'device',
|
||||
default: bannerDark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue