fix: Step5 播放器上移+去完成提示;Step6 封面页去视频全宽居中 #1781

Merged
auto-approve-bot merged 1 commits from fix/step5-video-above-actions into develop 2026-09-08 00:31:27 +08:00
Owner

改动

Step5 确认生成(单视频)

  • 成片播放器移到「上一步/下一步」按钮上方居中展示(原来在按钮下方)
  • 生成完成后去掉绿色「 视频生成完成!」提示卡和「🎬 确认生成」标题,页面只显示视频
  • 生成中进度卡、失败重试卡保留;视频完成后自动播放(autoPlay)
  • 下载/分享/前往成片库按钮随播放器保留,功能不变

Step6 选择封面(单视频+批量)

  • 移除右侧成片播放器,整页全宽不再分左右栏(封面页只需封面)
  • 单视频:封面预览居中、自动生成/封面设置按钮居中
  • 批量:封面网格单卡/少卡时居中排列(justify-content:center + 列宽 minmax(180px,220px) 防拉伸)
  • 封面自动生成、设置模板、上传等功能全部不变

代码清理

  • 删除失效的 .xx-generate-right-col / .xx-inline-video-player 样式及对应 JSX,不保留多余逻辑

验证

tsc eslint prettier 722 tests build

## 改动 ### Step5 确认生成(单视频) - 成片播放器移到「上一步/下一步」按钮**上方**居中展示(原来在按钮下方) - 生成完成后去掉绿色「✅ 视频生成完成!」提示卡和「🎬 确认生成」标题,页面只显示视频 - 生成中进度卡、失败重试卡保留;视频完成后自动播放(autoPlay) - 下载/分享/前往成片库按钮随播放器保留,功能不变 ### Step6 选择封面(单视频+批量) - 移除右侧成片播放器,整页全宽不再分左右栏(封面页只需封面) - 单视频:封面预览居中、自动生成/封面设置按钮居中 - 批量:封面网格单卡/少卡时居中排列(justify-content:center + 列宽 minmax(180px,220px) 防拉伸) - 封面自动生成、设置模板、上传等功能全部不变 ### 代码清理 - 删除失效的 .xx-generate-right-col / .xx-inline-video-player 样式及对应 JSX,不保留多余逻辑 ## 验证 tsc ✅ eslint ✅ prettier ✅ 722 tests ✅ build ✅
xiaoxia added 1 commit 2026-09-08 00:14:34 +08:00
fix: Step5 成片播放器上移至按钮上方并去掉完成提示卡;Step6 封面页去视频全宽居中
CI/CD Pipeline / Check push changed paths (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 1s
CI/CD Pipeline / Dedup Check - skip PR tests when covered by push pipeline (pull_request) Successful in 3s
CI/CD Pipeline / PR Build API Image (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 / PR Build Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Build Staging API Image (pull_request) Has been skipped
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 / Retag skipped Staging API Image (pull_request) Has been skipped
CI/CD Pipeline / Retag skipped Staging Web Image (pull_request) Has been skipped
CI/CD Pipeline / Retag skipped Staging Worker Image (pull_request) Has been skipped
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (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 / ACR Image Cleanup (pull_request) Has been skipped
CI/CD Pipeline / Frontend Unit Tests (pull_request) Successful in 1m4s
CI/CD Pipeline / PR Build Web Image (pull_request) Successful in 1m34s
CI/CD Pipeline / Validate - Python (mypy + alembic) (pull_request) Successful in 2m0s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 2m20s
CI/CD Pipeline / Validate - Style (pull_request) Successful in 3m6s
CI/CD Pipeline / Validate - Security (pull_request) Successful in 7m39s
CI/CD Pipeline / Build Production API Image (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 / CI Gate (pull_request) Successful in 1s
CI/CD Pipeline / Deploy Production (pull_request) Has been skipped
CI/CD Pipeline / Canary Release to Production (pull_request) Has been skipped
CI/CD Pipeline / Production Browser E2E (pull_request) Has been skipped
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 15m0s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 2m36s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 2m5s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Successful in 20s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 29s
AI Code Review / AI Code Review (pull_request) Successful in 6m42s
83d8207810
- Step5 单视频:成片播放器移到操作按钮上方居中,完成后不再渲染「确认生成」标题和绿色成功提示卡(生成中进度卡/失败重试卡保留),加 autoPlay
- Step6 封面页:移除右侧成片播放器及左右两栏布局,整页全宽;单封面预览居中、操作按钮居中;批量封面网格单卡/少卡居中(justify-content + minmax 180~220px)
- 清理失效的 xx-generate-right-col / xx-inline-video-player 死样式,不保留多余逻辑
auto-approve-bot merged commit 2114b7e7ae into develop 2026-09-08 00:31:27 +08:00
auto-approve-bot deleted branch fix/step5-video-above-actions 2026-09-08 00:31:56 +08:00

🗑️ 预览环境已清理

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

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

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