feat(frontend): 画面に雪を降らせる機能を復活

This commit is contained in:
syuilo
2023-12-16 13:52:52 +09:00
parent 8c218397bc
commit 742da2f1e9
7 changed files with 501 additions and 4 deletions

View File

@@ -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',