From 3c17e094489899ca212a3cdffee27f6005eadf1d 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: Tue, 9 Sep 2025 00:19:43 +0800 Subject: [PATCH] initializing... --- components/pages/work-flow/task-info.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/pages/work-flow/task-info.tsx b/components/pages/work-flow/task-info.tsx index 3ec00ca..361d836 100644 --- a/components/pages/work-flow/task-info.tsx +++ b/components/pages/work-flow/task-info.tsx @@ -158,7 +158,7 @@ export function TaskInfo({ } // 统一更新currentStage - if (currentLoadingText.includes('initializing') || currentLoadingText.includes('script') || currentLoadingText.includes('character')) { + if (currentLoadingText.includes('initializing...') || currentLoadingText.includes('script') || currentLoadingText.includes('character')) { setCurrentStage(0); } else if (currentLoadingText.includes('sketch') && !currentLoadingText.includes('shot sketch')) { setCurrentStage(1); @@ -187,7 +187,7 @@ export function TaskInfo({ console.log('isScriptModalOpen-script', currentLoadingText, isScriptModalOpen); setIsScriptModalOpen(true); } - if (currentLoadingText.includes('initializing')) { + if (currentLoadingText.includes('initializing...')) { console.log('isScriptModalOpen-initializing', currentLoadingText, isScriptModalOpen); setIsScriptModalOpen(true); }