chore: 移除autowire特性

This commit is contained in:
xiaojunnuo
2025-04-28 21:55:23 +08:00
parent 048696ee93
commit 0b6941d5ce
25 changed files with 55 additions and 106 deletions
@@ -84,7 +84,6 @@ for (const key in modules) {
}else{
console.log(`[warning] 未知的插件类型:${pluginDefine.name}`)
}
delete pluginDefine.autowire
const filePath = path.join(`./metadata/${pluginDefine.pluginType}_${pluginDefine.name}.yaml`)
pluginDefine.scriptFilePath = location