From 99fc65afeb39977df1fb384c449e6f48c9234e1c 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 22:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=AD=89=E4=BA=8E=E6=80=BB?= =?UTF-8?q?=E5=85=B1=E7=9A=84=20=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 cdb3d29..947c2b8 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);