diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index d5021a3..4904dd1 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -255,7 +255,7 @@ export function useWorkflowData() { try { setIsLoading(true); - setCurrentLoadingText('正在加载项目数据...'); + setCurrentLoadingText('loading project info...'); // 获取剧集详情 const response = await detailScriptEpisodeNew({ project_id: episodeId });