chore: 支持背景音乐音量设置
This commit is contained in:
@@ -105,7 +105,8 @@ const getDefaultConfig = () => ({
|
||||
// ========== 音乐配置默认值(和displayConfig同级) ==========
|
||||
music: {
|
||||
enabled: false,
|
||||
filePath: ''
|
||||
filePath: '',
|
||||
volume: 0.5 // 默认音量50%
|
||||
},
|
||||
battleEndTime: {
|
||||
date: new Date().toISOString().split('T')[0],
|
||||
|
||||
Reference in New Issue
Block a user