feat(自定义主题): 纯净模式

This commit is contained in:
streakingman
2022-09-26 21:40:15 +08:00
parent a32cb04bb3
commit 0127253fdd
6 changed files with 133 additions and 82 deletions
+1
View File
@@ -20,6 +20,7 @@ export interface Theme<SoundNames> {
desc?: ReactNode;
name: string;
bgm?: string;
pure?: boolean;
icons: Icon<SoundNames>[];
sounds: Sound<SoundNames>[];
operateSoundMap?: Record<Operation, SoundNames>;