fix: 取消code节点输出disabled

This commit is contained in:
zhanghao 2026-03-18 08:50:49 +08:00
parent 0d70a0ff03
commit 9f08825678

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: [{ name: 'ret', type: 'Object', children: [], desc: 'js节点返回', disabled: true}] outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'js节点返回'}]
}, },
{ {
icon: microphoneSvg, icon: microphoneSvg,