错误等于总共的 不剪辑

This commit is contained in:
北枳 2025-09-29 22:29:06 +08:00
parent a8a4fd3866
commit 99fc65afeb

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