feat(web): 增加数组的判断

This commit is contained in:
v-zhangjc9
2025-07-18 11:07:48 +08:00
parent ad9dade6a1
commit 4cfa110f2f
2 changed files with 7 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ const CodeNode = (props: NodeProps) => {
{
type: 'divider',
},
...outputsFormColumns(true, true),
...outputsFormColumns(true, false),
], [props.id])
const extraNodeDescription = useMemo(() => {