From 4b33619c20dba38163363b60a49ccdf415784488 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: Mon, 29 Sep 2025 21:46:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E9=94=99=E8=AF=AF=E6=80=BB?= =?UTF-8?q?=E6=95=B0=20=E7=AD=89=E4=BA=8E=20=E8=A7=86=E9=A2=91=E6=80=BB?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E4=B8=8D=E5=89=AA=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/use-workflow-data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index ee1b05a..8625c0a 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -427,7 +427,7 @@ export function useWorkflowData({ onEditPlanGenerated, editingStatus, onExportFa if (analyze_video_total_count && analyze_video_completed_count === analyze_video_total_count) { // 视频分析完成 - if(error_totle < total_count * errorConfig) { + if(error_totle !== total_count) { setCanGoToCut(true); // 重置进度条,显示生成剪辑计划进度 setIsAnalyzing(false);