This commit is contained in:
X1627315083@163.com
2026-03-13 14:52:56 +08:00
parent 776ac4a566
commit a773deb336
3 changed files with 6 additions and 5 deletions

View File

@@ -67,6 +67,7 @@ export class NodeManager {
}
/** 创建结果节点 */
createResultNode(options?: NodeOptions) {
console.log(3)
const options_ = {
...(options ? options : {}),
component: NODE_COMPONENT.RESULT_IMAGE,
@@ -79,6 +80,7 @@ export class NodeManager {
...(options?.data || {}),
},
}
console.log(4)
return this.createNode(options_)
}
/** 创建卡片选择节点 */