快捷键重构

This commit is contained in:
2025-05-25 00:54:06 +08:00
parent d6327c7946
commit 68b88d57db
186 changed files with 2248 additions and 1066 deletions

View File

@@ -116,6 +116,7 @@ function genCSCode(handler) {
console.log(classInfo.resName + "未配置导出,忽略");
}
}
console.log("生成Binder,count="+componentClassNameArr.length+" classCnt="+classCnt)
genBinder(codePkgName, componentClassNameArr);
genLanguage();
}