feat(web): 增加代码节点

This commit is contained in:
v-zhangjc9
2025-06-25 17:54:43 +08:00
parent 33df256863
commit 6f7f7cea67
5 changed files with 84 additions and 113 deletions

View File

@@ -34,7 +34,7 @@ const LlmNode = (props: NodeProps) => AmisNode(
{
type: 'divider',
},
...outputsFormColumns(false, {text: {type: 'string'}}),
...outputsFormColumns(false, true, {text: {type: 'string'}}),
],
)