From eb109dd872ce4fe3d96e046545b23adced092886 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: Tue, 2 Sep 2025 17:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=89=AA=E8=BE=91=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index d7487bc..c429573 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -173,7 +173,7 @@ const WorkFlow = React.memo(function WorkFlow() { {/* AI剪辑按钮 - 当有视频片段时显示 */} - { + {/* { (taskObject.currentStage === 'video' && taskObject.videos.data.length > 0) && (
@@ -188,7 +188,7 @@ const WorkFlow = React.memo(function WorkFlow() {
) - } + } */} {/* 智能对话按钮 */}