feat: 转场特效 - 预设库 + 单片段设置 + 批量应用 #398

Merged
xiaoxia merged 2 commits from feat/transition-management into develop 2026-07-17 10:52:12 +08:00

2 Commits

Author SHA1 Message Date
CI Bot 863937b216 chore: re-trigger CI
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web 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 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 / 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 19s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 53s
AI Code Review / AI Code Review (pull_request) Successful in 2m54s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 2m50s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 3m51s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 2m5s
2026-07-17 10:05:26 +08:00
CI Bot e89f091870 feat: 转场特效 - 预设库 + 单片段设置 + 批量应用
- 21个转场预设(基础/淡入淡出/滑动/缩放/擦除/特效 6大类)
- GET /transition-presets 转场预设列表(分类筛选+关键词搜索)
- PUT /clips/{clip_id}/transition 设置单个片段转场效果
- POST /{plan_id}/transitions/batch 批量设置转场(all/except_first/except_last/middle)
- 自动时长钳制、硬切特殊处理为 transition_none
- 21个单元测试全覆盖
2026-07-17 10:05:19 +08:00