添加装饰器给蓝图编辑器做准备;修改随机节点添加权重支持

This commit is contained in:
gongxh
2025-09-08 16:10:08 +08:00
parent 10ca8fd2a8
commit 6d6162031a
7 changed files with 349 additions and 52 deletions

View File

@@ -4,6 +4,7 @@
"lib": ["es6", "dom"],
"module": "commonjs",
"experimentalDecorators": true, // 启用ES装饰器
"emitDecoratorMetadata": true, // 启用装饰器元数据
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
@@ -20,7 +21,6 @@
},
"include": [
"./src/**/*"
// "libs"
],
// 排除
"exclude": [