forked from 77media/video-flow
隐藏 自动剪辑按钮
This commit is contained in:
parent
18c12e41dc
commit
eb109dd872
@ -173,7 +173,7 @@ const WorkFlow = React.memo(function WorkFlow() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* AI剪辑按钮 - 当有视频片段时显示 */}
|
{/* AI剪辑按钮 - 当有视频片段时显示 */}
|
||||||
{
|
{/* {
|
||||||
(taskObject.currentStage === 'video' && taskObject.videos.data.length > 0) && (
|
(taskObject.currentStage === 'video' && taskObject.videos.data.length > 0) && (
|
||||||
<div className="fixed right-[2rem] top-[8rem] z-[49]">
|
<div className="fixed right-[2rem] top-[8rem] z-[49]">
|
||||||
<Tooltip title="AI Editing" placement="left">
|
<Tooltip title="AI Editing" placement="left">
|
||||||
@ -188,7 +188,7 @@ const WorkFlow = React.memo(function WorkFlow() {
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
} */}
|
||||||
|
|
||||||
{/* 智能对话按钮 */}
|
{/* 智能对话按钮 */}
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user