feat: 滤镜调色 - 预设库 + 全局滤镜配置 + FFmpeg参数生成 #397

Merged
xiaoxia merged 1 commits from feat/filter-preset into develop 2026-07-17 09:18:24 +08:00

1 Commits

Author SHA1 Message Date
CI Bot a57bc5aab7 feat: 滤镜调色 - 预设库 + 全局滤镜配置 + FFmpeg参数生成
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
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 / 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 16s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 42s
AI Code Review / AI Code Review (pull_request) Successful in 1m49s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 2m6s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 2m15s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m39s
- 20个滤镜预设(基础/电影/复古/黑白/风格化 5大类)
- GET /filter-presets 滤镜预设列表(分类筛选+关键词搜索)
- GET /{plan_id}/filter 获取全局滤镜配置
- PUT /{plan_id}/filter 更新全局滤镜配置
- 支持强度调节 0-100、自定义微调(亮度/对比/饱和/色温)
- build_ffmpeg_filter() 生成 FFmpeg eq 滤镜字符串
- FilterConfig 加入计划配置schema,向后兼容
- 26个单元测试全覆盖
2026-07-17 07:36:08 +08:00