mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 19:51:48 +08:00
feat(自定义主题): 纯净模式
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user