feat:代码节点添加返回

This commit is contained in:
zhanghao 2026-03-04 16:26:18 +08:00
parent 58a07f310a
commit a087c35273

View File

@ -306,7 +306,7 @@ export const collapseList = [
{ name: "input", type: "input", input: "", required: true } { name: "input", type: "input", input: "", required: true }
], ],
outputType: 'json', outputType: 'json',
outputParams: [] outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'js节点返回'}]
} }
], ],
}, },