From f135938d59321ca9d777923fb10c6dcad383ffda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Fri, 18 Jul 2025 07:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B6=E6=AE=B5loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/create-to-video2.tsx | 8 +- components/pages/work-flow.tsx | 1 + components/pages/work-flow/media-viewer.tsx | 6 +- components/pages/work-flow/task-info.tsx | 208 ++++++++--------- components/pages/work-flow/thumbnail-grid.tsx | 4 +- .../pages/work-flow/use-workflow-data.tsx | 71 ++++-- components/ui/script-modal.tsx | 112 ++++++++- components/workflow/work-office/editor.tsx | 62 ++--- components/workflow/work-office/mock-data.ts | 214 +++++++++--------- .../workflow/work-office/scriptwriter.tsx | 28 +-- .../work-office/storyboard-artist.tsx | 32 +-- .../workflow/work-office/visual-director.tsx | 42 ++-- .../workflow/work-office/work-office.tsx | 143 ++---------- 13 files changed, 473 insertions(+), 458 deletions(-) diff --git a/components/pages/create-to-video2.tsx b/components/pages/create-to-video2.tsx index 9e9c982..418c77d 100644 --- a/components/pages/create-to-video2.tsx +++ b/components/pages/create-to-video2.tsx @@ -422,7 +422,7 @@ export function CreateToVideo2() { episode.status !== 'COMPLETED' ? 'bg-yellow-500/80 text-white' : 'bg-gray-500/80 text-white' }`}> - {episode.status === 'COMPLETED' ? '已完成' : '进行中'} + {episode.status === 'COMPLETED' ? 'finished' : 'processing'} @@ -439,7 +439,7 @@ export function CreateToVideo2() { {/* 内容区域 */}
已加载全部剧集
+All episodes loaded
{payload[0].payload.title}
-{`情感强度: ${payload[0].value}`}
+{`Emotional intensity: ${payload[0].value}`}