diff --git a/components/pages/work-flow.tsx b/components/pages/work-flow.tsx index d7487bc..c429573 100644 --- a/components/pages/work-flow.tsx +++ b/components/pages/work-flow.tsx @@ -173,7 +173,7 @@ const WorkFlow = React.memo(function WorkFlow() { {/* AI剪辑按钮 - 当有视频片段时显示 */} - { + {/* { (taskObject.currentStage === 'video' && taskObject.videos.data.length > 0) && (
@@ -188,7 +188,7 @@ const WorkFlow = React.memo(function WorkFlow() {
) - } + } */} {/* 智能对话按钮 */}