feat: BGM背景音乐管理 - 配置API + 预设库API #395

Merged
xiaoxia merged 2 commits from feat/bgm-management into develop 2026-07-17 09:35:21 +08:00

2 Commits

Author SHA1 Message Date
CI Bot 4a432043af style: auto-format with black + isort (runner env)
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 20s
AI Code Review / AI Code Review (pull_request) Failing after 36s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 58s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 2m34s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m41s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m37s
2026-07-17 09:23:27 +08:00
CI Bot b06f34bd53 feat: BGM背景音乐管理 - 配置API + 预设库API
- GET /{plan_id}/bgm — 获取BGM配置
- PUT /{plan_id}/bgm — 更新BGM配置(部分更新,支持12个字段)
  - 启用校验:开启BGM必须指定来源
  - 字段:enabled/source/asset_id/preset_id/audio_url/
          volume/fade_in/fade_out/loop_enabled/
          sidechain_enabled/sidechain_ratio/sidechain_*
- GET /bgm/presets — 预设BGM列表
  - 按风格筛选(upbeat/relax/tech/commerce/emotional/cinematic)
  - 关键词搜索
  - 分页
- 14个单元测试全覆盖
2026-07-17 09:22:32 +08:00