feat: 计时、最大关卡配置

This commit is contained in:
streakingman
2022-10-10 03:39:46 +08:00
parent 84fa8483d9
commit b7482fa209
11 changed files with 120 additions and 88 deletions
+1
View File
@@ -23,6 +23,7 @@ export interface Theme<SoundNames> {
backgroundBlur?: boolean;
dark?: boolean;
pure?: boolean;
maxLevel?: number;
icons: Icon<SoundNames>[];
sounds: Sound<SoundNames>[];
operateSoundMap?: Record<Operation, SoundNames>;