feat(phase3): 砍掉剪辑计划独立入口,统一模板编辑器定位 #648

Merged
auto-approve-bot merged 1 commits from feat/phase3-remove-edit-plan-entries into develop 2026-07-20 18:14:56 +08:00
Owner

变更内容

剪辑计划架构整合 Phase 3 — 前端清理

删除

  • 导航栏/侧边栏「剪辑计划」入口(navigation.ts)
  • /app/edit-plans/app/edit-plans/:planId/clips 路由
  • pages/edit-plans/ 整个目录(EditPlans列表页 + PlanClipsManager片段管理页 + 样式)
  • 对应测试文件

文案统一

  • 所有UI文案中的「剪辑计划」→ 「模板草稿」或「模板编辑器」
  • API注释同步更新
  • 涉及页面:GeneratePage、EditingPlanner、TemplateLibrary、GenerationHistoryModal等

保留

  • 模板编辑器(editing-planner)完整保留,作为模板制作唯一入口
  • 模板库、智能剪辑流程不变
  • API函数名/类型名暂不变(等后端一起改,避免前端大面积改名)

验收

  • 用户看不到「剪辑计划」四个字
  • 所有编辑模板的入口都走模板编辑器
## 变更内容 剪辑计划架构整合 Phase 3 — 前端清理 ### 删除 - 导航栏/侧边栏「剪辑计划」入口(navigation.ts) - `/app/edit-plans` 和 `/app/edit-plans/:planId/clips` 路由 - `pages/edit-plans/` 整个目录(EditPlans列表页 + PlanClipsManager片段管理页 + 样式) - 对应测试文件 ### 文案统一 - 所有UI文案中的「剪辑计划」→ 「模板草稿」或「模板编辑器」 - API注释同步更新 - 涉及页面:GeneratePage、EditingPlanner、TemplateLibrary、GenerationHistoryModal等 ### 保留 - 模板编辑器(editing-planner)完整保留,作为模板制作唯一入口 - 模板库、智能剪辑流程不变 - API函数名/类型名暂不变(等后端一起改,避免前端大面积改名) ### 验收 - 用户看不到「剪辑计划」四个字 - 所有编辑模板的入口都走模板编辑器
xiaoxia added 1 commit 2026-07-20 18:06:09 +08:00
feat(phase3): 砍掉剪辑计划独立入口,统一模板编辑器定位
CI/CD Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging API Image (pull_request) Has been skipped
CI/CD Pipeline / Build Production API Image (pull_request) Has been skipped
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI/CD Pipeline / Build Production Web Image (pull_request) Has been skipped
CI/CD Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI/CD Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / ACR Image Cleanup (pull_request) Has been skipped
AI Code Review / AI Code Review (pull_request) Failing after 5s
CI/CD Pipeline / Production Browser E2E (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 30s
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 30s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been skipped
CI/CD Pipeline / Unit Tests (pull_request) Has been skipped
CI/CD Pipeline / Integration Tests (pull_request) Has been skipped
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 6m40s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 7m40s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 7m45s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 8m46s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 12s
9bc0ca1df7
## 变更内容
剪辑计划架构整合 Phase 3 — 前端清理

### 删除
- 导航栏/侧边栏「剪辑计划」入口(navigation.ts)
- /app/edit-plans 和 /app/edit-plans/:planId/clips 路由
- pages/edit-plans/ 整个目录(EditPlans列表页 + PlanClipsManager片段管理页 + 样式)
- 对应测试文件

### 文案统一
- 所有UI文案中的「剪辑计划」→ 「模板草稿」或「模板编辑器」
- API注释同步更新
- 涉及页面:GeneratePage、EditingPlanner、TemplateLibrary、GenerationHistoryModal等

### 保留
- 模板编辑器(editing-planner)完整保留,作为模板制作唯一入口
- 模板库、智能剪辑流程不变
- API函数名/类型名暂不变(等后端一起改,避免前端大面积改名)
auto-approve-bot approved these changes 2026-07-20 18:13:55 +08:00
auto-approve-bot left a comment
Collaborator

CI全绿,自动审批通过。

CI全绿,自动审批通过。
auto-approve-bot approved these changes 2026-07-20 18:13:55 +08:00
auto-approve-bot left a comment
Collaborator

CI全绿,自动审批通过。

CI全绿,自动审批通过。
auto-approve-bot merged commit 30db513d52 into develop 2026-07-20 18:14:56 +08:00
auto-approve-bot deleted branch feat/phase3-remove-edit-plan-entries 2026-07-20 18:14:57 +08:00

🗑️ 预览环境已清理

PR #648 已关闭或合并,对应的预览环境已被清理。

如有需要,可以重新打开 PR 来重新生成预览环境。

🗑️ **预览环境已清理** PR #648 已关闭或合并,对应的预览环境已被清理。 > 如有需要,可以重新打开 PR 来重新生成预览环境。
Sign in to join this conversation.