This commit is contained in:
北枳 2025-09-07 06:48:08 +08:00
parent 79a622375e
commit 235fe2ab6f

View File

@ -214,7 +214,7 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps =
useEffect(() => {
// 主动触发剪辑
if (canGoToCut && taskObject.currentStage === 'video') {
generateEditPlan(retryCount);
generateEditPlan(retryCount - 1);
}
}, [canGoToCut, taskObject.currentStage, retryCount]);