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