feat(frontend): 画面に雪を降らせる機能を復活
This commit is contained in:
parent
8c218397bc
commit
742da2f1e9
7 changed files with 501 additions and 4 deletions
|
|
@ -412,6 +412,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
code: false,
|
||||
} as Record<string, boolean>,
|
||||
},
|
||||
enableSeasonalScreenEffect: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
|
||||
sound_masterVolume: {
|
||||
where: 'device',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue