feat(web): 尝试优化流程图性能
This commit is contained in:
@@ -8,8 +8,8 @@ const KnowledgeNode = (props: NodeProps) => AmisNode({
|
||||
type: 'normal',
|
||||
defaultNodeName: '知识库',
|
||||
defaultNodeDescription: '查询知识库获取外部知识',
|
||||
columnSchema: [
|
||||
...inputsFormColumns(),
|
||||
columnSchema: (props) => [
|
||||
...inputsFormColumns(props),
|
||||
{
|
||||
type: 'divider',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user