a679c55ae4
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 / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 22s
AI Code Review / AI Code Review (pull_request) Successful in 2m48s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 1m1s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 1m1s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 4m18s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 4m23s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 3m10s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m33s
- 新增 _load_template_clip_configs() 从模板读取clip配置列表 - 新增 _apply_template_clip_effects() 按位置映射clip级效果(转场/滤镜/调速等) - 新增 _extract_intro_outro_from_clip_configs() 从intro/outro类型clip提取plan级片头片尾配置 - _build_plan_and_clips_from_task 增加 template_id 参数,自动注入效果层 - 素材多于模板配置时复用最后一个配置,失败降级不阻断 - 配套8个单元测试