From 003055a6a22859c664e2259a3566f6edc64f7a9f 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: Mon, 8 Sep 2025 15:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E5=88=86=E9=95=9C=E8=BF=87=E5=A4=9A=20=E4=BB=8D=E7=84=B6?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E8=87=AA=E5=8A=A8=E5=89=AA=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 4 ++-- components/pages/work-flow/use-workflow-data.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index 15cdd8b..f4f3409 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -96,7 +96,7 @@ const WorkFlow = React.memo(function WorkFlow() { showGotoCutButton, generateEditPlan, handleRetryVideo, - isShowError + isShowAutoEditing } = useWorkflowData({ onEditPlanGenerated: handleEditPlanGenerated }); @@ -261,7 +261,7 @@ const WorkFlow = React.memo(function WorkFlow() { {/* AI剪辑按钮 - 当可以跳转剪辑时显示 */} { - showGotoCutButton && !isShowError && ( + isShowAutoEditing && (