From 7467025d09f57744ef30ba50463f91b9e1c62c6b 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: Sun, 7 Sep 2025 02:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/use-workflow-data.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index ace46c5..76f80ba 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -150,8 +150,8 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps = showEditingNotification({ key: notificationKey, description: 'Generating intelligent editing plan...', - successDescription: '剪辑计划生成完成', - timeoutDescription: '剪辑计划生成失败,请重试', + successDescription: 'Editing plan generated successfully.', + timeoutDescription: 'Editing plan generation failed. Please refresh and try again.', timeout: 3 * 60 * 1000 }); // 先停止轮询 @@ -170,8 +170,8 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps = showEditingNotification({ key: notificationKey, isCompleted: true, - description: '正在生成剪辑计划...', - successDescription: '剪辑计划生成完成', + description: 'Generating intelligent editing plan...', + successDescription: 'Editing plan generated successfully.', timeout: 3000 }); setTimeout(() => {