feat:全局触发事件

4.新增预审前后节点
5. 新增类注入
This commit is contained in:
lvjunzhao
2025-03-31 16:20:34 +08:00
parent be33adefc7
commit 6015b7c199
4 changed files with 207 additions and 6 deletions

View File

@ -237,7 +237,8 @@ export enum NodeEventType {
//事件执行类型
export enum NodeEventExType {
API = 0, //api
LITEFLOW, //规则引擎
LITEFLOW = 1, //规则引擎
SERVICE = 2, //类注入
}
//用户节点超时处理