Audit Bot
|
841b501c30
|
fix: 素材库新建自动获取/创建默认项目以提供 project_id
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
- 新增 api/projects.ts:项目 API 模块,含 getOrCreateDefaultProject
- 修改 createAssetLibrary:自动解析 project_id 再发送请求
- 后端 CreateAssetLibraryRequest 要求 project_id,前端之前未发送导致 422
- 修复 P0:新建素材库点击确定无响应
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-28 22:01:38 +08:00 |
|
Audit Bot
|
54cbfe2adf
|
fix: 修复标题库新建/编辑功能 — 前后端字段名不匹配导致422
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
根因:前端发送 { content, category } 但后端 CreateTitleLibraryRequest
期望 { name (必填), text (必填), category }。字段名不匹配导致
Pydantic 校验失败返回 422,modal 不关闭,数据不保存。
修复:
- api/titles.ts: 请求时将 content 映射为 text + 自动截取 name
- api/titles.ts: 响应时将后端 text 字段映射回前端 content
- api/titles.ts: updateTitle 改用 PUT(后端实际方法)
- 页面代码无需改动,映射在 API 层透明处理
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-28 21:28:55 +08:00 |
|
CI Test
|
c7027c07d1
|
feat(subscription): 对接后端订阅API,移除mock数据
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
|
2026-06-28 20:15:36 +08:00 |
|
Audit Bot
|
f8cb32db56
|
fix: 修复一键生成页面废弃 API 调用及导航问题
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
Bug A: GeneratePage 引用已删除的 editPlans API(/edit-plans/auto-generate 不存在)
- 新增 createGenerationTask 到 tasks.ts(USE_MOCK 模式,待后端适配扁平化架构后切换)
- GeneratePage 改用 createGenerationTask 替代 autoGenerateEditPlan
- 移除对 @/api/editPlans 的引用
附带修复: window.location.href → useNavigate('/history')
|
2026-06-28 17:45:05 +08:00 |
|
Build Agent
|
927b302152
|
feat(subscription): 实现订阅管理前端页面
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
- 新增 api/subscription.ts: 订阅 API 模块(mock数据+接口定义)
- 新增 UpgradeSubscription.tsx + .css: 升级/降级/续费页面
- 新增 Billing.tsx + .css: 账单管理页面
|
2026-06-28 16:19:02 +08:00 |
|
Audit Bot
|
92bf5d6cfa
|
feat(phase2): 查重功能前端页面
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
- 新增查重 API 模块(mock 数据),含上传、记录列表、详情、删除、重试接口
- 新增上传查重页(DuplicationUpload):拖拽上传、格式校验、上传进度
- 新增查重结果列表页(DuplicationResults):表格展示、状态标签、查重率进度条、批量删除
- 新增重复视频对比详情页(DuplicationDetail):片段时间线可视化、相似度展示
- 路由新增 /duplication、/duplication/results、/duplication/:id
- Header 导航新增「查重」入口
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-06-28 15:20:37 +08:00 |
|
xiaoxia
|
abcca337e7
|
feat: Phase 1 - 前端重构(新路由/新页面/手机端适配/清理旧页面) (#73)
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-28 14:50:17 +08:00 |
|
CI Test
|
5c46fe648d
|
fix(frontend): 深度健康检查 - 清理死代码和修复合并冲突
Tests / test (pull_request) Failing after 0s
Tests / lint (pull_request) Failing after 0s
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
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
- 删除未使用的API模块: projects.ts, generation.ts, subscription.ts, projectTitles.ts
- 删除未使用的业务组件: InviteMemberModal.tsx, MemberList.tsx, PermissionMatrix.tsx
- 删除未引用的布局组件: Sidebar.tsx
- 删除未引用的状态管理: uiStore.ts
- 修复 business.css 中残留的git合并冲突标记
- 移除 business.css 中重复的注释行
所有删除的文件均经过引用检查,确认无任何页面/组件/hook引用
|
2026-06-28 10:34:00 +08:00 |
|
xiaoxia
|
a6e85092ce
|
fix: 统一 ENABLE_REDIS_SESSIONS 命名,修复登录因 AttributeError 导致 500
|
2026-06-27 17:05:48 +08:00 |
|
CI Bot
|
c70add5d8d
|
refactor(web): remove workspace-related frontend code after backend removal
|
2026-06-27 07:34:29 +08:00 |
|
Coze Agent
|
a37100af95
|
feat: 生成页面剪辑模式选择 + 智能编排时间轴
- 新增剪辑模式选择器(one-take/pip/voiceover/voice_pip)
- 新增智能编排 API(auto-generate, getEditPlans, deleteEditPlan 等)
- 新增时间轴组件展示编排预览
- 新增 AutoArrangePanel 智能编排面板
- GenerationTaskItem 和 GeneratedVideoItem 新增 editing_mode 字段
- 生成弹窗新增剪辑模式选择 UI
|
2026-06-26 21:10:04 +08:00 |
|
Xiaoxia AI
|
0f59b412bc
|
feat(plans): add edit plan preview workflow
|
2026-06-24 10:10:25 +08:00 |
|
Xiaoxia AI
|
ea3a4c4111
|
feat(tasks): retry failed project tasks
|
2026-06-24 09:19:23 +08:00 |
|
Xiaoxia AI
|
ee6b4a663a
|
feat(tasks): add project task center
|
2026-06-24 08:39:32 +08:00 |
|
Xiaoxia AI
|
8acbd6c8a7
|
feat(results): add generated video management
|
2026-06-24 06:28:06 +08:00 |
|
Xiaoxia AI
|
17021c351f
|
feat(titles): complete title selection workflow
|
2026-06-24 00:55:00 +08:00 |
|
Xiaoxia AI
|
6b66601d67
|
feat(titles): add project title library
|
2026-06-24 00:30:58 +08:00 |
|
Xiaoxia AI
|
9cc48aeee9
|
feat(assets): add review actions and high risk view
|
2026-06-23 22:57:56 +08:00 |
|
Xiaoxia AI
|
f2a9b0868b
|
feat(assets): track generation usage review state
|
2026-06-23 21:52:47 +08:00 |
|
Xiaoxia AI
|
d052645307
|
feat(assets): add project material diagnosis
|
2026-06-23 20:14:03 +08:00 |
|
Xiaoxia AI
|
6e42f944c0
|
feat(upload): add OSS direct upload flow
|
2026-06-23 15:47:03 +08:00 |
|
Xiaoxia AI
|
a466a13ec8
|
fix(web): avoid asset list failures during large uploads
|
2026-06-23 13:02:06 +08:00 |
|
Xiaoxia AI
|
14f72dbb50
|
fix(web): clear stale auth before workspace load
|
2026-06-22 20:41:48 +08:00 |
|
Xiaoxia AI
|
34353506d7
|
fix(web): restore project workspace context
|
2026-06-22 13:19:45 +08:00 |
|
Xiaoxia AI
|
632d81c362
|
test(web): guard auth user contract normalization
|
2026-06-22 10:23:13 +08:00 |
|
Xiaoxia AI
|
02d8000202
|
fix(web): align auth contract with api
|
2026-06-22 07:12:53 +08:00 |
|
Xiaoxia AI
|
e0446fb826
|
fix(web): connect project context in media flow
|
2026-06-21 21:48:21 +08:00 |
|
Xiaoxia AI
|
9f7fe35cf1
|
fix(web): normalize workspace api responses
|
2026-06-21 16:43:49 +08:00 |
|
Xiaoxia AI
|
2f4d63eba5
|
feat(phase7): complete generation web flow and frontend build recovery
|
2026-06-18 21:50:52 +08:00 |
|
Xiaoxia AI
|
db1ebc4e9d
|
feat(phase7): add asset classification workflow
|
2026-06-17 18:29:48 +08:00 |
|
Xiaoxia AI
|
8aeb46aded
|
feat(phase7): wire asset upload and ingest flow
|
2026-06-17 18:14:35 +08:00 |
|
Xiaoxia AI
|
edeab83f17
|
fix: connect API to tracker.db via SQLite repository
|
2026-06-17 13:21:38 +08:00 |
|