3d0919a869
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 / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (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 / Build Production Worker Image (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
AI Code Review / AI Code Review (pull_request) Failing after 22s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 23s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Has been skipped
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 54s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 1m16s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 56s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 2m51s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 3m23s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m28s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 5m57s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 22s
根因: 1. TTS工厂只有mock provider,CosyVoice真实TTS服务根本没接入TtsService接口 2. 默认引擎是legacy,legacy路径完全没有TTS配音混音能力 修复: - 新增 CosyVoiceTtsService 适配器,包装 CosyVoiceService 为 TtsService 接口 - TTS工厂注册 cosyvoice/aliyun/dashscope 三个别名 - 自动检测:配置了 CosyVoice API Key 则默认用 cosyvoice,否则用 mock - legacy引擎渲染后加 TTS 配音后处理(和标题叠加同模式),失败降级不阻断 - 支持 replace/mix 两种叠加模式 - 18个单元测试覆盖适配器 + 工厂 + 配置解析