隐藏 自动剪辑按钮

This commit is contained in:
北枳 2025-09-02 17:17:28 +08:00
parent 18c12e41dc
commit eb109dd872

View File

@ -173,7 +173,7 @@ const WorkFlow = React.memo(function WorkFlow() {
</div>
{/* AI剪辑按钮 - 当有视频片段时显示 */}
{
{/* {
(taskObject.currentStage === 'video' && taskObject.videos.data.length > 0) && (
<div className="fixed right-[2rem] top-[8rem] z-[49]">
<Tooltip title="AI Editing" placement="left">
@ -188,7 +188,7 @@ const WorkFlow = React.memo(function WorkFlow() {
</Tooltip>
</div>
)
}
} */}
{/* 智能对话按钮 */}
<div