Commit Graph

547 Commits

Author SHA1 Message Date
灵应 1a7f46805c fix(asset-selector): 修复导入路径 — 从 editingPlanner 改为 editPlans
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 186h13m37s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 186h13m40s
Deploy / Deploy Staging (push) Failing after 186h14m5s
CI/CD Pipeline / Frontend Lint (push) Failing after 186h14m26s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 186h14m30s
修复代码审计发现的 P1 问题:
- MediaAsset / MATERIAL_TYPE_LABELS / MATERIAL_TYPE_ICONS / QUALITY_OPTIONS
  实际定义在 @/api/editPlans.ts,而非 @/api/editingPlanner.ts
- 修正导入路径,消除 TS 编译错误
2026-07-01 18:40:04 +08:00
灵应 6ce40d76ea feat(editing-planner): 实现生成进度展示 — 任务 2.17
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 186h43m22s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 186h43m25s
Deploy / Deploy Staging (push) Failing after 186h43m53s
CI/CD Pipeline / Frontend Lint (push) Failing after 186h44m20s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 186h44m24s
- 新增 GenerationProgressModal 组件:三阶段 UI(setup → progress → completed/failed)
- 集成 React Query 轮询:refetchInterval 2s 轮询任务状态,终态自动停止
- 进度展示:SVG 进度环 + 进度条 + 步骤文案 + 任务 ID
- 失败处理:错误信息展示 + 可重试时显示重试按钮
- 对接 createGenerationTask / getTask / retryTask API
- V21 设计系统,CSS 类名前缀 ep-gen-
2026-07-01 18:09:58 +08:00
灵应 1fd93c95ba fix(asset-selector): 修复 PR #154 代码审查 4 项问题
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 187h18m49s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 187h18m52s
Deploy / Deploy Staging (push) Failing after 187h19m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 187h19m37s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 187h19m42s
P1-1: 质量分筛选 — parseInt 返回 NaN,改用 QUALITY_OPTIONS min/max 区间匹配
P1-2: AssetSelector→TimelinePanel 拖拽链断裂 — 恢复 application/x-media-asset(s) MIME 数据
P2-1: handleBatchAddAssets 忽略 insertIdx — 接受可选 insertIdx 参数,使用 splice 插入
P2-2: 拖拽语义区分 — 内部排序(text/plain)与外部素材投放(MIME types)互不干扰

同时修复 handleDragStart 依赖数组缺少 selectedIds 的问题
2026-07-01 17:34:34 +08:00
灵应 7e954405f3 feat(task-2.15): 素材选择器优化 — 批量选择 + 拖拽排序 + 预览缩略图 + 质量分筛选
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 187h50m29s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 187h50m32s
Deploy / Deploy Staging (push) Failing after 188h16m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 188h16m34s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 188h16m38s
- 新增 AssetSelector 可复用组件(批量选择/拖拽排序/悬浮预览/质量分筛选/视图切换)
- MediaPanel 集成 AssetSelector,素材 Tab 使用 useQuery 内部获取数据
- TimelinePanel 支持批量素材拖入(application/x-media-assets)
- EditingPlanner 新增 handleBatchAddAssets 批量添加逻辑
- editPlans.ts 扩展 MediaAsset 类型(quality_score/classification_status)
- V21 设计系统响应式样式(1200/900/768/480 断点)
2026-07-01 16:37:27 +08:00
xiaoxia 64b2fd14ef Merge pull request 'feat(task-3.12): 我的音色页面 — 克隆音色卡片列表 + 状态管理' (#152) from feat/my-voices-page into develop
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 188h17m34s
CI/CD Pipeline / Frontend Lint (push) Failing after 188h18m1s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 188h18m7s
2026-07-01 16:36:23 +08:00
xiaoxia 74ad82e56a Merge pull request 'feat(task-3.14): 一键生成对接音色克隆 — API获取克隆列表 + VoiceCloneModal集成' (#150) from feat/generate-voice-clone into develop
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
2026-07-01 16:36:23 +08:00
Audit Bot 293ea35a03 feat(my-voices): 我的音色页面 — 克隆音色卡片列表 + 状态标签 + 试听/删除
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 188h25m3s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 188h25m8s
任务 3.12:
- 创建 MyVoices.tsx 页面组件,卡片网格布局
- 状态标签:ready(就绪)/ processing(克隆中)/ failed(失败)
- 试听播放:头像悬浮播放按钮 + 卡片底部试听按钮
- 删除确认:window.confirm 二次确认
- 编辑名称:弹窗编辑,支持 Enter/Escape 快捷键
- 空状态引导:3 步引导流程 + 立即克隆按钮
- 统计栏:全部/就绪/克隆中/失败数量统计
- Toast 提示:成功/错误通知
- 对接 API(Mock):GET/DELETE /api/v1/voice-clones
- CSS 变量统一,xx- 前缀命名,与配音库页面风格一致
- 响应式适配:1200/768/480px 断点
- 新增路由 /app/my-voices
2026-07-01 16:29:21 +08:00
灵应 b41e0255ef feat(phase8-task205): API 剪辑生成 — 渲染触发 + 进度查询 + Celery任务 + 单元测试
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 188h23m27s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 188h23m31s
Deploy / Deploy Staging (push) Failing after 188h23m54s
CI/CD Pipeline / Frontend Lint (push) Failing after 188h24m18s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 188h24m24s
- POST /edit-plans/{id}/generate: 触发剪辑渲染生成
  - 验证 editing 状态 + 片段存在
  - pending 片段标记为 ready
  - 创建 GenerationTask 并调度 Celery 任务
  - 计划状态流转为 rendering
- GET /edit-plans/{id}/generation-status: 查询生成进度
  - 返回计划状态、GenerationTask ID、各片段状态
- Celery 任务 worker.render_edit_plan:
  - 下载素材 → FFmpeg concat 拼接 → 上传 OSS
  - 更新 EditPlan/EditPlanClip/GenerationTask 状态
  - 失败重试(max_retries=2, countdown=60s)
- 16 个单元测试全部通过
2026-07-01 16:28:59 +08:00
xiaoxia 385dc4a9e0 Merge pull request 'refactor(dedup): 查重模块优化 — XOR 汉明距离 + 简化判定逻辑' (#148) from feature/duplication-optimization into develop
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 188h35m56s
CI/CD Pipeline / Frontend Lint (push) Failing after 188h36m23s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 188h36m27s
2026-07-01 16:18:04 +08:00
xiaoxia d7120562f9 Merge pull request 'feat(task-2.14): 剪辑计划编辑器完整版 — 三栏布局 + 拖拽 + 素材面板' (#145) from feature/task-2.14-editing-planner-full into develop
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 188h38m29s
CI/CD Pipeline / Frontend Lint (push) Failing after 188h38m56s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 188h39m1s
2026-07-01 16:15:34 +08:00
灵应 ed7de72b0c refactor(dedup): 优化查重算法 — XOR 汉明距离 + 简化判定逻辑
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 189h16m18s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 189h16m21s
Deploy / Deploy Staging (push) Failing after 189h16m52s
CI/CD Pipeline / Frontend Lint (push) Failing after 189h17m22s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 189h17m26s
- hamming_distance: 替换 zfill+字符比较为 XOR bit 计数 (bin(h1^h2).count('1'))
- check_duplicate: 移除直方图融合和 best_match,返回第一个匹配
- compute_phash: 补充详细中文算法注释(DCT 步骤说明)
- 修复 similarity 精度:移除 round(x, 4) 保留完整浮点精度

所有 74 个测试通过(8 个 cv2 依赖跳过)。
2026-07-01 15:37:05 +08:00
灵应 6c3ddb018f fix: 修复 APIRouter 不支持 summary 参数的问题 2026-07-01 15:31:24 +08:00
Audit Bot aa33c2e6c8 feat(task-3.14): 一键生成对接声音克隆 — getVoiceClones API + VoiceCloneModal 集成
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 188h57m24s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 188h57m29s
- GeneratePage: 替换内联克隆UI为API数据驱动的音色网格
- 集成 VoiceCloneModal 组件(四阶段进度弹窗)
- 页面加载时自动 fetchClonedVoices,支持克隆成功后刷新列表
- 音色卡片区分 ready/processing/failed 状态,非 ready 禁用选择
- generate.css: 新增 disabled 卡片、选中勾选标记样式
- router/index.tsx: 修复 voice-clone 路由缺失闭合括号的语法错误
2026-07-01 15:28:11 +08:00
Audit Bot b676f9e2c3 feat: add VoiceCloneModal component with 3-stage progress
- VoiceCloneModal.tsx: upload audio / record audio, fill voice name,
  submit clone task, 3-stage progress display (上传中 → 克隆中 → 完成)
- voice-clone-modal.css: CSS variables from global.css, xx-vcmodal-*
  naming convention, responsive breakpoints at 768/480px
- Uses Modal/Button from @/components/ui (V21 Design System)
- Calls createVoiceClone API (POST /api/v1/voice-clones mock)
- Props: open, onClose, onSuccess — integrates with MyVoices page

Task 3.13 — 音色克隆弹窗组件
2026-07-01 15:23:32 +08:00
灵应 16bf124a60 feat(task-2.14): 剪辑计划编辑器完整版 — 三栏布局 + 拖拽 + 素材面板
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 189h47m20s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 189h47m22s
Deploy / Deploy Staging (push) Failing after 189h47m51s
CI/CD Pipeline / Frontend Lint (push) Failing after 189h48m17s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 189h48m22s
- 新增 editPlans API 模块(Mock 数据,预留真实接口)
- 新增 MediaPanel 组件:左侧 Tab 切换(模板+素材),素材可拖拽
- 重写 TimelinePanel:可视化时长条 + 片段卡片 + 拖拽排序 + 素材接收
- 新增 ClipPropertiesPanel:右侧片段属性编辑(文案/时长/转场/素材关联)
- 升级 EditingPlanner 主页面:集成三栏布局 + 剪辑计划 CRUD
- 重写 EditingPlanner.css:全新 V21 设计系统样式 + 响应式适配
- 修复 TypeScript 类型错误

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-01 15:03:58 +08:00
CI Test 3b9a7b6df6 feat(task-3.12): 我的音色页面 - 克隆音色卡片 + 状态管理 + 空状态引导 (#146)
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 189h48m48s
CI/CD Pipeline / Frontend Lint (push) Failing after 189h49m10s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 189h49m15s
2026-07-01 15:01:45 +08:00
灵应 b79c05377a fix: 重新注册 edit_plans_router 到 API Router
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 189h50m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 189h50m42s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 189h50m46s
2026-07-01 14:49:08 +08:00
灵应 ee8c60a143 perf(duplication): 查重模块代码优化 — 修复6个代码质量问题
1. 修复 hamming_distance 不等长哈希处理(hex() 前导零丢失)
2. 集成颜色直方图到 check_duplicate(此前计算但未使用,浪费 CPU)
3. check_duplicate 改为返回最佳匹配而非首个匹配
4. 修复仓库删除顺序(先删片段再删记录,防止孤儿数据)
5. 域模型添加 can_retry()/reset_for_retry(),仅 failed 状态允许重试
6. 列表接口暴露 offset/limit 分页参数
2026-07-01 14:48:15 +08:00
灵应 2730d2ce8d feat(phase8): 实现剪辑计划 CRUD API (任务 2.04)
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 189h51m12s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 189h51m15s
Deploy / Deploy Staging (push) Failing after 189h51m46s
CI/CD Pipeline / Frontend Lint (push) Failing after 189h52m16s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 189h52m19s
- 新增 /api/v1/edit-plans 五个端点 (GET list/detail, POST, PUT, DELETE)
- 支持分页、按模板ID/状态筛选
- PUT 端点集成状态机流转 (draft→editing→rendering→completed/failed)
- 非法状态流转返回 400,资源不存在返回 404
- 注册 edit_plans_router 到 API Router
- 编写 28 个单元测试覆盖 CRUD + 状态机 + 异常场景
- 全部测试通过
2026-07-01 14:47:49 +08:00
CI Test ba4dc747fb feat(phase8-task203): API 模板管理 CRUD - RESTful接口 + Pydantic验证 + 单元测试 (#144)
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
2026-07-01 14:41:30 +08:00
CI Test 2a236d9754 feat(task-3.11): 配音库页面升级 - Tab分类 + 网格卡片 + 响应式适配 (#142) 2026-07-01 14:28:15 +08:00
CI Test ba4788a509 feat(task-2.13): 升级模板库页面 — 类型分组展示 + 预览弹窗 + EditPlan 入口 (#140)
CI/CD Pipeline / Frontend Lint (push) Failing after 191h39m20s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 191h39m24s
Deploy / Deploy Staging (push) Failing after 191h38m42s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
2026-07-01 13:15:09 +08:00
CI Test f0eed0ca3f style: fix prettier formatting issues
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 192h26m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 192h27m37s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 192h27m46s
2026-07-01 12:26:48 +08:00
CI Test c5d639d2a5 fix: resolve TypeScript compilation errors blocking CI staging deploy
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 192h37m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 192h38m7s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 192h38m16s
- Rename navigation.ts to navigation.tsx (JSX in .ts file)
- Remove unused imports in Header.tsx, Sidebar.tsx, Settings.tsx
- Remove unused PageHead imports in AssetLibrary/TitleLibrary/VoiceLibrary
- Fix PageHead description prop type: string -> React.ReactNode
- Fix Accounts.tsx: replace useQuery in callback with useQueries
2026-07-01 12:16:14 +08:00
CI Test e0d78c2625 fix: Sprint 4 P3 优化修复 - 响应式断点补全与硬编码颜色替换
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 192h45m49s
CI/CD Pipeline / Frontend Lint (push) Failing after 192h46m16s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 192h46m25s
2026-07-01 12:08:07 +08:00
CI Test 663edde8d8 fix: P2+P3 审计修复 - 响应式增强与导航配置统一
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 193h52m37s
CI/CD Pipeline / Frontend Lint (push) Failing after 193h53m19s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 193h53m29s
2026-07-01 11:00:27 +08:00
xiaoxia 57c036e257 fix: P1审计修复 - CSS变量替换、PageHead补充、antd组件替换 (14个文件) (#138)
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 193h56m53s
CI/CD Pipeline / Frontend Lint (push) Failing after 193h57m22s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 193h57m33s
fix: P1 审计修复 - CSS变量替换与响应式增强
2026-07-01 10:56:47 +08:00
灵应 95d1dedcb5 feat(ui): 新建首页落地页
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 193h58m42s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 193h58m51s
- 新增公开落地页 HomePage(/),包含 5 个区域:HeroSection、FeatureSection、WorkflowSection、PricingSection、CTASection
- 受保护路由基础路径从 / 迁移至 /app,使 / 可作为公开首页
- 新增 HomeRoute 组件:已登录用户自动跳转 /app/dashboard,未登录用户展示落地页
- 级联更新所有导航路径:Sidebar、Header、PageHead 全部迁移至 /app 前缀
- 零 antd 直接导入,全部使用 CSS 变量 + V21 Design System
- 响应式适配:768px / 480px 断点

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-01 10:55:37 +08:00
灵应 89c1e42f38 feat(ui): 新建账号管理页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 194h12m19s
CI/CD Pipeline / Frontend Lint (push) Failing after 194h12m49s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 194h12m58s
- 新增 api/accounts.ts mock API(平台配置 + 绑定/解绑/查询)
- 新增 pages/accounts/Accounts.tsx 账号管理页面
  - 4 平台卡片(抖音/快手/小红书/微信视频号)
  - 2 列网格布局,响应式 768px 单列
  - 账号列表含头像/状态标签/解绑按钮
  - 空状态 🔓 提示
  - 底部统计栏:已绑定数/平台总数
  - 绑定/解绑操作(mock + window.prompt/confirm)
  - 自定义 toast 提示
- 新增 accounts.css V21 样式(CSS 变量,零 antd)
- 更新路由 /accounts
- 更新 Sidebar/Header 导航 + PageHead 标题映射
2026-07-01 10:41:33 +08:00
灵应 c6d440b40e feat(ui): 新建音色克隆 Modal
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 194h25m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 194h26m23s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 194h26m34s
- 新增 CloneVoiceModal 组件(components/modals/)
- 三步骤状态流:输入 → 上传中 → 成功
- 支持上传音频文件(拖拽 + 点击)和直接录制(mock)
- 黄色提示条引导用户录制规范
- V21 CSS 变量 + 响应式适配
- 集成到 VoiceClone 页面,替换占位 toast
- 零 antd 直接导入,TypeScript 零错误
2026-07-01 10:27:54 +08:00
灵应 3a6d8d4bfd feat(ui): 新建我的音色页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 194h34m44s
CI/CD Pipeline / Frontend Lint (push) Failing after 194h35m24s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 194h35m35s
- 新增 api/voiceClone.ts: mock 数据模块(4条音色,含 ready/processing 状态)
- 新增 pages/voice-clone/VoiceClone.tsx: 主页面,卡片网格+空状态+编辑弹窗+toast
- 新增 pages/voice-clone/voice-clone.css: V21 设计系统样式
- 更新路由 /voice-clone、侧边栏菜单、Header导航、PageHead面包屑
- 零 antd 依赖,使用 V21 UI 组件(Button, Tooltip)
- TypeScript 检查通过
2026-07-01 10:18:54 +08:00
灵应 32bf71a9c3 feat(ui): 新建查重检测页面组
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 195h24m10s
CI/CD Pipeline / Frontend Lint (push) Failing after 195h24m48s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 195h24m58s
2026-07-01 09:29:33 +08:00
灵应 8a77118cd0 feat(ui): 改造剪辑计划编辑器页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 195h41m11s
CI/CD Pipeline / Frontend Lint (push) Failing after 195h41m11s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 195h41m20s
- 移除所有 Ant Design 依赖,改用 V21 基础组件(Button/Input/Select/Tag/Modal)
- 改造 EditingPlanner.tsx 主组件:胶囊模式切换、自定义 toast
- 改造 TemplatePanel.tsx:搜索/筛选/卡片列表
- 改造 TimelinePanel.tsx:预览区+时间线拖拽排序
- 改造 SettingsPanel.tsx:标题/字幕/BGM 设置面板
- 改造 SaveModal.tsx / GenerateModal.tsx:V21 Modal
- CSS 补充 .ep-cover-btns 类
- TypeScript 零错误
2026-07-01 09:13:15 +08:00
灵应 a722be9e4d feat(ui): 改造任务历史页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 197h6m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 197h7m8s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 197h7m17s
2026-07-01 07:47:13 +08:00
灵应 5805892fdb feat(ui): 改造模板库页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 197h14m12s
CI/CD Pipeline / Frontend Lint (push) Failing after 197h14m41s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 197h14m51s
- 新增 templates.css V21 设计系统样式
- 重写 TemplateLibrary.tsx 移除所有 Ant Design 依赖
- 页面头部:标题 + 副标题 + 创建模板按钮
- 工具栏:搜索框(max-width 400px)+ 分类胶囊按钮组(全部/口播/种草/产品/品牌)
- 4列模板卡片网格,16:9 缩略图 + 渐变背景 + 代码文本
- 收藏切换功能(本地状态)
- 空状态展示
- 响应式:1200px→3列, 768px→2列, 480px→1列
- 全部使用 CSS 变量 + mock 数据
2026-07-01 07:39:36 +08:00
灵应 d8c8fcf858 feat(ui): 改造控制台页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 199h23m59s
CI/CD Pipeline / Frontend Lint (push) Failing after 199h24m30s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 199h24m41s
- KPI 卡片网格:渐变背景 + 大号数字 + 趋势指标
- 快速入口卡片网格:4列布局,图标渐变
- 最近任务卡片列表:替代原 Table 布局
- 使用统计图表:纯 CSS 柱状图展示本周趋势
- 系统公告区域 + 存储用量进度条
- 响应式适配:1200px/768px 断点
- 全部使用 CSS 变量,支持深色/浅色主题
- 使用 mock 数据
2026-07-01 05:29:48 +08:00
灵应 dc2555bae4 feat(ui): 改造成片库页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 204h15m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 204h17m17s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 204h17m26s
- 重写 ProductLibrary.tsx 为 V21 设计系统风格
- 卡片网格布局(4列响应式),支持视频缩略图展示
- 视频播放弹窗(mock),含播放/暂停、进度条、ESC关闭
- 批量操作:全选、批量发布/下载/删除
- 筛选:状态、时间、时长、搜索
- 已发布徽章(右上角绿色)、选中高亮
- 查重率显示(good/warn/bad 三色)
- 新建 products.css,完整 V21 样式 + 深色模式支持
- 使用 mock 数据,后端 API 对接暂不要求

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2026-07-01 00:36:59 +08:00
灵应 260911c1ad feat(ui): 改造标题库页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 204h29m30s
CI/CD Pipeline / Frontend Lint (push) Failing after 204h31m2s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 204h31m12s
2026-07-01 00:23:18 +08:00
灵应 202037f4e8 feat(ui): 改造配音库页面
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 205h11m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 205h14m25s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 205h14m34s
- 两栏布局:左侧配音库分类列表(260px)+ 右侧配音卡片列表
- VoiceCard 组件:头像渐变、名称/类型/语言/时长信息、标签、波形可视化
- 播放控制:播放/暂停按钮 + 进度条(可点击跳转)+ 时间显示
- 音频互斥播放:同一时间只有一个配音在播放
- 筛选功能:按音色类型、语言筛选 + 名称/标签搜索
- 新建配音库弹窗 + AI 生成配音弹窗
- 删除配音库(Popconfirm 确认)
- 响应式适配:1200px/768px/480px 断点
- Mock 数据:4 个配音库 + 10 个配音项
- 全部使用 CSS 变量,支持深色/浅色主题
2026-06-30 23:39:21 +08:00
灵应 b6c6dedfec feat(ui): 改造素材库页面
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
- 两栏布局:左侧 260px 素材库列表 + 右侧素材网格
- AssetCard 组件:9:16 缩略图、渐变背景、播放按钮、StatusPill 状态标签
- 筛选功能:按类型(视频/配音/图片)、时间(今天/周/月)、名称搜索
- 批量操作:全选、取消选择、批量删除
- 拖拽上传区域,支持 2GB 限制校验
- 新建/删除素材库功能
- 响应式适配:1400px→3列, 1200px→单栏, 768px→2列, 480px→1列
- 使用 mock 数据,CSS 变量统一主题
2026-06-30 23:19:20 +08:00
灵应 ce9c4f041c fix(ui): 修正一键生成页面偏差,补充视频预览、时间线、克隆声音区域
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
2026-06-30 22:53:01 +08:00
灵应 28cb8dd6ae fix(ui): 添加文档规范的 CSS 变量别名
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
2026-06-30 22:43:13 +08:00
CI Bot 714c4b00de feat(ui): 改造一键生成页面
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
- 重写 GeneratePage 为单页表单式布局(左主内容 + 右侧结果面板)
- 新增 generate.css 完整 V21 样式(CSS 变量、响应式、深色主题)
- 6 大区块:基本信息、素材选择、配音选择、标题/文案、高级设置、生成结果
- 使用 Task 1.5 UI 组件(Button/Input/Card/Tag/Form)
- Mock 数据:6 个素材 + 4 个配音预设 + 4 种比例 + 6 种风格
- 支持键盘无障碍(role/tabIndex/onKeyDown)
- 响应式断点:1200px/768px/480px
- TypeScript 零错误

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-30 22:11:43 +08:00
CI Bot 8f446eef08 feat(ui): 封装基础 UI 组件库
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
封装 10 个 V21 设计系统基础组件,统一使用 CSS 变量:
- Button: 6 种变体 (primary/secondary/ghost/text/danger/link) + 3 种尺寸
- Input: 支持 error 状态,含 Search/TextArea/Password 子组件
- Select: V21 圆角下拉样式
- Modal: 含 confirm/info/success/error/warning 快捷方法
- Table: V21 表格样式
- Card: 支持悬浮动效变体
- Tag/Badge: 5 种语义变体 (primary/success/warning/error/info)
- Tooltip/Popover: V21 气泡样式
- Form: 支持 compact 紧凑模式
- Pagination: V21 分页样式

所有组件使用 CSS 变量(无硬编码值),支持暗色/亮色主题切换,
响应式布局适配移动端。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-30 21:43:47 +08:00
CI Bot 8d185492d7 feat(ui): 实现页面头部组件 PageHead
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
- 新增 PageHead 组件:页面标题、面包屑导航、操作按钮区域
- 面包屑根据路由路径自动生成,支持手动覆盖
- 响应式适配:移动端隐藏面包屑,操作区换行
- 复用 global.css 中 .xx-page-head 基础样式
- 集成到所有页面:Dashboard、素材库、配音库、标题库、
  任务历史、成品库、模板库、一键生成、订阅页
2026-06-30 21:33:02 +08:00
CI Bot 381f38bd52 feat(ui): 实现侧边栏导航组件 Sidebar
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Failing after 207h40m49s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 207h40m59s
- 新增 Sidebar.tsx:分组导航菜单(创作工具/资源管理/系统)
- 每个菜单项包含图标 + 文字,基于路由自动高亮当前页
- 支持折叠态:通过 SidebarContext 读取 collapsed 状态,折叠时仅显示图标
- 新增 Sidebar.css:全部使用 CSS 变量,无硬编码样式
- 集成到 MainLayout:替换占位符为实际 Sidebar 组件
- 清理 MainLayout.css 中已废弃的占位符样式
- 响应式:移动端菜单项增大点击区域(44px min-height)
2026-06-30 21:13:31 +08:00
CI Bot 7ef81079d5 feat(ui): 创建主布局组件 AppLayout
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 207h46m15s
CI/CD Pipeline / Frontend Lint (push) Failing after 207h46m43s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 207h46m52s
- 新增 AppLayout.tsx:语义化布局壳(header + sidebar slot + main content)
- 重写 MainLayout.tsx:侧边栏 240px/64px 折叠,SidebarContext 共享状态
- 重写 MainLayout.css:完整响应式布局样式
  - 桌面端:侧边栏默认展开 240px
  - 平板端(769-1024px):侧边栏默认折叠 64px 图标栏
  - 移动端(≤768px):侧边栏隐藏,transform 滑入 + 遮罩层
- 所有尺寸/颜色使用 global.css 设计系统变量
- 语义化 HTML:header/aside/main/nav 标签
- 侧边栏/导航具体内容 deferred to Tasks 1.3, 1.4
2026-06-30 21:07:36 +08:00
CI Bot 6a1cf31aff feat(ui): 统一设计系统 CSS 变量
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 208h0m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 208h1m7s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 208h1m16s
- 扩展 global.css 为完整 V21 设计系统变量集(14 大分类)
- 主色 Indigo / 辅色 Emerald / 强调色 Amber 完整色阶
- 状态色(success/warning/error/info)含 hover/soft/border
- 中性色灰阶 50-950
- 文字色层级(primary/secondary/tertiary/disabled/inverse/link)
- 背景色(primary/secondary/tertiary/elevated/overlay/glass)
- 间距系统 0-4xl
- 字体系统(family/size/weight/line-height/letter-spacing)
- 圆角 none-full(V21 大圆角风格)
- 阴影系统 xs-xl + card/hover/primary/glass
- 过渡动画(duration presets + composite + easing curves)
- 响应式断点记录
- z-index 层级规范
- 深色主题(.dark 类 + data-theme 属性 + prefers-color-scheme 媒体查询)
- 兼容别名映射旧变量名 → 标准名(--slate/--muted/--indigo 等)
- 所有现有组件样式完整保留

命名规范:--{类别}-{语义}-{层级}
验收:type-check ✓ | build ✓
2026-06-30 20:53:12 +08:00
Deploy Bot 3fe48b37d4 fix: replace StrEnum with Python 3.10 compatible implementation
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 209h38m38s
CI/CD Pipeline / Frontend Lint (push) Failing after 209h50m50s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 209h50m56s
2026-06-30 19:03:38 +08:00
Deploy Bot c85b999404 fix: add missing _safe_parse_fps function definition in ingest.py
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 209h52m0s
CI/CD Pipeline / Frontend Lint (push) Failing after 209h54m13s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 209h54m20s
2026-06-30 19:00:09 +08:00