This commit is contained in:
aozhiwei 2024-07-21 10:25:57 +08:00
parent b439411208
commit 2668582df4
2 changed files with 5 additions and 0 deletions

View File

@ -5,12 +5,14 @@ const assert = require('assert');
class CfgChecker {
constructor() {
this.projHash = {}
}
init() {
}
}
(new CfgChecker).init();

View File

@ -0,0 +1,3 @@
const PROJ_WEB3BCSPIDER = 'Web3BcSpider';
exports.PROJ_WEB3BCSPIDER = PROJ_WEB3BCSPIDER;