From 8b3228ead3d9b86a1021d871b595279a1a96b09b 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 21:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=89=AA=E8=BE=91=E6=8C=89=E9=92=AE=20=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 2 +- components/pages/work-flow/ai-editing-iframe.tsx | 2 +- components/pages/work-flow/use-workflow-data.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index aa047b3..f4f3409 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -261,7 +261,7 @@ const WorkFlow = React.memo(function WorkFlow() { {/* AI剪辑按钮 - 当可以跳转剪辑时显示 */} { - showGotoCutButton && ( + isShowAutoEditing && (