From adb6f97366449687c6d55726c42846a6ad25bf36 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, 5 Sep 2025 01:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=BC=B9=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index 2b843d6..ad73df3 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -113,13 +113,14 @@ const WorkFlow = React.memo(function WorkFlow() { if (taskObject.final.url && editingNotificationKey.current && isHandleEdit) { // 更新通知状态为完成 showEditingNotification({ + isCompleted: true, description: 'Performing intelligent editing...', successDescription: 'Editing successful', timeoutDescription: 'Editing failed, please try again', timeout: 5 * 60 * 1000, key: editingNotificationKey.current, onComplete: () => { - console.log('编辑完成'); + console.log('Editing successful'); localStorage.setItem(`isLoaded_plan_${episodeId}`, 'true'); // 3秒后关闭通知 setTimeout(() => {