feat(frontend): 画面に雪を降らせる機能を復活
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user