diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index 0de4dad..15cdd8b 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -95,7 +95,8 @@ const WorkFlow = React.memo(function WorkFlow() { originalText, showGotoCutButton, generateEditPlan, - handleRetryVideo + handleRetryVideo, + isShowError } = useWorkflowData({ onEditPlanGenerated: handleEditPlanGenerated }); @@ -260,7 +261,7 @@ const WorkFlow = React.memo(function WorkFlow() { {/* AI剪辑按钮 - 当可以跳转剪辑时显示 */} { - showGotoCutButton && ( + showGotoCutButton && !isShowError && (