From e18f0d2018b889e7589c5d571fc5c658d8971ce1 Mon Sep 17 00:00:00 2001 From: qikongjian Date: Tue, 16 Sep 2025 22:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BDiframe=E6=94=B9=E6=88=90?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E5=AF=BC=E5=87=BA=E6=8E=A5=E5=8F=A3=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index 99a4ce5..2e7eb67 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -68,7 +68,9 @@ const WorkFlow = React.memo(function WorkFlow() { // setIsEditingInProgress(true); // 已移除该状态变量 isEditingInProgressRef.current = true; - aiEditingButtonRef.current?.handleAIEditing(); + // 改为调用测试剪辑计划导出按钮方法 + // aiEditingButtonRef.current?.handleAIEditing(); + handleTestExport(); editingNotificationKey.current = `editing-${Date.now()}`; showEditingNotification({ description: 'Performing intelligent editing...', @@ -366,9 +368,10 @@ const WorkFlow = React.memo(function WorkFlow() { ) } - {/* 测试导出接口按钮 - 简化显示条件方便测试 */} + {/* 测试导出接口按钮 - 隐藏显示(仍可通过逻辑调用) */}