视频错误总数 等于 视频总数,不剪辑

This commit is contained in:
北枳 2025-09-29 21:46:31 +08:00
parent 5dc96e76b0
commit 4b33619c20

View File

@ -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);