forked from 77media/video-flow
去掉Ai输入框
This commit is contained in:
parent
4de0ddb206
commit
b162a77741
@ -190,18 +190,6 @@ const WorkFlow = React.memo(function WorkFlow() {
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
{/* AI 建议栏 */}
|
||||
<ErrorBoundary>
|
||||
<AISuggestionBar
|
||||
suggestions={mockSuggestions}
|
||||
onSuggestionClick={handleSuggestionClick}
|
||||
onSubmit={handleSubmit}
|
||||
onClick={() => setIsPauseWorkFlow(true)}
|
||||
placeholder="Please input your ideas, or click the predefined tags to receive AI advice..."
|
||||
/>
|
||||
</ErrorBoundary>
|
||||
|
||||
<ErrorBoundary>
|
||||
<EditModal
|
||||
isOpen={isEditModalOpen}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user