feat: 路径搜索

This commit is contained in:
zhanghao 2026-02-04 08:48:31 +08:00
parent 7034b0af1b
commit 8dfdbc72be

View File

@ -514,14 +514,17 @@ export const collapseList = [
action: 'TI_PATH_SEARCH', action: 'TI_PATH_SEARCH',
nodeType: "AE", nodeType: "AE",
nodeParams: [ nodeParams: [
{ name: "currentLocation", type: "input", input: "", disabled: true } { name: "currentLocation", type: "input", input: "", disabled: true },
{ name: "funcId", type: "input", input: "", disabled: true }
], ],
outputType: 'json', outputType: 'json',
outputParams: [ outputParams: [
{ name: 'nextLocation', type: 'string', desc: '下一路径位置', disabled: true}, { name: 'nextLocation', type: 'string', desc: '下一路径位置', disabled: true},
{ name: 'isEnd', type: 'string', desc: '是否结束', disabled: true} { name: 'isEnd', type: 'string', desc: '是否结束', disabled: true},
{ name: 'iconUrl', type: 'string', desc: '图标路径', disabled: true}
] ]
} }
], ],
}, },
{ {