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(() => {