feat(自定义主题): 背景图片配置

This commit is contained in:
streakingman
2022-09-26 22:36:07 +08:00
parent 0127253fdd
commit ae7dab752c
4 changed files with 74 additions and 6 deletions
+2
View File
@@ -20,6 +20,8 @@ export interface Theme<SoundNames> {
desc?: ReactNode;
name: string;
bgm?: string;
background?: string;
backgroundBlur?: boolean;
pure?: boolean;
icons: Icon<SoundNames>[];
sounds: Sound<SoundNames>[];