feat(metronome): 双引擎(BgAudio 档位+InnerAudio 自定义)+音频迁移 CDN

- 档位模式用 BackgroundAudioManager+预合成循环 mp3, 锁屏可继续播放
- 自定义模式保留 InnerAudio, 支持任意 BPM(40~240)/拍号(2/3/4), 仅前台
- UI 折叠区区分两种模式, preset 默认进, 点"⚙ 自定义节奏"切换
- 音频资产全部迁移到腾讯云 COS, 删除本地 6 个 mp3/jpg (-210KB)
- server 上传白名单补 mp3/wav/m4a/aac/amr/wma 格式
This commit is contained in:
2026-05-26 11:15:15 +08:00
parent 0e46bf8e0d
commit 3325be0622
12 changed files with 380 additions and 107 deletions
-1
View File
@@ -122,7 +122,6 @@
"navigationBarBackgroundColor": "#f8fafc",
"navigationBarTextStyle": "black",
"backgroundColor": "#f8fafc",
"disableScroll": true,
"requiredBackgroundModes": ["audio"]
}
}