修改ws版本以及结点优化

This commit is contained in:
boyce
2025-10-29 11:03:06 +08:00
parent 969fbe818c
commit 21e9b2cd4b
6 changed files with 45 additions and 40 deletions

View File

@@ -1,7 +1,4 @@
package blueprint
var execNodes []IExecNode
func RegExecNode(exec IExecNode) {
execNodes = append(execNodes, exec)
}