jjb-cmd 2.2.9 → 2.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,14 @@
1
1
  <h1>重庆市建教帮科技有限公司-前端脚手架</h1>
2
2
  <h3>更新日志:</h3>
3
3
  <ul>
4
+ <li>
5
+ <p>2.2.11</p>
6
+ <div>修改git仓库提交先update,去掉强制提交</div>
7
+ </li>
8
+ <li>
9
+ <p>2.2.10</p>
10
+ <div>publish增加设置是否需要提交信息pushMessage</div>
11
+ </li>
4
12
  <li>
5
13
  <p>2.2.9</p>
6
14
  <div>publish增加输出日志</div>
package/bin/command.js CHANGED
@@ -30,6 +30,14 @@ commander.command('method [args]').description('-- 切换请求方式').action(a
30
30
  }
31
31
  });
32
32
 
33
+ commander.command('pushMessage [args]').description('-- 设置publish提交时是否需要提交信息').action(args => {
34
+ const package_json_file = JSON.parse(fs.readFileSync(path.join(__dirname, '../package.json')).toString());
35
+ if (['yes', 'no'].includes(args)) {
36
+ package_json_file.pushMessage = args;
37
+ fs.writeFileSync(path.join(__dirname, '../package.json'), JSON.stringify(package_json_file));
38
+ }
39
+ });
40
+
33
41
  commander.command('view res').description('-- 预览资源').action(() => {
34
42
  console.log('当前可资源:');
35
43
  console.log('[common, react-admin-component]');
package/package.json CHANGED
@@ -3,7 +3,8 @@
3
3
  "use": "no",
4
4
  "env": "prod",
5
5
  "httpMethod": "http",
6
- "version": "2.2.9",
6
+ "pushMessage": "yes",
7
+ "version": "2.2.11",
7
8
  "description": "jjb脚手架工具",
8
9
  "main": "index.js",
9
10
  "scripts": {
@@ -1 +1 @@
1
- const a0_0x2a733d=a0_0x1068;function a0_0x104b(){const _0x393cd2=['101542OQlWEF','writeFileSync','1539248fdGYqK','10JFhjMR','/api/auth','post','../cmd.install/config','existsSync','252612URvXFV','Auth\x20NetWork\x20Fail!','../../../.auth','axios','path','status','Auth\x20Fail!','log','1277962NLMMjp','Auth\x20Success!','catch','2249375yhCjch','then','5723288vDutfP','155814BbGMPN'];a0_0x104b=function(){return _0x393cd2;};return a0_0x104b();}(function(_0x55fea8,_0x517b52){const _0x5343cc=a0_0x1068,_0x4687f0=_0x55fea8();while(!![]){try{const _0x442ead=-parseInt(_0x5343cc(0x1cf))/0x1+-parseInt(_0x5343cc(0x1d2))/0x2*(parseInt(_0x5343cc(0x1d7))/0x3)+parseInt(_0x5343cc(0x1d1))/0x4+-parseInt(_0x5343cc(0x1cb))/0x5+-parseInt(_0x5343cc(0x1ce))/0x6+parseInt(_0x5343cc(0x1c8))/0x7+parseInt(_0x5343cc(0x1cd))/0x8;if(_0x442ead===_0x517b52)break;else _0x4687f0['push'](_0x4687f0['shift']());}catch(_0x47dfc2){_0x4687f0['push'](_0x4687f0['shift']());}}}(a0_0x104b,0x456df));const axios=require(a0_0x2a733d(0x1da)),fs=require('fs'),path=require(a0_0x2a733d(0x1c4)),{getApiHost}=require(a0_0x2a733d(0x1d5));function a0_0x1068(_0xe2c29c,_0x3bd132){const _0x104b4d=a0_0x104b();return a0_0x1068=function(_0x1068ae,_0x43e93b){_0x1068ae=_0x1068ae-0x1c4;let _0x4db84b=_0x104b4d[_0x1068ae];return _0x4db84b;},a0_0x1068(_0xe2c29c,_0x3bd132);}module['exports']=_0x8ea227=>{const _0x667eb6=a0_0x2a733d;console[_0x667eb6(0x1c7)](_0x8ea227);const [_0x5c7a00,_0x318d59]=_0x8ea227;axios[_0x667eb6(0x1d4)](getApiHost()+_0x667eb6(0x1d3),{'username':_0x5c7a00,'password':_0x318d59})[_0x667eb6(0x1cc)](_0x219aa0=>{const _0x2691ea=_0x667eb6,_0x59f76a=path['join'](__dirname,_0x2691ea(0x1d9));_0x219aa0['data'][_0x2691ea(0x1c5)]?(console['log'](_0x2691ea(0x1c9)),fs[_0x2691ea(0x1d0)](_0x59f76a,_0x5c7a00+'/'+_0x318d59)):(console['log'](_0x2691ea(0x1c6)),fs[_0x2691ea(0x1d6)](_0x59f76a)&&fs['unlinkSync'](_0x59f76a));})[_0x667eb6(0x1ca)](_0x1d46d1=>{const _0xb49dbc=_0x667eb6;console[_0xb49dbc(0x1c7)](_0xb49dbc(0x1d8));});};
1
+ function a0_0x38dc(_0x364cf1,_0x15f933){const _0x2d487c=a0_0x2d48();return a0_0x38dc=function(_0x38dc3e,_0x2d9cea){_0x38dc3e=_0x38dc3e-0xd9;let _0x21b5a1=_0x2d487c[_0x38dc3e];return _0x21b5a1;},a0_0x38dc(_0x364cf1,_0x15f933);}const a0_0x1d6d79=a0_0x38dc;(function(_0x25f32b,_0x5aa7b4){const _0x31e0ee=a0_0x38dc,_0xfc5015=_0x25f32b();while(!![]){try{const _0x55b3f8=-parseInt(_0x31e0ee(0xd9))/0x1*(parseInt(_0x31e0ee(0xe2))/0x2)+parseInt(_0x31e0ee(0xe1))/0x3+parseInt(_0x31e0ee(0xdb))/0x4*(parseInt(_0x31e0ee(0xea))/0x5)+-parseInt(_0x31e0ee(0xf0))/0x6*(parseInt(_0x31e0ee(0xf1))/0x7)+parseInt(_0x31e0ee(0xe8))/0x8+parseInt(_0x31e0ee(0xe0))/0x9*(parseInt(_0x31e0ee(0xef))/0xa)+-parseInt(_0x31e0ee(0xee))/0xb;if(_0x55b3f8===_0x5aa7b4)break;else _0xfc5015['push'](_0xfc5015['shift']());}catch(_0x96641f){_0xfc5015['push'](_0xfc5015['shift']());}}}(a0_0x2d48,0xe3c0e));const axios=require(a0_0x1d6d79(0xec)),fs=require('fs'),path=require(a0_0x1d6d79(0xe3)),{getApiHost}=require(a0_0x1d6d79(0xdc));module[a0_0x1d6d79(0xeb)]=_0x21532d=>{const _0xeee3e5=a0_0x1d6d79;console[_0xeee3e5(0xde)](_0x21532d);const [_0x315d8a,_0x14925d]=_0x21532d;axios['post'](getApiHost()+_0xeee3e5(0xed),{'username':_0x315d8a,'password':_0x14925d})['then'](_0x50e361=>{const _0x3ecb61=_0xeee3e5,_0x32f8f2=path[_0x3ecb61(0xe6)](__dirname,_0x3ecb61(0xdd));_0x50e361['data'][_0x3ecb61(0xdf)]?(console[_0x3ecb61(0xde)](_0x3ecb61(0xe9)),fs[_0x3ecb61(0xda)](_0x32f8f2,_0x315d8a+'/'+_0x14925d)):(console[_0x3ecb61(0xde)](_0x3ecb61(0xe7)),fs['existsSync'](_0x32f8f2)&&fs[_0x3ecb61(0xe4)](_0x32f8f2));})['catch'](_0x3f268b=>{const _0x39c2bf=_0xeee3e5;console[_0x39c2bf(0xde)](_0x39c2bf(0xe5));});};function a0_0x2d48(){const _0x10d8db=['2298990JAYSkW','3777954rOsgFi','14pXcfJQ','92dyGRvf','writeFileSync','52tyonxI','../cmd.install/config','../../../.auth','log','status','54dbhcky','473784yfVCAE','5788vKlOeu','path','unlinkSync','Auth\x20NetWork\x20Fail!','join','Auth\x20Fail!','3713272IwqJUj','Auth\x20Success!','315640zpSyFu','exports','axios','/api/auth','4000711aTlGGV'];a0_0x2d48=function(){return _0x10d8db;};return a0_0x2d48();}
@@ -1 +1 @@
1
- function a1_0x76f4(){const _0x2bee34=['forEach','question','token','18SpTfyI','/unzip/','安装完成,祝您愉快编码!','exports','42cTWbow','5URGzCB','compressing','/api/v4/projects/','close','log','&ref=master','97734NcNqgi','zip','mkdirSync','安装中,请耐心等待...','240224fHPIUi','resolve','exit','readline','stdin','includes','projectId','pipe','stdout','333809aRyNKC','初始化完成!请自行使用jjb-cmd\x20install.app\x20yarn/npm安装项目!','uncompress','trim','indexOf','.zip','初始化完成?请选择安装方式![yarn/npm]:','createWriteStream','不存在。','npm','tmpdir','readdirSync','then','【Error】:初始化失败,','../../old/util','../cmd.install/config','CopyFolder','11246760IqXEpN','execSync','1305644VjAFrU','116196WQZBEM','330407wRxuoN','request','/repository/archive.zip?private_token=','createInterface','path'];a1_0x76f4=function(){return _0x2bee34;};return a1_0x76f4();}function a1_0x436a(_0x5732bf,_0x30e825){const _0x76f4c3=a1_0x76f4();return a1_0x436a=function(_0x436a31,_0x42a0d8){_0x436a31=_0x436a31-0xef;let _0x49d491=_0x76f4c3[_0x436a31];return _0x49d491;},a1_0x436a(_0x5732bf,_0x30e825);}const a1_0x2de48b=a1_0x436a;(function(_0x440cb7,_0x59679c){const _0x5ad822=a1_0x436a,_0x21728c=_0x440cb7();while(!![]){try{const _0x413e3a=-parseInt(_0x5ad822(0xf0))/0x1+parseInt(_0x5ad822(0x103))/0x2+-parseInt(_0x5ad822(0xef))/0x3+-parseInt(_0x5ad822(0x123))/0x4*(parseInt(_0x5ad822(0xfd))/0x5)+parseInt(_0x5ad822(0xfc))/0x6*(-parseInt(_0x5ad822(0x110))/0x7)+parseInt(_0x5ad822(0x107))/0x8*(parseInt(_0x5ad822(0xf8))/0x9)+parseInt(_0x5ad822(0x121))/0xa;if(_0x413e3a===_0x59679c)break;else _0x21728c['push'](_0x21728c['shift']());}catch(_0x212b42){_0x21728c['push'](_0x21728c['shift']());}}}(a1_0x76f4,0x31dd0));const fs=require('fs'),os=require('os'),path=require(a1_0x2de48b(0xf4)),request=require(a1_0x2de48b(0xf1)),utils=require(a1_0x2de48b(0x11e)),compressing=require(a1_0x2de48b(0xfe)),readline=require(a1_0x2de48b(0x10a)),io=readline[a1_0x2de48b(0xf3)]({'input':process[a1_0x2de48b(0x10b)],'output':process[a1_0x2de48b(0x10f)]}),child_process=require('child_process'),{CLOUD_PROJECT,GIT_TEMP_DIR,GIT_HOST}=require(a1_0x2de48b(0x11f));module[a1_0x2de48b(0xfb)]=_0x2150a2=>{const _0x5691dc=a1_0x2de48b,_0x542683=path[_0x5691dc(0x108)]('./'),_0xc0052d=CLOUD_PROJECT[_0x2150a2]||undefined;if(_0xc0052d){const _0x234641=os[_0x5691dc(0x11a)](),_0x566a65=_0x234641+'/'+GIT_TEMP_DIR+'/'+_0x2150a2+_0x5691dc(0x115),_0x20836f=_0x234641+'/'+GIT_TEMP_DIR+_0x5691dc(0xf9);utils['DeleteDirAllFile'](_0x234641+'/'+GIT_TEMP_DIR,()=>{const _0x550a7d=_0x5691dc;fs[_0x550a7d(0x105)](_0x234641+'/'+GIT_TEMP_DIR);let _0x37d81e=fs[_0x550a7d(0x117)](_0x566a65);request(GIT_HOST+_0x550a7d(0xff)+_0xc0052d[_0x550a7d(0x10d)]+_0x550a7d(0xf2)+_0xc0052d[_0x550a7d(0xf7)]+_0x550a7d(0x102))[_0x550a7d(0x10e)](_0x37d81e)['on'](_0x550a7d(0x100),()=>{const _0xc5a928=_0x550a7d;fs[_0xc5a928(0x105)](_0x20836f),compressing[_0xc5a928(0x104)][_0xc5a928(0x112)](_0x566a65,_0x20836f)[_0xc5a928(0x11c)](()=>{setTimeout(()=>{const _0x4782a9=a1_0x436a;fs[_0x4782a9(0x11b)](_0x20836f)[_0x4782a9(0xf5)](_0x1a944b=>{const _0x5a816d=_0x4782a9;_0x1a944b[_0x5a816d(0x114)]('-master-')!==-0x1&&utils[_0x5a816d(0x120)](_0x20836f+_0x1a944b,_0x542683,()=>{const _0x454795=_0x5a816d;io[_0x454795(0xf6)](_0x454795(0x116),function(_0x2e7ad5){const _0x43a58b=_0x454795;['yarn',_0x43a58b(0x119)][_0x43a58b(0x10c)](_0x2e7ad5[_0x43a58b(0x113)]())?(console[_0x43a58b(0x101)](_0x43a58b(0x106)),child_process[_0x43a58b(0x122)]('jjb-cmd\x20install.app\x20'+_0x2e7ad5[_0x43a58b(0x113)](),{'cwd':_0x542683}),console[_0x43a58b(0x101)](_0x43a58b(0xfa)),process[_0x43a58b(0x109)](0x0)):(console[_0x43a58b(0x101)](_0x43a58b(0x111)),process[_0x43a58b(0x109)](0x0));});});});},0x7d0);});});});}else console[_0x5691dc(0x101)](_0x5691dc(0x11d)+_0x2150a2+_0x5691dc(0x118));};
1
+ const a1_0x4a5ffb=a1_0x19e9;function a1_0x5bac(){const _0x432987=['then','安装中,请耐心等待...','20710LrXGrF','7460420LKzYBm','readdirSync','uncompress','46193HitazX','6165068GEskLB','【Error】:初始化失败,','npm','stdout','../../old/util','-master-','zip','close','mkdirSync','forEach','log','安装完成,祝您愉快编码!','request','exports','592372NTPyfO','readline','createWriteStream','1336DQrtAC','/unzip/','/repository/archive.zip?private_token=','../cmd.install/config','DeleteDirAllFile','stdin','question','CopyFolder','trim','678fCDsmq','token','yarn','pipe','53487jTlaUm','resolve','4863837sJDxEr','jjb-cmd\x20install.app\x20','&ref=master','compressing'];a1_0x5bac=function(){return _0x432987;};return a1_0x5bac();}(function(_0x12e6b2,_0x39c0a2){const _0x449b2e=a1_0x19e9,_0x1d062b=_0x12e6b2();while(!![]){try{const _0x59d475=-parseInt(_0x449b2e(0x157))/0x1+parseInt(_0x449b2e(0x16f))/0x2+parseInt(_0x449b2e(0x169))/0x3+parseInt(_0x449b2e(0x174))/0x4+-parseInt(_0x449b2e(0x170))/0x5+-parseInt(_0x449b2e(0x163))/0x6*(-parseInt(_0x449b2e(0x173))/0x7)+parseInt(_0x449b2e(0x15a))/0x8*(-parseInt(_0x449b2e(0x167))/0x9);if(_0x59d475===_0x39c0a2)break;else _0x1d062b['push'](_0x1d062b['shift']());}catch(_0x253c90){_0x1d062b['push'](_0x1d062b['shift']());}}}(a1_0x5bac,0xcd7b3));function a1_0x19e9(_0x1f81bb,_0xe02cf4){const _0x5bac9=a1_0x5bac();return a1_0x19e9=function(_0x19e93e,_0xfc63a4){_0x19e93e=_0x19e93e-0x150;let _0x13a267=_0x5bac9[_0x19e93e];return _0x13a267;},a1_0x19e9(_0x1f81bb,_0xe02cf4);}const fs=require('fs'),os=require('os'),path=require('path'),request=require(a1_0x4a5ffb(0x155)),utils=require(a1_0x4a5ffb(0x178)),compressing=require(a1_0x4a5ffb(0x16c)),readline=require(a1_0x4a5ffb(0x158)),io=readline['createInterface']({'input':process[a1_0x4a5ffb(0x15f)],'output':process[a1_0x4a5ffb(0x177)]}),child_process=require('child_process'),{CLOUD_PROJECT,GIT_TEMP_DIR,GIT_HOST}=require(a1_0x4a5ffb(0x15d));module[a1_0x4a5ffb(0x156)]=_0xd60efd=>{const _0x1d954f=a1_0x4a5ffb,_0x2a0807=path[_0x1d954f(0x168)]('./'),_0x296049=CLOUD_PROJECT[_0xd60efd]||undefined;if(_0x296049){const _0x19d6ef=os['tmpdir'](),_0xb2c260=_0x19d6ef+'/'+GIT_TEMP_DIR+'/'+_0xd60efd+'.zip',_0x156511=_0x19d6ef+'/'+GIT_TEMP_DIR+_0x1d954f(0x15b);utils[_0x1d954f(0x15e)](_0x19d6ef+'/'+GIT_TEMP_DIR,()=>{const _0x2695a8=_0x1d954f;fs[_0x2695a8(0x151)](_0x19d6ef+'/'+GIT_TEMP_DIR);let _0x4b0823=fs[_0x2695a8(0x159)](_0xb2c260);request(GIT_HOST+'/api/v4/projects/'+_0x296049['projectId']+_0x2695a8(0x15c)+_0x296049[_0x2695a8(0x164)]+_0x2695a8(0x16b))[_0x2695a8(0x166)](_0x4b0823)['on'](_0x2695a8(0x150),()=>{const _0x1026cb=_0x2695a8;fs[_0x1026cb(0x151)](_0x156511),compressing[_0x1026cb(0x17a)][_0x1026cb(0x172)](_0xb2c260,_0x156511)[_0x1026cb(0x16d)](()=>{setTimeout(()=>{const _0xded580=a1_0x19e9;fs[_0xded580(0x171)](_0x156511)[_0xded580(0x152)](_0x4a639e=>{const _0x4e5638=_0xded580;_0x4a639e['indexOf'](_0x4e5638(0x179))!==-0x1&&utils[_0x4e5638(0x161)](_0x156511+_0x4a639e,_0x2a0807,()=>{const _0x9bfe8f=_0x4e5638;io[_0x9bfe8f(0x160)]('初始化完成?请选择安装方式![yarn/npm]:',function(_0x14ae60){const _0x241d19=_0x9bfe8f;[_0x241d19(0x165),_0x241d19(0x176)]['includes'](_0x14ae60[_0x241d19(0x162)]())?(console['log'](_0x241d19(0x16e)),child_process['execSync'](_0x241d19(0x16a)+_0x14ae60[_0x241d19(0x162)](),{'cwd':_0x2a0807}),console['log'](_0x241d19(0x154)),process['exit'](0x0)):(console[_0x241d19(0x153)]('初始化完成!请自行使用jjb-cmd\x20install.app\x20yarn/npm安装项目!'),process['exit'](0x0));});});});},0x7d0);});});});}else console[_0x1d954f(0x153)](_0x1d954f(0x175)+_0xd60efd+'不存在。');};
@@ -1 +1 @@
1
- const a2_0x38bde5=a2_0xbf23;(function(_0x1b99cf,_0x4d198b){const _0x13dfa6=a2_0xbf23,_0x5f3fd5=_0x1b99cf();while(!![]){try{const _0x4ac747=parseInt(_0x13dfa6(0xb1))/0x1+parseInt(_0x13dfa6(0xc6))/0x2*(-parseInt(_0x13dfa6(0xbf))/0x3)+parseInt(_0x13dfa6(0xaa))/0x4+parseInt(_0x13dfa6(0xc8))/0x5*(-parseInt(_0x13dfa6(0xcd))/0x6)+-parseInt(_0x13dfa6(0xbb))/0x7*(parseInt(_0x13dfa6(0xca))/0x8)+-parseInt(_0x13dfa6(0xc1))/0x9*(parseInt(_0x13dfa6(0xc4))/0xa)+parseInt(_0x13dfa6(0xa8))/0xb;if(_0x4ac747===_0x4d198b)break;else _0x5f3fd5['push'](_0x5f3fd5['shift']());}catch(_0x1940b8){_0x5f3fd5['push'](_0x5f3fd5['shift']());}}}(a2_0x3e0f,0xa8843));const os=require('os'),path=require(a2_0x38bde5(0xb5)),fs=require('fs'),API_HOST=a2_0x38bde5(0xae),API_HOST_HTTPS=a2_0x38bde5(0xd4),API_HOST_TEST='http://120.26.210.58:8089';function a2_0xbf23(_0x3400f2,_0x235343){const _0x3e0ff0=a2_0x3e0f();return a2_0xbf23=function(_0xbf2384,_0x405c1c){_0xbf2384=_0xbf2384-0xa7;let _0x13eae4=_0x3e0ff0[_0xbf2384];return _0x13eae4;},a2_0xbf23(_0x3400f2,_0x235343);}exports[a2_0x38bde5(0xbd)]=a2_0x38bde5(0xb0),exports[a2_0x38bde5(0xad)]=API_HOST,exports['API_HOST_TEST']=API_HOST_TEST,exports[a2_0x38bde5(0xba)]=a2_0x38bde5(0xaf),exports['GIT_TEMP_DIR']=a2_0x38bde5(0xb4)+Date[a2_0x38bde5(0xc9)](),exports[a2_0x38bde5(0xb9)]='jjb-assembly-java',exports[a2_0x38bde5(0xbc)]={'development':a2_0x38bde5(0xd2),'production':a2_0x38bde5(0xd0),'test':a2_0x38bde5(0xa7)},exports[a2_0x38bde5(0xbe)]={'common':{'token':a2_0x38bde5(0xb7),'projectId':0x117},'react-admin-component':{'token':a2_0x38bde5(0xb2),'projectId':0x154},'jjb-dva-runtime':{'token':'hLqARY89CN6fUD3yg4NL','projectId':0x23b},'jjb-common-lib':{'token':a2_0x38bde5(0xb6),'projectId':0x23c},'jjb-common-decorator':{'token':a2_0x38bde5(0xc7),'projectId':0x23e},'vue-unisass-component':{'token':a2_0x38bde5(0xac),'projectId':0x153},'react-component':{'token':a2_0x38bde5(0xc3),'projectId':0x33f},'micro-app-ts':{'token':a2_0x38bde5(0xce),'projectId':0x33e},'micro-app':{'token':a2_0x38bde5(0xd3),'projectId':0x33d},'lib':{'token':'ywPtT3xCG6b_vAxp6sTj','projectId':0x33c}},exports[a2_0x38bde5(0xd1)]=os[a2_0x38bde5(0xab)]()+'\x5c'+exports['GIT_TEMP_DIR'],exports[a2_0x38bde5(0xc0)]=()=>{const _0x2ca1e0=a2_0x38bde5,_0x291d41=JSON[_0x2ca1e0(0xc5)](fs[_0x2ca1e0(0xcc)](path[_0x2ca1e0(0xcb)](__dirname,_0x2ca1e0(0xc2)))[_0x2ca1e0(0xa9)]());return _0x291d41[_0x2ca1e0(0xcf)]==='test'?API_HOST_TEST:_0x291d41[_0x2ca1e0(0xb8)]===_0x2ca1e0(0xb3)?API_HOST:API_HOST_HTTPS;};function a2_0x3e0f(){const _0x40db65=['1413QpzMAv','../../../package.json','snBxJ2i5kYarGGcsojhY','26330iLQwgM','parse','1514tIvUSc','gPSit8aJsLVmNzuQ5Cy4','5PeLrNO','now','264kAuaIB','join','readFileSync','4771638hpVpZR','7V-YUxhmh51Mdhgx4rq4','env','prod','TEMPLATE_FOLDER','dev','FqNrmFAgrxasMrbbjvq9','https://jcloud.cqjjb.cn','test','19611449szqrRH','toString','460964pVSLMp','tmpdir','d4wQ7dzEjYPsgVbKnYei','API_HOST','http://120.26.210.58:8088','http://192.168.1.242:10985','https://cdn.cqjjb.cn/jjb-cloud-config','1034191nseTWb','FT3pKzxpRynFkmddJ9Bs','http','jjb-assembly-','path','e9njpBd1nS_LREN8GFpR','G4HJRsHr9D7Ssmixegw2','httpMethod','GIT_TEMP_JAVA','GIT_HOST','195279NiwNJw','GIT_JAVA_ENV_JSON','CONFIG_FILE_HOST','CLOUD_PROJECT','447yhReSm','getApiHost'];a2_0x3e0f=function(){return _0x40db65;};return a2_0x3e0f();}
1
+ const a2_0x2a35d6=a2_0x2d2f;function a2_0x1898(){const _0x3fb305=['path','jjb-assembly-','GIT_TEMP_DIR','GIT_HOST','7V-YUxhmh51Mdhgx4rq4','API_HOST','ywPtT3xCG6b_vAxp6sTj','FqNrmFAgrxasMrbbjvq9','136uNPHQm','GIT_JAVA_ENV_JSON','getApiHost','httpMethod','http://120.26.210.58:8089','1485984oYVdlq','G4HJRsHr9D7Ssmixegw2','356470vSJjzO','jjb-assembly-java','122284iTMgEm','now','11223919NLTDqD','API_HOST_TEST','48297570XTstZl','d4wQ7dzEjYPsgVbKnYei','e9njpBd1nS_LREN8GFpR','141kFVrfK','test','9819NtRiit','GIT_TEMP_JAVA','833337vgPFTw','TEMPLATE_FOLDER','prod','hLqARY89CN6fUD3yg4NL','../../../package.json','CLOUD_PROJECT','tmpdir','FT3pKzxpRynFkmddJ9Bs','join','http','dev','http://120.26.210.58:8088','184XlixCI','gPSit8aJsLVmNzuQ5Cy4','parse'];a2_0x1898=function(){return _0x3fb305;};return a2_0x1898();}(function(_0x3f5284,_0x4710f9){const _0xdba2ed=a2_0x2d2f,_0x2ce215=_0x3f5284();while(!![]){try{const _0xcb40dd=parseInt(_0xdba2ed(0x1c1))/0x1*(parseInt(_0xdba2ed(0x1cf))/0x2)+-parseInt(_0xdba2ed(0x1bf))/0x3*(-parseInt(_0xdba2ed(0x1b8))/0x4)+-parseInt(_0xdba2ed(0x1b6))/0x5+parseInt(_0xdba2ed(0x1b4))/0x6+parseInt(_0xdba2ed(0x1ba))/0x7+parseInt(_0xdba2ed(0x1af))/0x8*(parseInt(_0xdba2ed(0x1c3))/0x9)+-parseInt(_0xdba2ed(0x1bc))/0xa;if(_0xcb40dd===_0x4710f9)break;else _0x2ce215['push'](_0x2ce215['shift']());}catch(_0x5b192a){_0x2ce215['push'](_0x2ce215['shift']());}}}(a2_0x1898,0xd3028));const os=require('os'),path=require(a2_0x2a35d6(0x1d2)),fs=require('fs'),API_HOST=a2_0x2a35d6(0x1ce),API_HOST_HTTPS='https://jcloud.cqjjb.cn',API_HOST_TEST=a2_0x2a35d6(0x1b3);function a2_0x2d2f(_0x2234c3,_0xe387db){const _0x189823=a2_0x1898();return a2_0x2d2f=function(_0x2d2fab,_0x171ab1){_0x2d2fab=_0x2d2fab-0x1a8;let _0x4ff82f=_0x189823[_0x2d2fab];return _0x4ff82f;},a2_0x2d2f(_0x2234c3,_0xe387db);}exports['CONFIG_FILE_HOST']='https://cdn.cqjjb.cn/jjb-cloud-config',exports[a2_0x2a35d6(0x1ac)]=API_HOST,exports[a2_0x2a35d6(0x1bb)]=API_HOST_TEST,exports[a2_0x2a35d6(0x1aa)]='http://192.168.1.242:10985',exports['GIT_TEMP_DIR']=a2_0x2a35d6(0x1a8)+Date[a2_0x2a35d6(0x1b9)](),exports[a2_0x2a35d6(0x1c2)]=a2_0x2a35d6(0x1b7),exports[a2_0x2a35d6(0x1b0)]={'development':a2_0x2a35d6(0x1cd),'production':a2_0x2a35d6(0x1c5),'test':a2_0x2a35d6(0x1c0)},exports[a2_0x2a35d6(0x1c8)]={'common':{'token':a2_0x2a35d6(0x1b5),'projectId':0x117},'react-admin-component':{'token':a2_0x2a35d6(0x1ca),'projectId':0x154},'jjb-dva-runtime':{'token':a2_0x2a35d6(0x1c6),'projectId':0x23b},'jjb-common-lib':{'token':a2_0x2a35d6(0x1be),'projectId':0x23c},'jjb-common-decorator':{'token':a2_0x2a35d6(0x1d0),'projectId':0x23e},'vue-unisass-component':{'token':a2_0x2a35d6(0x1bd),'projectId':0x153},'react-component':{'token':'snBxJ2i5kYarGGcsojhY','projectId':0x33f},'micro-app-ts':{'token':a2_0x2a35d6(0x1ab),'projectId':0x33e},'micro-app':{'token':a2_0x2a35d6(0x1ae),'projectId':0x33d},'lib':{'token':a2_0x2a35d6(0x1ad),'projectId':0x33c}},exports[a2_0x2a35d6(0x1c4)]=os[a2_0x2a35d6(0x1c9)]()+'\x5c'+exports[a2_0x2a35d6(0x1a9)],exports[a2_0x2a35d6(0x1b1)]=()=>{const _0x23e9c2=a2_0x2a35d6,_0x24cf54=JSON[_0x23e9c2(0x1d1)](fs['readFileSync'](path[_0x23e9c2(0x1cb)](__dirname,_0x23e9c2(0x1c7)))['toString']());return _0x24cf54['env']===_0x23e9c2(0x1c0)?API_HOST_TEST:_0x24cf54[_0x23e9c2(0x1b2)]===_0x23e9c2(0x1cc)?API_HOST:API_HOST_HTTPS;};
@@ -1 +1 @@
1
- const a3_0x947c99=a3_0xd993;function a3_0xd993(_0x273b6d,_0x4a187b){const _0x130e9d=a3_0x130e();return a3_0xd993=function(_0xd99344,_0xd6bdd9){_0xd99344=_0xd99344-0xcf;let _0x22488a=_0x130e9d[_0xd99344];return _0x22488a;},a3_0xd993(_0x273b6d,_0x4a187b);}function a3_0x130e(){const _0x35105d=['map','911089UXBoAS','131740YwAnTN','replace','name','length','pure_name','path','\x5ctypes','package.json','【Error】:安装失败,src目录不存在。','readdirSync','close','setting.json','exports','log','mkdirSync','includes','6677tJYVaq','5170DHalaG','pipe','join','192YbFoNL','installResources','compressing','./config','31212zOfcBu','【Error】:安装失败,node_modules目录不存在。','request','exit','【Error】:执行失败,在您的项目根目录,需要一个jjb.config.json文件。','【jjb-cmd】:install命令执行完成,用时','find','compress','1.0.0','existsSync','jjb-common-lib','src\x5c','5283skYqso','32heXfBu','303054SQCXMt','3964WGAgxi','uncompress','index.js','repository','import_list','src','./tools','forEach','zip','rmdirSync','Warning】:若安装在node_modules中,请确保projectType\x20=\x20micro-spa,并关闭webpack.config.js\x20rules限制。','732gKGVLg','now','_zip','.idea','.gitignore','node_modules','installTarget','5299ponQcy','filter'];a3_0x130e=function(){return _0x35105d;};return a3_0x130e();}(function(_0x125e55,_0x284bbc){const _0x5df431=a3_0xd993,_0x3bc7f0=_0x125e55();while(!![]){try{const _0x2adae1=-parseInt(_0x5df431(0xe8))/0x1+parseInt(_0x5df431(0xd2))/0x2+-parseInt(_0x5df431(0xde))/0x3*(-parseInt(_0x5df431(0xd3))/0x4)+-parseInt(_0x5df431(0xe9))/0x5*(parseInt(_0x5df431(0xfd))/0x6)+parseInt(_0x5df431(0xe5))/0x7*(-parseInt(_0x5df431(0xd1))/0x8)+parseInt(_0x5df431(0xd0))/0x9*(parseInt(_0x5df431(0xfa))/0xa)+parseInt(_0x5df431(0xf9))/0xb*(parseInt(_0x5df431(0x101))/0xc);if(_0x2adae1===_0x284bbc)break;else _0x3bc7f0['push'](_0x3bc7f0['shift']());}catch(_0x334ab7){_0x3bc7f0['push'](_0x3bc7f0['shift']());}}}(a3_0x130e,0x7e8dc));const fs=require('fs'),path=require(a3_0x947c99(0xee)),request=require(a3_0x947c99(0x103)),compressing=require(a3_0x947c99(0xff)),{f_rm_rf,f_file_copy,f_create_package_json,f_pull_git_repository,f_scan_jjb_config_json,f_scan_jjb_config_json_rules,f_update_project_package_json}=require(a3_0x947c99(0xd9)),{TEMPLATE_FOLDER}=require(a3_0x947c99(0x100)),start_time=Date[a3_0x947c99(0xdf)]();module[a3_0x947c99(0xf5)]=()=>{const _0x5bdbc4=a3_0x947c99,_0x4c51a9=path['resolve']('./'),_0x431d4e=[_0x4c51a9,_0x5bdbc4(0xcf)][_0x5bdbc4(0xfc)]('\x5c'),_0x3fc7f8=[_0x4c51a9,'node_modules'][_0x5bdbc4(0xfc)]('\x5c'),_0x3dc22b=[_0x4c51a9,_0x5bdbc4(0xf0)]['join']('\x5c');if(f_scan_jjb_config_json(_0x4c51a9)){const _0x228614=f_scan_jjb_config_json_rules(_0x4c51a9);_0x228614[_0x5bdbc4(0xe4)]===_0x5bdbc4(0xe3)?!fs[_0x5bdbc4(0x10a)](_0x3fc7f8)?(console[_0x5bdbc4(0xf6)](_0x5bdbc4(0x102)),process[_0x5bdbc4(0x104)](0x0)):console[_0x5bdbc4(0xf6)](_0x5bdbc4(0xdd)):!fs[_0x5bdbc4(0x10a)](_0x431d4e)&&(console[_0x5bdbc4(0xf6)](_0x5bdbc4(0xf1)),process[_0x5bdbc4(0x104)](0x0));fs['mkdirSync'](TEMPLATE_FOLDER),f_pull_git_repository(_0x228614[_0x5bdbc4(0xfe)])[_0x5bdbc4(0xe7)](_0x31d670=>{const _0x1f4c89=_0x5bdbc4,_0x1679ec=fs['createWriteStream'](_0x31d670[_0x1f4c89(0xee)]);request(_0x31d670[_0x1f4c89(0xd6)])[_0x1f4c89(0xfb)](_0x1679ec)['on'](_0x1f4c89(0xf3),()=>{const _0xccc521=_0x1f4c89;fs['mkdirSync'](_0x31d670[_0xccc521(0x108)]),compressing[_0xccc521(0xdb)][_0xccc521(0xd4)](_0x31d670[_0xccc521(0xee)],_0x31d670[_0xccc521(0x108)]);});});const _0x51befe=setInterval(()=>{const _0x3a63c5=_0x5bdbc4,_0xf61e40=fs['readdirSync'](TEMPLATE_FOLDER),_0x486a26=_0xf61e40[_0x3a63c5(0xe6)](_0x29cb18=>_0x228614[_0x3a63c5(0xfe)][_0x3a63c5(0xe7)](_0x4fabf3=>_0x4fabf3[_0x3a63c5(0xeb)]+_0x3a63c5(0xe0))[_0x3a63c5(0xf8)](_0x29cb18));if(_0x486a26[_0x3a63c5(0xec)]===_0x228614[_0x3a63c5(0xfe)][_0x3a63c5(0xec)]){clearInterval(_0x51befe);const _0x293e80=[];_0x486a26[_0x3a63c5(0xda)](_0x37bb66=>{const _0x2976c5=_0x3a63c5,_0x4c37f6=[TEMPLATE_FOLDER,_0x37bb66][_0x2976c5(0xfc)]('\x5c');fs[_0x2976c5(0xf2)](_0x4c37f6)['forEach'](_0x45f571=>_0x293e80['push']({'name':_0x37bb66,'path':[_0x4c37f6,_0x45f571][_0x2976c5(0xfc)]('\x5c'),'pure_name':_0x37bb66[_0x2976c5(0xea)](/_zip$/,''),'import_list':_0x228614['installResources'][_0x2976c5(0x107)](_0x3f578e=>_0x3f578e[_0x2976c5(0xeb)]+_0x2976c5(0xe0)===_0x37bb66)['importList']}));}),_0x293e80[_0x3a63c5(0xda)](_0xec5335=>{const _0x39a3c3=_0x3a63c5,_0x393d60=_0xec5335[_0x39a3c3(0xed)],_0x4aee0a=_0xec5335[_0x39a3c3(0xd7)],_0x5c7b53=[_0xec5335[_0x39a3c3(0xee)],_0x39a3c3(0xe1)][_0x39a3c3(0xfc)]('//'),_0x23e206=[_0xec5335['path'],_0x39a3c3(0xe2)][_0x39a3c3(0xfc)]('//');fs[_0x39a3c3(0x10a)](_0x5c7b53)&&(f_rm_rf(_0x5c7b53),fs[_0x39a3c3(0xdc)](_0x5c7b53));fs[_0x39a3c3(0x10a)](_0x23e206)&&fs['unlinkSync'](_0x23e206);_0x4aee0a['length']&&fs[_0x39a3c3(0xf2)](_0xec5335[_0x39a3c3(0xee)])['filter'](_0x44be46=>!_0x4aee0a[_0x39a3c3(0xf8)](_0x44be46)&&_0x44be46!==_0x39a3c3(0xd5)&&_0x44be46!==_0x39a3c3(0xf4))[_0x39a3c3(0xda)](_0x37190d=>{const _0x194087=_0x39a3c3,_0x480f6b=_0xec5335[_0x194087(0xee)]+'\x5c'+_0x37190d;f_rm_rf(_0x480f6b),fs['rmdirSync'](_0x480f6b);});if(_0x228614[_0x39a3c3(0xe4)]===_0x39a3c3(0xe3)){const _0x55aa8b=_0x393d60;fs[_0x39a3c3(0x10a)](_0x3fc7f8+'\x5c'+_0x55aa8b)?f_rm_rf(_0x3fc7f8+'\x5c'+_0x55aa8b):fs[_0x39a3c3(0xf7)](_0x3fc7f8+'\x5c'+_0x55aa8b),_0x55aa8b!==_0x39a3c3(0x10b)?(f_file_copy(_0xec5335[_0x39a3c3(0xee)],_0x3fc7f8+'\x5c'+_0x55aa8b),f_create_package_json(_0x3fc7f8+'\x5c'+_0x55aa8b,_0x55aa8b,_0x39a3c3(0x109))):f_file_copy(_0xec5335[_0x39a3c3(0xee)]+_0x39a3c3(0xef),_0x3fc7f8+'\x5c'+_0x55aa8b),f_update_project_package_json(_0x3dc22b,_0x55aa8b,_0x39a3c3(0x109));}else _0x228614[_0x39a3c3(0xe4)]===_0x39a3c3(0xd8)&&(fs['existsSync'](_0x431d4e+_0x393d60)?f_rm_rf(_0x431d4e+_0x393d60):fs[_0x39a3c3(0xf7)](_0x431d4e+_0x393d60),f_file_copy(_0xec5335[_0x39a3c3(0xee)],_0x431d4e+_0x393d60));}),setTimeout(()=>{const _0x228b22=_0x3a63c5;f_rm_rf(TEMPLATE_FOLDER),fs[_0x228b22(0xdc)](TEMPLATE_FOLDER);const _0x163d30=Date[_0x228b22(0xdf)]();console['log'](_0x228b22(0x106)+(_0x163d30-start_time)/0x3e8+'s');},0x5dc);}},0x3e8);}else console[_0x5bdbc4(0xf6)](_0x5bdbc4(0x105));};
1
+ const a3_0x32adba=a3_0x133c;(function(_0x55c6bb,_0x154cf2){const _0xcf9b1f=a3_0x133c,_0x2c8d05=_0x55c6bb();while(!![]){try{const _0x4a7451=-parseInt(_0xcf9b1f(0x1d8))/0x1+parseInt(_0xcf9b1f(0x1d2))/0x2*(-parseInt(_0xcf9b1f(0x1e6))/0x3)+-parseInt(_0xcf9b1f(0x1da))/0x4+parseInt(_0xcf9b1f(0x1f0))/0x5+-parseInt(_0xcf9b1f(0x1d1))/0x6+parseInt(_0xcf9b1f(0x200))/0x7+parseInt(_0xcf9b1f(0x1ec))/0x8;if(_0x4a7451===_0x154cf2)break;else _0x2c8d05['push'](_0x2c8d05['shift']());}catch(_0x3ef9ed){_0x2c8d05['push'](_0x2c8d05['shift']());}}}(a3_0x1cfd,0x502d2));function a3_0x1cfd(){const _0x20102c=['_zip','installResources','existsSync','\x5ctypes','request','21SwEKkR','resolve','pure_name','close','join','readdirSync','3725984TKzfUJ','uncompress','path','now','1446375ChIaGZ','jjb-common-lib','pipe','name','importList','forEach','mkdirSync','filter','rmdirSync','src','./config','includes','repository','exit','createWriteStream','package.json','2781898lbCuLQ','length','compress','import_list','1504284yxDXLy','83354CuLhap','compressing','node_modules','zip','map','log','8950PnnmAC','push','1090528yPEPNx','1.0.0','exports','installTarget','index.js','【Error】:执行失败,在您的项目根目录,需要一个jjb.config.json文件。','【jjb-cmd】:install命令执行完成,用时'];a3_0x1cfd=function(){return _0x20102c;};return a3_0x1cfd();}function a3_0x133c(_0x5d2992,_0x50cfe8){const _0x1cfd51=a3_0x1cfd();return a3_0x133c=function(_0x133ca0,_0x1eda48){_0x133ca0=_0x133ca0-0x1d0;let _0x1571a2=_0x1cfd51[_0x133ca0];return _0x1571a2;},a3_0x133c(_0x5d2992,_0x50cfe8);}const fs=require('fs'),path=require('path'),request=require(a3_0x32adba(0x1e5)),compressing=require(a3_0x32adba(0x1d3)),{f_rm_rf,f_file_copy,f_create_package_json,f_pull_git_repository,f_scan_jjb_config_json,f_scan_jjb_config_json_rules,f_update_project_package_json}=require('./tools'),{TEMPLATE_FOLDER}=require(a3_0x32adba(0x1fa)),start_time=Date[a3_0x32adba(0x1ef)]();module[a3_0x32adba(0x1dc)]=()=>{const _0x11edbd=a3_0x32adba,_0x4a6fdd=path[_0x11edbd(0x1e7)]('./'),_0x1f6d25=[_0x4a6fdd,'src\x5c'][_0x11edbd(0x1ea)]('\x5c'),_0x50684c=[_0x4a6fdd,_0x11edbd(0x1d4)][_0x11edbd(0x1ea)]('\x5c'),_0x24a004=[_0x4a6fdd,_0x11edbd(0x1ff)][_0x11edbd(0x1ea)]('\x5c');if(f_scan_jjb_config_json(_0x4a6fdd)){const _0x1cb201=f_scan_jjb_config_json_rules(_0x4a6fdd);_0x1cb201[_0x11edbd(0x1dd)]===_0x11edbd(0x1d4)?!fs[_0x11edbd(0x1e3)](_0x50684c)?(console[_0x11edbd(0x1d7)]('【Error】:安装失败,node_modules目录不存在。'),process['exit'](0x0)):console[_0x11edbd(0x1d7)]('【Warning】:若安装在node_modules中,请确保projectType\x20=\x20micro-spa,并关闭webpack.config.js\x20rules限制。'):!fs[_0x11edbd(0x1e3)](_0x1f6d25)&&(console[_0x11edbd(0x1d7)]('【Error】:安装失败,src目录不存在。'),process[_0x11edbd(0x1fd)](0x0));fs[_0x11edbd(0x1f6)](TEMPLATE_FOLDER),f_pull_git_repository(_0x1cb201['installResources'])[_0x11edbd(0x1d6)](_0x590a3d=>{const _0xf4aaa4=_0x11edbd,_0x223c08=fs[_0xf4aaa4(0x1fe)](_0x590a3d[_0xf4aaa4(0x1ee)]);request(_0x590a3d[_0xf4aaa4(0x1fc)])[_0xf4aaa4(0x1f2)](_0x223c08)['on'](_0xf4aaa4(0x1e9),()=>{const _0x131f35=_0xf4aaa4;fs[_0x131f35(0x1f6)](_0x590a3d[_0x131f35(0x202)]),compressing[_0x131f35(0x1d5)][_0x131f35(0x1ed)](_0x590a3d[_0x131f35(0x1ee)],_0x590a3d[_0x131f35(0x202)]);});});const _0x1a9404=setInterval(()=>{const _0x24b7af=_0x11edbd,_0x121caa=fs[_0x24b7af(0x1eb)](TEMPLATE_FOLDER),_0x4e4df8=_0x121caa[_0x24b7af(0x1f7)](_0x578cd4=>_0x1cb201['installResources'][_0x24b7af(0x1d6)](_0x157399=>_0x157399[_0x24b7af(0x1f3)]+_0x24b7af(0x1e1))[_0x24b7af(0x1fb)](_0x578cd4));if(_0x4e4df8['length']===_0x1cb201[_0x24b7af(0x1e2)][_0x24b7af(0x201)]){clearInterval(_0x1a9404);const _0x102e25=[];_0x4e4df8['forEach'](_0x35e201=>{const _0x2e71f8=_0x24b7af,_0x3013c5=[TEMPLATE_FOLDER,_0x35e201]['join']('\x5c');fs[_0x2e71f8(0x1eb)](_0x3013c5)[_0x2e71f8(0x1f5)](_0x4b7f39=>_0x102e25[_0x2e71f8(0x1d9)]({'name':_0x35e201,'path':[_0x3013c5,_0x4b7f39][_0x2e71f8(0x1ea)]('\x5c'),'pure_name':_0x35e201['replace'](/_zip$/,''),'import_list':_0x1cb201[_0x2e71f8(0x1e2)]['find'](_0x33c824=>_0x33c824[_0x2e71f8(0x1f3)]+_0x2e71f8(0x1e1)===_0x35e201)[_0x2e71f8(0x1f4)]}));}),_0x102e25['forEach'](_0x550997=>{const _0x498f8=_0x24b7af,_0x983f34=_0x550997[_0x498f8(0x1e8)],_0x311163=_0x550997[_0x498f8(0x1d0)],_0x281f63=[_0x550997[_0x498f8(0x1ee)],'.idea'][_0x498f8(0x1ea)]('//'),_0x39b5af=[_0x550997[_0x498f8(0x1ee)],'.gitignore'][_0x498f8(0x1ea)]('//');fs[_0x498f8(0x1e3)](_0x281f63)&&(f_rm_rf(_0x281f63),fs[_0x498f8(0x1f8)](_0x281f63));fs[_0x498f8(0x1e3)](_0x39b5af)&&fs['unlinkSync'](_0x39b5af);_0x311163[_0x498f8(0x201)]&&fs[_0x498f8(0x1eb)](_0x550997['path'])[_0x498f8(0x1f7)](_0x3ee125=>!_0x311163[_0x498f8(0x1fb)](_0x3ee125)&&_0x3ee125!==_0x498f8(0x1de)&&_0x3ee125!=='setting.json')[_0x498f8(0x1f5)](_0x5d7173=>{const _0x3c7b3d=_0x498f8,_0x16fd42=_0x550997[_0x3c7b3d(0x1ee)]+'\x5c'+_0x5d7173;f_rm_rf(_0x16fd42),fs[_0x3c7b3d(0x1f8)](_0x16fd42);});if(_0x1cb201['installTarget']===_0x498f8(0x1d4)){const _0x1c4d9a=_0x983f34;fs[_0x498f8(0x1e3)](_0x50684c+'\x5c'+_0x1c4d9a)?f_rm_rf(_0x50684c+'\x5c'+_0x1c4d9a):fs['mkdirSync'](_0x50684c+'\x5c'+_0x1c4d9a),_0x1c4d9a!==_0x498f8(0x1f1)?(f_file_copy(_0x550997[_0x498f8(0x1ee)],_0x50684c+'\x5c'+_0x1c4d9a),f_create_package_json(_0x50684c+'\x5c'+_0x1c4d9a,_0x1c4d9a,_0x498f8(0x1db))):f_file_copy(_0x550997[_0x498f8(0x1ee)]+_0x498f8(0x1e4),_0x50684c+'\x5c'+_0x1c4d9a),f_update_project_package_json(_0x24a004,_0x1c4d9a,_0x498f8(0x1db));}else _0x1cb201[_0x498f8(0x1dd)]===_0x498f8(0x1f9)&&(fs[_0x498f8(0x1e3)](_0x1f6d25+_0x983f34)?f_rm_rf(_0x1f6d25+_0x983f34):fs[_0x498f8(0x1f6)](_0x1f6d25+_0x983f34),f_file_copy(_0x550997['path'],_0x1f6d25+_0x983f34));}),setTimeout(()=>{const _0x1371d4=_0x24b7af;f_rm_rf(TEMPLATE_FOLDER),fs[_0x1371d4(0x1f8)](TEMPLATE_FOLDER);const _0xbfd4af=Date['now']();console[_0x1371d4(0x1d7)](_0x1371d4(0x1e0)+(_0xbfd4af-start_time)/0x3e8+'s');},0x5dc);}},0x3e8);}else console['log'](_0x11edbd(0x1df));};
@@ -1 +1 @@
1
- function a4_0x26fd(){const _0x1b1359=['uniapp','\x22,\x22version\x22:\x22','3655850KZMXvS','forEach','filter','mkdirSync','152906WHnDot','src','tmpdir','f_file_copy','readFileSync','f_content_replace','micro-spa','f_resolve_install_resources','f_pull_git_repository','includes','stringify','existsSync','【Error】:[jjb.config.json.installResources]类型是一个Array<string>。','\x22,\x22main\x22:\x20\x22index.js\x22}','push','node_modules','log','map','unlinkSync','323208HturQc','writeFileSync','/repository/archive.zip?private_token=','toString','installResources','projectId','【Error】:[jjb.config.json.installResources]无资源。','./config','【Error】:[jjb.config.json.installResources]配置无效,有效值<common\x20|\x20react-admin-component\x20|\x20vue-unisass-component\x20|\x20jjb-common-decorator\x20|\x20jjb-dva-runtime\x20|\x20jjb-common-lib>。','【Error】:[jjb.config.json]文件配置无效,需要installResources属性。','statSync','\x5cjjb.config.json','【Error】:[jjb.config.json]文件解析失败,请确认是否配置正确。','parse','installTarget','207hYfahe','f_scan_jjb_config_json','spa','vue-unisass-component','163424gepFsh','readdirSync','【Error】:[jjb.config.json.installTarget]类型是一个string。','token','2235537DNAzYO','isDirectory','24hRKOah','4TVXFCG','.zip','isArray','projectType','jjb-dva-runtime','10XQonMt','jjb-common-decorator','rmdirSync','string','dependencies','name','jjb-common','jjb-common-lib','path','943467MIWQcp','f_create_package_json','f_update_project_package_json','multi','/api/v4/projects/','exit','f_scan_jjb_config_json_rules','198cOcZLB','react-admin-component','f_rm_rf','_zip','1496555JpxXPe','【Error】:[jjb.config.json.projectType]配置无效,有效值<multi\x20|\x20spa\x20|\x20micro-spa\x20|\x20uniapp>。'];a4_0x26fd=function(){return _0x1b1359;};return a4_0x26fd();}const a4_0x546bea=a4_0x4439;function a4_0x4439(_0x221faa,_0x187f84){const _0x26fd6b=a4_0x26fd();return a4_0x4439=function(_0x443928,_0x4c1176){_0x443928=_0x443928-0x16c;let _0x4846ba=_0x26fd6b[_0x443928];return _0x4846ba;},a4_0x4439(_0x221faa,_0x187f84);}(function(_0x44d93f,_0x5cdc2a){const _0x33c667=a4_0x4439,_0x1736ba=_0x44d93f();while(!![]){try{const _0x24b119=parseInt(_0x33c667(0x16e))/0x1*(-parseInt(_0x33c667(0x18a))/0x2)+parseInt(_0x33c667(0x1b4))/0x3+parseInt(_0x33c667(0x1b7))/0x4*(-parseInt(_0x33c667(0x182))/0x5)+parseInt(_0x33c667(0x1b6))/0x6*(-parseInt(_0x33c667(0x177))/0x7)+parseInt(_0x33c667(0x1b0))/0x8*(parseInt(_0x33c667(0x1ac))/0x9)+parseInt(_0x33c667(0x186))/0xa+parseInt(_0x33c667(0x17e))/0xb*(parseInt(_0x33c667(0x19d))/0xc);if(_0x24b119===_0x5cdc2a)break;else _0x1736ba['push'](_0x1736ba['shift']());}catch(_0x306a99){_0x1736ba['push'](_0x1736ba['shift']());}}}(a4_0x26fd,0x70e77));const fs=require('fs'),os=require('os'),{GIT_HOST,GIT_TEMP_DIR,CLOUD_PROJECT}=require(a4_0x546bea(0x1a4));exports[a4_0x546bea(0x180)]=function(_0x2162c7){const _0x2ee056=a4_0x546bea;if(fs[_0x2ee056(0x195)](_0x2162c7)){const _0x4d7671=fs[_0x2ee056(0x1b1)](_0x2162c7);for(let _0x2c7bcc=0x0;_0x2c7bcc<_0x4d7671['length'];_0x2c7bcc++){const _0x555a19=_0x4d7671[_0x2c7bcc],_0x51978f=_0x2162c7+'/'+_0x555a19;fs['statSync'](_0x51978f)['isDirectory']()?(exports[_0x2ee056(0x180)](_0x51978f),fs[_0x2ee056(0x170)](_0x51978f)):fs[_0x2ee056(0x19c)](_0x51978f);}}},exports[a4_0x546bea(0x192)]=function(_0xec1442=[]){const _0x27ce4b=a4_0x546bea;return _0xec1442[_0x27ce4b(0x19b)](_0xca50ee=>{const _0x288a8e=_0x27ce4b,_0x2f9a93=CLOUD_PROJECT[_0xca50ee[_0x288a8e(0x173)]]||undefined,_0x4ac4e8=os[_0x288a8e(0x18c)]();return{'path':_0x4ac4e8+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0xca50ee[_0x288a8e(0x173)]+_0x288a8e(0x1b8),'compress':_0x4ac4e8+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0xca50ee['name']+_0x288a8e(0x181),'repository':GIT_HOST+_0x288a8e(0x17b)+_0x2f9a93[_0x288a8e(0x1a2)]+_0x288a8e(0x19f)+_0x2f9a93[_0x288a8e(0x1b3)]+'&ref=master'};});},exports[a4_0x546bea(0x1ad)]=function(_0x413416){const _0x55519d=a4_0x546bea;return fs[_0x55519d(0x195)](_0x413416+_0x55519d(0x1a8));},exports[a4_0x546bea(0x17d)]=function(_0x3c4f1c){const _0x370ca8=a4_0x546bea;let _0x403cd8={};try{_0x403cd8=JSON[_0x370ca8(0x1aa)](fs['readFileSync'](_0x3c4f1c+_0x370ca8(0x1a8))[_0x370ca8(0x1a0)]());}catch(_0xc519b5){console[_0x370ca8(0x19a)](_0x370ca8(0x1a9)),process['exit'](0x0);}!(_0x370ca8(0x16c)in _0x403cd8)&&(console['log']('【Error】:[jjb.config.json]文件配置无效,需要projectType属性。'),process[_0x370ca8(0x17c)](0x0));!('installTarget'in _0x403cd8)&&(console['log']('【Error】:[jjb.config.json]文件配置无效,需要installTarget属性。'),process['exit'](0x0));!(_0x370ca8(0x1a1)in _0x403cd8)&&(console[_0x370ca8(0x19a)](_0x370ca8(0x1a6)),process[_0x370ca8(0x17c)](0x0));typeof _0x403cd8['projectType']!=='string'&&(console[_0x370ca8(0x19a)]('【Error】:[jjb.config.json.projectType]类型是一个string。'),process[_0x370ca8(0x17c)](0x0));![_0x370ca8(0x17a),_0x370ca8(0x1ae),_0x370ca8(0x184),_0x370ca8(0x190)][_0x370ca8(0x193)](_0x403cd8[_0x370ca8(0x16c)])&&(console[_0x370ca8(0x19a)](_0x370ca8(0x183)),process[_0x370ca8(0x17c)](0x0));typeof _0x403cd8[_0x370ca8(0x1ab)]!==_0x370ca8(0x171)&&(console['log'](_0x370ca8(0x1b2)),process['exit'](0x0));![_0x370ca8(0x199),_0x370ca8(0x18b)][_0x370ca8(0x193)](_0x403cd8[_0x370ca8(0x1ab)])&&(console['log']('【Error】:[jjb.config.json.node_modules]配置无效,有效值<node_modules\x20|\x20src>。'),process[_0x370ca8(0x17c)](0x0));!Array[_0x370ca8(0x1b9)](_0x403cd8[_0x370ca8(0x1a1)])&&(console[_0x370ca8(0x19a)](_0x370ca8(0x196)),process[_0x370ca8(0x17c)](0x0));_0x403cd8[_0x370ca8(0x1a1)]['length']===0x0&&(console[_0x370ca8(0x19a)](_0x370ca8(0x1a3)),process[_0x370ca8(0x17c)](0x0));const _0xe1749=exports[_0x370ca8(0x191)](_0x403cd8[_0x370ca8(0x1a1)]);return _0xe1749['map'](_0x152369=>_0x152369[_0x370ca8(0x173)])[_0x370ca8(0x188)](_0x4cecf3=>![_0x370ca8(0x174),_0x370ca8(0x16d),_0x370ca8(0x175),_0x370ca8(0x16f),_0x370ca8(0x17f),_0x370ca8(0x1af)]['includes'](_0x4cecf3))['length']!==0x0&&(console['log'](_0x370ca8(0x1a5)),process[_0x370ca8(0x17c)](0x0)),_0x403cd8[_0x370ca8(0x1a1)]=_0xe1749,_0x403cd8;},exports[a4_0x546bea(0x178)]=function(_0x25abe5,_0x96ba01,_0x508bad){const _0x22b7e5=a4_0x546bea;fs[_0x22b7e5(0x19e)](_0x25abe5+'\x5cpackage.json','{\x22name\x22:\x22'+_0x96ba01+_0x22b7e5(0x185)+_0x508bad+_0x22b7e5(0x197));},exports[a4_0x546bea(0x191)]=function(_0x7b4c=[]){const _0x66221=a4_0x546bea,_0x5ec86c=[];return Array[_0x66221(0x1b9)](_0x7b4c)&&_0x7b4c[_0x66221(0x187)](_0x183484=>{const _0x43a572=_0x66221;if(Array[_0x43a572(0x1b9)](_0x183484)){const [_0x2722ec,_0x5df032=[]]=_0x183484;_0x5ec86c[_0x43a572(0x198)]({'name':_0x2722ec,'importList':_0x5df032});}else _0x5ec86c['push']({'name':_0x183484,'importList':[]});}),_0x5ec86c;},exports[a4_0x546bea(0x179)]=function(_0x3e945b,_0x2a6c34,_0x4bd26b){const _0xc723c5=a4_0x546bea,_0x1bf73b=JSON[_0xc723c5(0x1aa)](fs['readFileSync'](_0x3e945b)[_0xc723c5(0x1a0)]());_0x1bf73b[_0xc723c5(0x172)][_0x2a6c34]=_0x4bd26b,fs['writeFileSync'](_0x3e945b,JSON[_0xc723c5(0x194)](_0x1bf73b,null,0x2));},exports[a4_0x546bea(0x18d)]=function(_0x433fbe,_0x21942f){const _0xc34e5=a4_0x546bea;fs[_0xc34e5(0x1b1)](_0x433fbe)[_0xc34e5(0x187)](_0x2c5df3=>{const _0x301a02=_0xc34e5,_0xf2eb30=_0x433fbe+'\x5c'+_0x2c5df3,_0x19ead0=_0x21942f+'\x5c'+_0x2c5df3;fs[_0x301a02(0x1a7)](_0xf2eb30)[_0x301a02(0x1b5)]()?(fs[_0x301a02(0x189)](_0x19ead0),exports['f_file_copy'](_0xf2eb30,_0x19ead0)):fs[_0x301a02(0x19e)](_0x19ead0,fs[_0x301a02(0x18e)](_0xf2eb30)[_0x301a02(0x1a0)]());});},exports[a4_0x546bea(0x18f)]=function(_0x41e5dc=[],_0x2d8aa8){_0x41e5dc['forEach'](_0x2315ed=>{const _0x4883c4=a4_0x4439,_0x4a13b1=_0x2d8aa8+_0x2315ed[_0x4883c4(0x176)];if(fs[_0x4883c4(0x195)](_0x4a13b1)){let _0x18103a=fs[_0x4883c4(0x18e)](_0x4a13b1)[_0x4883c4(0x1a0)]();_0x2315ed['replace'][_0x4883c4(0x187)](_0x2ecf06=>{_0x18103a=_0x18103a['replace'](_0x2ecf06[0x0],_0x2ecf06[0x1]);}),fs[_0x4883c4(0x19e)](_0x4a13b1,_0x18103a);}});};
1
+ const a4_0x3da3e6=a4_0x171c;(function(_0x460cf1,_0x583d34){const _0x108f04=a4_0x171c,_0x4e33dd=_0x460cf1();while(!![]){try{const _0x47bca8=parseInt(_0x108f04(0x18c))/0x1+-parseInt(_0x108f04(0x19e))/0x2*(-parseInt(_0x108f04(0x1a1))/0x3)+-parseInt(_0x108f04(0x1ad))/0x4+parseInt(_0x108f04(0x178))/0x5*(-parseInt(_0x108f04(0x1a2))/0x6)+parseInt(_0x108f04(0x186))/0x7+parseInt(_0x108f04(0x175))/0x8+parseInt(_0x108f04(0x19a))/0x9*(-parseInt(_0x108f04(0x1af))/0xa);if(_0x47bca8===_0x583d34)break;else _0x4e33dd['push'](_0x4e33dd['shift']());}catch(_0x2ada24){_0x4e33dd['push'](_0x4e33dd['shift']());}}}(a4_0xa47c,0x18edd));const fs=require('fs'),os=require('os'),{GIT_HOST,GIT_TEMP_DIR,CLOUD_PROJECT}=require(a4_0x3da3e6(0x185));function a4_0x171c(_0x15c6ed,_0x224ef6){const _0xa47cc8=a4_0xa47c();return a4_0x171c=function(_0x171ccf,_0x17c4ff){_0x171ccf=_0x171ccf-0x16f;let _0x927b89=_0xa47cc8[_0x171ccf];return _0x927b89;},a4_0x171c(_0x15c6ed,_0x224ef6);}exports[a4_0x3da3e6(0x191)]=function(_0x20e237){const _0x2b14a3=a4_0x3da3e6;if(fs[_0x2b14a3(0x170)](_0x20e237)){const _0x5a7102=fs[_0x2b14a3(0x181)](_0x20e237);for(let _0x24a3a0=0x0;_0x24a3a0<_0x5a7102[_0x2b14a3(0x198)];_0x24a3a0++){const _0x39c1f0=_0x5a7102[_0x24a3a0],_0x34ffbd=_0x20e237+'/'+_0x39c1f0;fs[_0x2b14a3(0x1a8)](_0x34ffbd)[_0x2b14a3(0x19b)]()?(exports[_0x2b14a3(0x191)](_0x34ffbd),fs[_0x2b14a3(0x17a)](_0x34ffbd)):fs['unlinkSync'](_0x34ffbd);}}},exports['f_pull_git_repository']=function(_0x3f9670=[]){return _0x3f9670['map'](_0x10e8d7=>{const _0x50bd10=a4_0x171c,_0x490697=CLOUD_PROJECT[_0x10e8d7[_0x50bd10(0x173)]]||undefined,_0x3d6e1f=os[_0x50bd10(0x17e)]();return{'path':_0x3d6e1f+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x10e8d7[_0x50bd10(0x173)]+_0x50bd10(0x183),'compress':_0x3d6e1f+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x10e8d7[_0x50bd10(0x173)]+_0x50bd10(0x176),'repository':GIT_HOST+_0x50bd10(0x1a7)+_0x490697[_0x50bd10(0x18d)]+_0x50bd10(0x17c)+_0x490697[_0x50bd10(0x194)]+'&ref=master'};});},exports[a4_0x3da3e6(0x1b1)]=function(_0x583815){const _0x770733=a4_0x3da3e6;return fs[_0x770733(0x170)](_0x583815+_0x770733(0x17f));},exports[a4_0x3da3e6(0x190)]=function(_0x5af9cf){const _0x6f9da=a4_0x3da3e6;let _0x3824be={};try{_0x3824be=JSON[_0x6f9da(0x17b)](fs['readFileSync'](_0x5af9cf+'\x5cjjb.config.json')[_0x6f9da(0x18f)]());}catch(_0xca3023){console['log'](_0x6f9da(0x1a4)),process['exit'](0x0);}!(_0x6f9da(0x196)in _0x3824be)&&(console['log'](_0x6f9da(0x195)),process['exit'](0x0));!(_0x6f9da(0x184)in _0x3824be)&&(console[_0x6f9da(0x182)]('【Error】:[jjb.config.json]文件配置无效,需要installTarget属性。'),process[_0x6f9da(0x16f)](0x0));!(_0x6f9da(0x17d)in _0x3824be)&&(console[_0x6f9da(0x182)](_0x6f9da(0x1a6)),process[_0x6f9da(0x16f)](0x0));typeof _0x3824be[_0x6f9da(0x196)]!==_0x6f9da(0x1a3)&&(console[_0x6f9da(0x182)](_0x6f9da(0x19c)),process['exit'](0x0));!['multi',_0x6f9da(0x19f),_0x6f9da(0x189),_0x6f9da(0x18e)][_0x6f9da(0x179)](_0x3824be['projectType'])&&(console[_0x6f9da(0x182)]('【Error】:[jjb.config.json.projectType]配置无效,有效值<multi\x20|\x20spa\x20|\x20micro-spa\x20|\x20uniapp>。'),process['exit'](0x0));typeof _0x3824be[_0x6f9da(0x184)]!==_0x6f9da(0x1a3)&&(console[_0x6f9da(0x182)](_0x6f9da(0x180)),process[_0x6f9da(0x16f)](0x0));!['node_modules','src'][_0x6f9da(0x179)](_0x3824be[_0x6f9da(0x184)])&&(console[_0x6f9da(0x182)](_0x6f9da(0x1a5)),process[_0x6f9da(0x16f)](0x0));!Array[_0x6f9da(0x174)](_0x3824be['installResources'])&&(console[_0x6f9da(0x182)](_0x6f9da(0x1ac)),process[_0x6f9da(0x16f)](0x0));_0x3824be['installResources']['length']===0x0&&(console['log'](_0x6f9da(0x1b2)),process[_0x6f9da(0x16f)](0x0));const _0x351828=exports[_0x6f9da(0x1a0)](_0x3824be[_0x6f9da(0x17d)]);return _0x351828[_0x6f9da(0x1aa)](_0x361388=>_0x361388[_0x6f9da(0x173)])[_0x6f9da(0x18a)](_0x13da59=>![_0x6f9da(0x1ab),'jjb-dva-runtime','jjb-common-lib',_0x6f9da(0x1b0),_0x6f9da(0x18b),'vue-unisass-component']['includes'](_0x13da59))[_0x6f9da(0x198)]!==0x0&&(console['log'](_0x6f9da(0x171)),process[_0x6f9da(0x16f)](0x0)),_0x3824be[_0x6f9da(0x17d)]=_0x351828,_0x3824be;},exports[a4_0x3da3e6(0x172)]=function(_0x3637b1,_0x584507,_0x250192){const _0x495ab4=a4_0x3da3e6;fs['writeFileSync'](_0x3637b1+_0x495ab4(0x1ae),'{\x22name\x22:\x22'+_0x584507+'\x22,\x22version\x22:\x22'+_0x250192+_0x495ab4(0x177));},exports['f_resolve_install_resources']=function(_0x1e2508=[]){const _0x3f0b8f=a4_0x3da3e6,_0x4e660a=[];return Array[_0x3f0b8f(0x174)](_0x1e2508)&&_0x1e2508[_0x3f0b8f(0x1a9)](_0x1317a5=>{const _0x243a6c=_0x3f0b8f;if(Array[_0x243a6c(0x174)](_0x1317a5)){const [_0x5a7ae8,_0x4d2d2b=[]]=_0x1317a5;_0x4e660a[_0x243a6c(0x197)]({'name':_0x5a7ae8,'importList':_0x4d2d2b});}else _0x4e660a[_0x243a6c(0x197)]({'name':_0x1317a5,'importList':[]});}),_0x4e660a;},exports[a4_0x3da3e6(0x192)]=function(_0x2c81d8,_0x49d369,_0x4501b9){const _0x1eab14=a4_0x3da3e6,_0x4c92e0=JSON[_0x1eab14(0x17b)](fs[_0x1eab14(0x199)](_0x2c81d8)['toString']());_0x4c92e0['dependencies'][_0x49d369]=_0x4501b9,fs[_0x1eab14(0x19d)](_0x2c81d8,JSON['stringify'](_0x4c92e0,null,0x2));},exports[a4_0x3da3e6(0x193)]=function(_0x21e2d9,_0x21f7d4){const _0x5f019d=a4_0x3da3e6;fs[_0x5f019d(0x181)](_0x21e2d9)[_0x5f019d(0x1a9)](_0x50c2bf=>{const _0x12d65b=_0x5f019d,_0x2de9a0=_0x21e2d9+'\x5c'+_0x50c2bf,_0x26d8ba=_0x21f7d4+'\x5c'+_0x50c2bf;fs['statSync'](_0x2de9a0)[_0x12d65b(0x19b)]()?(fs['mkdirSync'](_0x26d8ba),exports['f_file_copy'](_0x2de9a0,_0x26d8ba)):fs[_0x12d65b(0x19d)](_0x26d8ba,fs[_0x12d65b(0x199)](_0x2de9a0)['toString']());});},exports[a4_0x3da3e6(0x188)]=function(_0x4bb876=[],_0x35bd23){const _0x71c76b=a4_0x3da3e6;_0x4bb876[_0x71c76b(0x1a9)](_0x5d5135=>{const _0xac09e0=_0x71c76b,_0x21b15f=_0x35bd23+_0x5d5135['path'];if(fs[_0xac09e0(0x170)](_0x21b15f)){let _0x4add8f=fs[_0xac09e0(0x199)](_0x21b15f)[_0xac09e0(0x18f)]();_0x5d5135[_0xac09e0(0x187)][_0xac09e0(0x1a9)](_0x51c797=>{const _0x294f8c=_0xac09e0;_0x4add8f=_0x4add8f[_0x294f8c(0x187)](_0x51c797[0x0],_0x51c797[0x1]);}),fs['writeFileSync'](_0x21b15f,_0x4add8f);}});};function a4_0xa47c(){const _0xbcb4ad=['\x22,\x22main\x22:\x20\x22index.js\x22}','10OQtVsm','includes','rmdirSync','parse','/repository/archive.zip?private_token=','installResources','tmpdir','\x5cjjb.config.json','【Error】:[jjb.config.json.installTarget]类型是一个string。','readdirSync','log','.zip','installTarget','./config','614852RfBtRP','replace','f_content_replace','uniapp','filter','react-admin-component','202196sFQeqE','projectId','micro-spa','toString','f_scan_jjb_config_json_rules','f_rm_rf','f_update_project_package_json','f_file_copy','token','【Error】:[jjb.config.json]文件配置无效,需要projectType属性。','projectType','push','length','readFileSync','216261GQYcux','isDirectory','【Error】:[jjb.config.json.projectType]类型是一个string。','writeFileSync','2wkJBZq','spa','f_resolve_install_resources','336351HrhEaR','493602fPDgCb','string','【Error】:[jjb.config.json]文件解析失败,请确认是否配置正确。','【Error】:[jjb.config.json.node_modules]配置无效,有效值<node_modules\x20|\x20src>。','【Error】:[jjb.config.json]文件配置无效,需要installResources属性。','/api/v4/projects/','statSync','forEach','map','jjb-common','【Error】:[jjb.config.json.installResources]类型是一个Array<string>。','140268TSPJfs','\x5cpackage.json','50wIPEGC','jjb-common-decorator','f_scan_jjb_config_json','【Error】:[jjb.config.json.installResources]无资源。','exit','existsSync','【Error】:[jjb.config.json.installResources]配置无效,有效值<common\x20|\x20react-admin-component\x20|\x20vue-unisass-component\x20|\x20jjb-common-decorator\x20|\x20jjb-dva-runtime\x20|\x20jjb-common-lib>。','f_create_package_json','name','isArray','157648aZvmoN','_zip'];a4_0xa47c=function(){return _0xbcb4ad;};return a4_0xa47c();}
@@ -1 +1 @@
1
- const a5_0x52ab4f=a5_0x54f1;function a5_0x5d8e(){const _0x19068c=['path','npm\x20install','1490634oOuRTk','3859960IfJCHq','/.git','539285Gnorbe','npx\x20husky\x20install','4ckXsIo','git\x20init\x20please\x20wait....','existsSync','install\x20modules\x20please\x20wait....','2013792cwaOYI','execSync','70dafBak','9566ubxcvy','61086jeOUFa','Finish!','install\x20husky\x20please\x20wait....','134004ZSWvdZ','10BoDNgA','resolve','log','npm','exports','yarn'];a5_0x5d8e=function(){return _0x19068c;};return a5_0x5d8e();}(function(_0x33272f,_0x27b178){const _0x57e4f8=a5_0x54f1,_0xf54bbf=_0x33272f();while(!![]){try{const _0x102d4f=-parseInt(_0x57e4f8(0x9c))/0x1*(-parseInt(_0x57e4f8(0x97))/0x2)+-parseInt(_0x57e4f8(0x98))/0x3+-parseInt(_0x57e4f8(0x90))/0x4*(parseInt(_0x57e4f8(0x8e))/0x5)+parseInt(_0x57e4f8(0x9b))/0x6*(-parseInt(_0x57e4f8(0x96))/0x7)+parseInt(_0x57e4f8(0x94))/0x8+-parseInt(_0x57e4f8(0x8b))/0x9+parseInt(_0x57e4f8(0x8c))/0xa;if(_0x102d4f===_0x27b178)break;else _0xf54bbf['push'](_0xf54bbf['shift']());}catch(_0x19c03d){_0xf54bbf['push'](_0xf54bbf['shift']());}}}(a5_0x5d8e,0x291ad));const child_process=require('child_process'),path=require(a5_0x52ab4f(0xa2)),fs=require('fs');function a5_0x54f1(_0x156955,_0x1fbf04){const _0x5d8e4c=a5_0x5d8e();return a5_0x54f1=function(_0x54f1d0,_0x13ecfd){_0x54f1d0=_0x54f1d0-0x8b;let _0x421403=_0x5d8e4c[_0x54f1d0];return _0x421403;},a5_0x54f1(_0x156955,_0x1fbf04);}module[a5_0x52ab4f(0xa0)]=_0xd7c4a6=>{const _0x14c48d=a5_0x52ab4f;![_0x14c48d(0x9f),'yarn']['includes'](_0xd7c4a6)&&(console['log']('【Error】:no\x20registry\x20source,\x20available:[npm,\x20yarn]'),process['exit'](0x0));const _0x543681=path[_0x14c48d(0x9d)]('./');console['log'](_0x14c48d(0x93)),child_process[_0x14c48d(0x95)](_0xd7c4a6===_0x14c48d(0xa1)?_0x14c48d(0xa1):_0x14c48d(0xa3),{'cwd':_0x543681}),!fs[_0x14c48d(0x92)](_0x543681+_0x14c48d(0x8d))&&(console['log'](_0x14c48d(0x91)),child_process['execSync']('git\x20init',{'cwd':_0x543681})),console[_0x14c48d(0x9e)](_0x14c48d(0x9a)),child_process['execSync'](_0x14c48d(0x8f),{'cwd':_0x543681}),console[_0x14c48d(0x9e)](_0x14c48d(0x99));};
1
+ const a5_0x39ee61=a5_0x339c;function a5_0x56f7(){const _0x5dbe01=['exports','Finish!','execSync','existsSync','152MaFILk','720710WRkuBo','28399rBNxHT','npm','/.git','git\x20init\x20please\x20wait....','56890iJEcAD','1239800epsStM','54477ssRjyd','path','install\x20husky\x20please\x20wait....','280736CyrXIO','log','847664CmyCwO','【Error】:no\x20registry\x20source,\x20available:[npm,\x20yarn]','npx\x20husky\x20install','yarn','child_process','install\x20modules\x20please\x20wait....','108aDMEQX','15OJwNoE'];a5_0x56f7=function(){return _0x5dbe01;};return a5_0x56f7();}function a5_0x339c(_0x339ca5,_0x5b6025){const _0x56f796=a5_0x56f7();return a5_0x339c=function(_0x339cbf,_0x32cf5b){_0x339cbf=_0x339cbf-0x1b0;let _0x4e08e5=_0x56f796[_0x339cbf];return _0x4e08e5;},a5_0x339c(_0x339ca5,_0x5b6025);}(function(_0x5804fc,_0x11136c){const _0x580669=a5_0x339c,_0x648d73=_0x5804fc();while(!![]){try{const _0x43cb23=-parseInt(_0x580669(0x1c2))/0x1+-parseInt(_0x580669(0x1bd))/0x2*(-parseInt(_0x580669(0x1b2))/0x3)+-parseInt(_0x580669(0x1c4))/0x4+parseInt(_0x580669(0x1be))/0x5+-parseInt(_0x580669(0x1b1))/0x6*(-parseInt(_0x580669(0x1b9))/0x7)+parseInt(_0x580669(0x1b7))/0x8*(parseInt(_0x580669(0x1bf))/0x9)+parseInt(_0x580669(0x1b8))/0xa;if(_0x43cb23===_0x11136c)break;else _0x648d73['push'](_0x648d73['shift']());}catch(_0x9053ea){_0x648d73['push'](_0x648d73['shift']());}}}(a5_0x56f7,0x267c5));const child_process=require(a5_0x39ee61(0x1c8)),path=require(a5_0x39ee61(0x1c0)),fs=require('fs');module[a5_0x39ee61(0x1b3)]=_0x5e0b5a=>{const _0x23dd21=a5_0x39ee61;![_0x23dd21(0x1ba),_0x23dd21(0x1c7)]['includes'](_0x5e0b5a)&&(console[_0x23dd21(0x1c3)](_0x23dd21(0x1c5)),process['exit'](0x0));const _0x4d8b33=path['resolve']('./');console['log'](_0x23dd21(0x1b0)),child_process[_0x23dd21(0x1b5)](_0x5e0b5a===_0x23dd21(0x1c7)?_0x23dd21(0x1c7):'npm\x20install',{'cwd':_0x4d8b33}),!fs[_0x23dd21(0x1b6)](_0x4d8b33+_0x23dd21(0x1bb))&&(console[_0x23dd21(0x1c3)](_0x23dd21(0x1bc)),child_process[_0x23dd21(0x1b5)]('git\x20init',{'cwd':_0x4d8b33})),console['log'](_0x23dd21(0x1c1)),child_process[_0x23dd21(0x1b5)](_0x23dd21(0x1c6),{'cwd':_0x4d8b33}),console['log'](_0x23dd21(0x1b4));};
@@ -1 +1 @@
1
- function a6_0x4e69(){const _0x4efa36=['6lWuGHA','path','1751185uGVKxO','jenkinsPassword','exports','2856560buoCEO','job','build','3907805IMtUof','3579TCtyzB','154746FcmcZa','branchName','【Error】:no\x20auth\x20login','jenkinsNamespace','error:\x20','jenkinsUserName','environment','6118648ptbSRf','6gOBpNX','log','join','exit','jenkins','1868qIWtha','5907978ajxFAX','30flmOKD','resolve'];a6_0x4e69=function(){return _0x4efa36;};return a6_0x4e69();}const a6_0x1eae26=a6_0x1c5c;(function(_0xfd126d,_0x14a1a9){const _0x51f881=a6_0x1c5c,_0x1860e6=_0xfd126d();while(!![]){try{const _0x5537f2=parseInt(_0x51f881(0x166))/0x1*(-parseInt(_0x51f881(0x15e))/0x2)+parseInt(_0x51f881(0x15d))/0x3*(parseInt(_0x51f881(0x16b))/0x4)+-parseInt(_0x51f881(0x156))/0x5*(-parseInt(_0x51f881(0x16f))/0x6)+-parseInt(_0x51f881(0x159))/0x7+parseInt(_0x51f881(0x165))/0x8+parseInt(_0x51f881(0x16c))/0x9+-parseInt(_0x51f881(0x16d))/0xa*(parseInt(_0x51f881(0x15c))/0xb);if(_0x5537f2===_0x14a1a9)break;else _0x1860e6['push'](_0x1860e6['shift']());}catch(_0x1c1c95){_0x1860e6['push'](_0x1860e6['shift']());}}}(a6_0x4e69,0x5f59e));const path=require(a6_0x1eae26(0x155)),fs=require('fs'),Jenkins=require(a6_0x1eae26(0x16a));function a6_0x1c5c(_0x17b918,_0x17dd18){const _0x4e6976=a6_0x4e69();return a6_0x1c5c=function(_0x1c5c87,_0x2db470){_0x1c5c87=_0x1c5c87-0x155;let _0x23b1f3=_0x4e6976[_0x1c5c87];return _0x23b1f3;},a6_0x1c5c(_0x17b918,_0x17dd18);}module[a6_0x1eae26(0x158)]=arguments=>{const _0xc8be60=a6_0x1eae26,_0xfbad7a=path[_0xc8be60(0x168)](__dirname,'../../../.auth');!fs['existsSync'](_0xfbad7a)&&(console[_0xc8be60(0x167)](_0xc8be60(0x160)),process[_0xc8be60(0x169)](0x0));const _0x42ac91=path[_0xc8be60(0x16e)]('./'),_0x870a8d=_0x42ac91+'\x5cjjb.config.js',_0x9f84b4=require(_0x870a8d),_0x23eb89=_0x9f84b4[_0xc8be60(0x164)][arguments],_0x46d98c=_0x23eb89[_0xc8be60(0x16a)]||{},_0x461426=_0x46d98c[_0xc8be60(0x15f)],_0x80ecac=_0x46d98c['jobName'],_0x1ab52c=_0x46d98c['jenkinsHost'],_0x243741=_0x46d98c[_0xc8be60(0x163)],_0x403126=_0x46d98c[_0xc8be60(0x157)],_0x4d2cef=_0x46d98c[_0xc8be60(0x161)],_0xfa3a3=new Jenkins({'baseUrl':'http://'+_0x243741+':'+_0x403126+'@'+_0x1ab52c});try{const _0x1af135=_0xfa3a3[_0xc8be60(0x15a)][_0xc8be60(0x15b)]({'name':_0x80ecac,'parameters':{'app_Version':_0x461426,'build_version':arguments,'k8s_namespace':_0x4d2cef,'branch':_0x461426,'merge':!![]},'token':_0x403126});console[_0xc8be60(0x167)]('开始构建...',_0x1af135);}catch(_0x514f80){console['error'](_0xc8be60(0x162),_0x514f80);}};
1
+ const a6_0x181964=a6_0x2f47;function a6_0x2f47(_0x4c4d7e,_0x417202){const _0x35bd2=a6_0x35bd();return a6_0x2f47=function(_0x2f47a8,_0x4a767e){_0x2f47a8=_0x2f47a8-0x15d;let _0x1368e3=_0x35bd2[_0x2f47a8];return _0x1368e3;},a6_0x2f47(_0x4c4d7e,_0x417202);}function a6_0x35bd(){const _0x4bcba8=['31280ltgRYz','../../../.auth','exit','1314QGIWsM','开始构建...','2241168glJZBG','join','jenkinsNamespace','jenkinsUserName','626345gjzEIm','existsSync','jenkins','【Error】:no\x20auth\x20login','path','jenkinsHost','4903199kHcqEY','http://','3073280tOWuTT','jenkinsPassword','build','272603cAcCdN','log','36nvyiiq','24wztMAG','job','104523DQfrjh','branchName','error:\x20','environment','resolve'];a6_0x35bd=function(){return _0x4bcba8;};return a6_0x35bd();}(function(_0x1f1cac,_0x5eb00f){const _0x234a5a=a6_0x2f47,_0x148569=_0x1f1cac();while(!![]){try{const _0x35012c=parseInt(_0x234a5a(0x15d))/0x1+-parseInt(_0x234a5a(0x160))/0x2*(parseInt(_0x234a5a(0x162))/0x3)+parseInt(_0x234a5a(0x178))/0x4+parseInt(_0x234a5a(0x170))/0x5*(-parseInt(_0x234a5a(0x15f))/0x6)+parseInt(_0x234a5a(0x176))/0x7+parseInt(_0x234a5a(0x16c))/0x8+parseInt(_0x234a5a(0x16a))/0x9*(-parseInt(_0x234a5a(0x167))/0xa);if(_0x35012c===_0x5eb00f)break;else _0x148569['push'](_0x148569['shift']());}catch(_0x571fbc){_0x148569['push'](_0x148569['shift']());}}}(a6_0x35bd,0x6077c));const path=require(a6_0x181964(0x174)),fs=require('fs'),Jenkins=require(a6_0x181964(0x172));module['exports']=arguments=>{const _0x3e79dc=a6_0x181964,_0xb8df13=path[_0x3e79dc(0x16d)](__dirname,_0x3e79dc(0x168));!fs[_0x3e79dc(0x171)](_0xb8df13)&&(console[_0x3e79dc(0x15e)](_0x3e79dc(0x173)),process[_0x3e79dc(0x169)](0x0));const _0x4a4e7b=path[_0x3e79dc(0x166)]('./'),_0xe1fe68=_0x4a4e7b+'\x5cjjb.config.js',_0x2c550f=require(_0xe1fe68),_0x5cc7f0=_0x2c550f[_0x3e79dc(0x165)][arguments],_0x1988f7=_0x5cc7f0['jenkins']||{},_0x288355=_0x1988f7[_0x3e79dc(0x163)],_0x49bb8d=_0x1988f7['jobName'],_0x41c76d=_0x1988f7[_0x3e79dc(0x175)],_0x201037=_0x1988f7[_0x3e79dc(0x16f)],_0x353b6c=_0x1988f7[_0x3e79dc(0x179)],_0x2a4ce4=_0x1988f7[_0x3e79dc(0x16e)],_0x48104a=new Jenkins({'baseUrl':_0x3e79dc(0x177)+_0x201037+':'+_0x353b6c+'@'+_0x41c76d});try{const _0x2eb40d=_0x48104a[_0x3e79dc(0x161)][_0x3e79dc(0x17a)]({'name':_0x49bb8d,'parameters':{'app_Version':_0x288355,'build_version':arguments,'k8s_namespace':_0x2a4ce4,'branch':_0x288355,'merge':!![]},'token':_0x353b6c});console['log'](_0x3e79dc(0x16b),_0x2eb40d);}catch(_0x16be84){console['error'](_0x3e79dc(0x164),_0x16be84);}};
@@ -1 +1 @@
1
- const a7_0x226001=a7_0xb158;(function(_0x4534b8,_0x225b16){const _0x1a7ba0=a7_0xb158,_0x16215a=_0x4534b8();while(!![]){try{const _0x1d4a85=-parseInt(_0x1a7ba0(0xee))/0x1*(-parseInt(_0x1a7ba0(0xcf))/0x2)+parseInt(_0x1a7ba0(0xb8))/0x3+parseInt(_0x1a7ba0(0xe6))/0x4+parseInt(_0x1a7ba0(0xe9))/0x5+-parseInt(_0x1a7ba0(0xcc))/0x6+parseInt(_0x1a7ba0(0xea))/0x7*(parseInt(_0x1a7ba0(0xdc))/0x8)+parseInt(_0x1a7ba0(0xc0))/0x9*(-parseInt(_0x1a7ba0(0xca))/0xa);if(_0x1d4a85===_0x225b16)break;else _0x16215a['push'](_0x16215a['shift']());}catch(_0x3201b8){_0x16215a['push'](_0x16215a['shift']());}}}(a7_0x5aca,0xb47f0));function a7_0x5aca(){const _0x344f92=['请输入此次提交信息,按Enter确认:','thumbnail.png','base64','child_process','hostname','319290vQDIaf','exit','/yarn.lock','package.json','Auth\x20NetWork\x20Fail!','README.md','toString','thumbnail_base64','18uulYUI','【Error】:no\x20auth\x20login','then','execSync','resolve','stdin','exports','return\x20','platform','readFileSync','8346990GjnZrP','【Error】:window暴露配置缺少info基础信息','6406002zTJpNX','【Error】:请在window下暴露配置信息','/api/file/publish','415774KByMSF','question','existsSync','readline','axios','catch','status','stdout','package_json_path\x20=\x20','component_config_content','split','from','length','4184pehHHT','../../../package.json','message','parse','网络异常。','data','log','readme_content','../../../.auth','createInterface','387832HVvCDa','post','yarn\x20build:production','5561265Yfhtui','9443ZtRqjg','index.js','/api/auth','Auth\x20Fail!','7aiVoFA','../cmd.install/config','defaultSetting','【Error】:请必须包含README.md说明文件','dist','package_version','【Error】:组件根目录必须包含thumbnail.png缩略图片','stringify'];a7_0x5aca=function(){return _0x344f92;};return a7_0x5aca();}const path=require('path'),fs=require('fs'),os=require('os'),axios=require(a7_0x226001(0xd3)),readline=require(a7_0x226001(0xd2)),io=readline[a7_0x226001(0xe5)]({'input':process[a7_0x226001(0xc5)],'output':process[a7_0x226001(0xd6)]}),child_process=require(a7_0x226001(0xb6)),{getApiHost}=require(a7_0x226001(0xef));function a7_0xb158(_0x217125,_0x38d334){const _0x5acacb=a7_0x5aca();return a7_0xb158=function(_0xb158ff,_0x238f3d){_0xb158ff=_0xb158ff-0xb6;let _0xb27cd3=_0x5acacb[_0xb158ff];return _0xb27cd3;},a7_0xb158(_0x217125,_0x38d334);}module[a7_0x226001(0xc6)]=_0x1dbbfb=>{const _0x2ab652=a7_0x226001,_0x1ac188=path['join'](__dirname,_0x2ab652(0xe4));!fs[_0x2ab652(0xd1)](_0x1ac188)&&(console[_0x2ab652(0xe2)](_0x2ab652(0xc1)),process['exit'](0x0));const [_0x1ecaee,_0x494a90]=fs[_0x2ab652(0xc9)](_0x1ac188)['toString']()[_0x2ab652(0xd9)]('/');axios['post'](getApiHost()+_0x2ab652(0xec),{'username':_0x1ecaee,'password':_0x494a90})[_0x2ab652(0xc2)](_0x1ff523=>{const _0x12c264=_0x2ab652;if(_0x1ff523['data'][_0x12c264(0xd5)]){const _0x53782d=path[_0x12c264(0xc4)]('./');console['log']('Please\x20wait,\x20build\x20...,'+_0x53782d);fs[_0x12c264(0xd1)](_0x53782d+_0x12c264(0xba))?child_process['execSync'](_0x12c264(0xe8),{'cwd':_0x53782d}):child_process[_0x12c264(0xc3)]('npm\x20run\x20build:production',{'cwd':_0x53782d});const _0xadadd2=_0x53782d['indexOf']('/')!==-0x1?'/':'\x5c',_0x50b3fb=''+_0x53782d+_0xadadd2+_0x12c264(0xf2)+_0xadadd2+_0x12c264(0xeb),_0x312889=''+_0x53782d+_0xadadd2+_0x12c264(0xbb);console[_0x12c264(0xe2)](_0x12c264(0xd7)+_0x312889);const _0x19abf0=''+_0x53782d+_0xadadd2+_0x12c264(0xbd),_0x24321f=''+_0x53782d+_0xadadd2+_0x12c264(0xf7),_0x17cdde=[os[_0x12c264(0xb7)](),os[_0x12c264(0xc8)](),os['arch'](),new Date()['toString']()],_0x188b75=JSON[_0x12c264(0xdf)](fs[_0x12c264(0xc9)](path['join'](__dirname,_0x12c264(0xdd)))[_0x12c264(0xbe)]()),{version:_0x5d2413}=_0x188b75,_0x46c982={'username':_0x1ecaee,'cmd_version':_0x5d2413,'hostname':os[_0x12c264(0xb7)](),'platform':os[_0x12c264(0xc8)]()};if(fs['existsSync'](_0x312889)){if(fs[_0x12c264(0xd1)](_0x50b3fb)){_0x46c982[_0x12c264(0xf3)]=_0x1dbbfb?_0x1dbbfb:0x0,_0x46c982['package_content']=fs['readFileSync'](_0x50b3fb)[_0x12c264(0xbe)](),_0x46c982['component_config_content']={};const _0x370878=fs[_0x12c264(0xc9)](_0x50b3fb)[_0x12c264(0xbe)](),_0xf32bc0=_0x370878['match'](/(window\[).+?(\.componentKey|.+]={)/img);if(_0xf32bc0&&_0xf32bc0[_0x12c264(0xdb)]){const _0x1b6301=_0x370878['match'](/componentKey.+([{,]info:\s{0,}{)/img);if(_0x1b6301&&_0x1b6301[_0x12c264(0xdb)]){let _0x1fcb0b='{';const _0x5695cd=_0x370878['split'](_0x1b6301[0x0])[0x1];for(let _0x4f636f=0x0;_0x4f636f<_0x5695cd[_0x12c264(0xdb)];_0x4f636f++){_0x1fcb0b+=_0x5695cd[_0x4f636f];if(_0x5695cd[_0x4f636f]==='}')try{const _0x57022e=new Function(_0x12c264(0xc7)+_0x1fcb0b)();_0x46c982[_0x12c264(0xd8)]={..._0x57022e,'defaultSetting':{}};}catch(_0x336f8b){}}}else console[_0x12c264(0xe2)](_0x12c264(0xcb)),process[_0x12c264(0xb9)](0x0);const _0x4b848e=_0x370878['match'](/componentKey.+([{,]settings:\s{0,}{)/img);if(_0x4b848e&&_0x4b848e[_0x12c264(0xdb)]){let _0x48dd2c='{';const _0x4338bd=_0x370878[_0x12c264(0xd9)](_0x4b848e[0x0])[0x1];for(let _0x2f5a8a=0x0;_0x2f5a8a<_0x4338bd[_0x12c264(0xdb)];_0x2f5a8a++){_0x48dd2c+=_0x4338bd[_0x2f5a8a];if(_0x4338bd[_0x2f5a8a]==='}')try{const _0x2597a7=new Function(_0x12c264(0xc7)+_0x48dd2c)();_0x46c982[_0x12c264(0xd8)][_0x12c264(0xf0)]=_0x2597a7;}catch(_0x348e5f){}}_0x46c982[_0x12c264(0xd8)]=JSON[_0x12c264(0xf5)](_0x46c982[_0x12c264(0xd8)]);}else console['log'](_0x12c264(0xcb)),process[_0x12c264(0xb9)](0x0);}else console[_0x12c264(0xe2)](_0x12c264(0xcd)),process[_0x12c264(0xb9)](0x0);fs['existsSync'](_0x19abf0)?_0x46c982[_0x12c264(0xe3)]=fs[_0x12c264(0xc9)](_0x19abf0)[_0x12c264(0xbe)]():(console[_0x12c264(0xe2)](_0x12c264(0xf1)),process[_0x12c264(0xb9)](0x0));if(!fs['existsSync'](_0x24321f))console[_0x12c264(0xe2)](_0x12c264(0xf4)),process[_0x12c264(0xb9)](0x0);else{const _0x48e3fd=fs[_0x12c264(0xc9)](_0x24321f),_0x481e11=Buffer[_0x12c264(0xda)](_0x48e3fd)['toString'](_0x12c264(0xf8));_0x46c982[_0x12c264(0xbf)]=_0x481e11;}io[_0x12c264(0xd0)](_0x12c264(0xf6),function(_0x36a46b){const _0x196234=_0x12c264;_0x46c982[_0x196234(0xde)]=_0x36a46b||'no\x20message',axios[_0x196234(0xe7)](getApiHost()+_0x196234(0xce),_0x46c982)[_0x196234(0xc2)](_0x213f6e=>{const _0x5a21d1=_0x196234;console[_0x5a21d1(0xe2)](_0x213f6e[_0x5a21d1(0xe1)]['message']),process['exit'](0x0);})[_0x196234(0xd4)](_0x560c84=>{const _0x3980fb=_0x196234;console[_0x3980fb(0xe2)](_0x560c84),console[_0x3980fb(0xe2)](_0x3980fb(0xe0)),process[_0x3980fb(0xb9)](0x0);});});}else console['log']('发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。'),process['exit'](0x0);}else console[_0x12c264(0xe2)]('发布失败!根目录缺少‘package.json’文件,无法完成发布。'),process[_0x12c264(0xb9)](0x0);}else console[_0x12c264(0xe2)](_0x12c264(0xed));})['catch'](_0x5d313c=>{const _0x2e151d=_0x2ab652;console[_0x2e151d(0xe2)](_0x5d313c),console[_0x2e151d(0xe2)](_0x2e151d(0xbc));});};
1
+ function a7_0x2eaf(_0x32dac5,_0x487f7a){const _0x2c38f5=a7_0x2c38();return a7_0x2eaf=function(_0x2eaf62,_0x5a3f18){_0x2eaf62=_0x2eaf62-0xde;let _0x15d43b=_0x2c38f5[_0x2eaf62];return _0x15d43b;},a7_0x2eaf(_0x32dac5,_0x487f7a);}const a7_0x240afe=a7_0x2eaf;function a7_0x2c38(){const _0x96e111=['1FAKrjp','Auth\x20NetWork\x20Fail!','message','package_version','../cmd.install/config','execSync','resolve','package.json','1628796isQuOo','thumbnail.png','exports','1281280dqGpAZ','stdout','361550wRPSDh','发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。','no\x20message','6844iUFfcI','return\x20','235wMooCP','then','log','existsSync','axios','stringify','join','question','catch','readline','发布失败!根目录缺少‘package.json’文件,无法完成发布。','length','child_process','/api/auth','from','readme_content','【Error】:请必须包含README.md说明文件','defaultSetting','post','1922564ZvHkwe','请输入此次提交信息,按Enter确认:','createInterface','92524YojtwU','Please\x20wait,\x20build\x20...,','toString','component_config_content','../../../.auth','658137rtWxTM','【Error】:window暴露配置缺少info基础信息','yarn\x20build:production','dist','data','match','【Error】:no\x20auth\x20login','【Error】:请在window下暴露配置信息','parse','exit','readFileSync','../../../package.json','63ctYtxZ','hostname','platform','indexOf','README.md'];a7_0x2c38=function(){return _0x96e111;};return a7_0x2c38();}(function(_0x3d876a,_0x12d5eb){const _0x45b011=a7_0x2eaf,_0x50dcbc=_0x3d876a();while(!![]){try{const _0x24ceb5=parseInt(_0x45b011(0xde))/0x1*(-parseInt(_0x45b011(0x106))/0x2)+parseInt(_0x45b011(0x10b))/0x3+-parseInt(_0x45b011(0xee))/0x4*(parseInt(_0x45b011(0xf0))/0x5)+-parseInt(_0x45b011(0xe6))/0x6+parseInt(_0x45b011(0x103))/0x7+-parseInt(_0x45b011(0xe9))/0x8+parseInt(_0x45b011(0x117))/0x9*(parseInt(_0x45b011(0xeb))/0xa);if(_0x24ceb5===_0x12d5eb)break;else _0x50dcbc['push'](_0x50dcbc['shift']());}catch(_0x2cec77){_0x50dcbc['push'](_0x50dcbc['shift']());}}}(a7_0x2c38,0x2e18b));const path=require('path'),fs=require('fs'),os=require('os'),axios=require(a7_0x240afe(0xf4)),readline=require(a7_0x240afe(0xf9)),io=readline[a7_0x240afe(0x105)]({'input':process['stdin'],'output':process[a7_0x240afe(0xea)]}),child_process=require(a7_0x240afe(0xfc)),{getApiHost}=require(a7_0x240afe(0xe2)),submitFun=function(_0x2844a7,_0x11e5b5){const _0x5171f3=a7_0x240afe;_0x11e5b5[_0x5171f3(0xe0)]=_0x2844a7||_0x5171f3(0xed),axios['post'](getApiHost()+'/api/file/publish',_0x11e5b5)[_0x5171f3(0xf1)](_0x10d66e=>{const _0xef6c1a=_0x5171f3;console[_0xef6c1a(0xf2)](_0x10d66e[_0xef6c1a(0x10f)]['message']),process[_0xef6c1a(0x114)](0x0);})[_0x5171f3(0xf8)](_0x413eaf=>{const _0x250fcd=_0x5171f3;console['log'](_0x413eaf),console[_0x250fcd(0xf2)]('网络异常。'),process['exit'](0x0);});};module[a7_0x240afe(0xe8)]=_0x6b1a77=>{const _0x10a1e6=a7_0x240afe,_0x526139=path[_0x10a1e6(0xf6)](__dirname,_0x10a1e6(0x10a));!fs[_0x10a1e6(0xf3)](_0x526139)&&(console[_0x10a1e6(0xf2)](_0x10a1e6(0x111)),process[_0x10a1e6(0x114)](0x0));const [_0x345b1c,_0x291b2a]=fs['readFileSync'](_0x526139)[_0x10a1e6(0x108)]()['split']('/');axios[_0x10a1e6(0x102)](getApiHost()+_0x10a1e6(0xfd),{'username':_0x345b1c,'password':_0x291b2a})[_0x10a1e6(0xf1)](_0x28e5e1=>{const _0x1f0c0f=_0x10a1e6;if(_0x28e5e1[_0x1f0c0f(0x10f)]['status']){const _0x22f9be=path[_0x1f0c0f(0xe4)]('./');console[_0x1f0c0f(0xf2)](_0x1f0c0f(0x107)+_0x22f9be);fs[_0x1f0c0f(0xf3)](_0x22f9be+'/yarn.lock')?child_process[_0x1f0c0f(0xe3)](_0x1f0c0f(0x10d),{'cwd':_0x22f9be}):child_process[_0x1f0c0f(0xe3)]('npm\x20run\x20build:production',{'cwd':_0x22f9be});const _0x674ccb=_0x22f9be[_0x1f0c0f(0x11a)]('/')!==-0x1?'/':'\x5c',_0x38fcc2=''+_0x22f9be+_0x674ccb+_0x1f0c0f(0x10e)+_0x674ccb+'index.js',_0x11fe67=''+_0x22f9be+_0x674ccb+_0x1f0c0f(0xe5),_0x587664=''+_0x22f9be+_0x674ccb+_0x1f0c0f(0x11b),_0x55ff19=''+_0x22f9be+_0x674ccb+_0x1f0c0f(0xe7),_0x4269b7=[os[_0x1f0c0f(0x118)](),os[_0x1f0c0f(0x119)](),os['arch'](),new Date()[_0x1f0c0f(0x108)]()],_0x5d8060=JSON[_0x1f0c0f(0x113)](fs[_0x1f0c0f(0x115)](path['join'](__dirname,_0x1f0c0f(0x116)))[_0x1f0c0f(0x108)]()),{version:_0x5d1d80}=_0x5d8060,_0x24d970={'username':_0x345b1c,'cmd_version':_0x5d1d80,'hostname':os[_0x1f0c0f(0x118)](),'platform':os[_0x1f0c0f(0x119)]()};if(fs[_0x1f0c0f(0xf3)](_0x11fe67)){if(fs[_0x1f0c0f(0xf3)](_0x38fcc2)){_0x24d970[_0x1f0c0f(0xe1)]=_0x6b1a77?_0x6b1a77:0x0,_0x24d970['package_content']=fs['readFileSync'](_0x38fcc2)['toString'](),_0x24d970['component_config_content']={};const _0x1467e3=fs[_0x1f0c0f(0x115)](_0x38fcc2)[_0x1f0c0f(0x108)](),_0x5cc875=_0x1467e3[_0x1f0c0f(0x110)](/(window\[).+?(\.componentKey|.+]={)/img);if(_0x5cc875&&_0x5cc875[_0x1f0c0f(0xfb)]){const _0x40f87e=_0x1467e3[_0x1f0c0f(0x110)](/componentKey.+([{,]info:\s{0,}{)/img);if(_0x40f87e&&_0x40f87e[_0x1f0c0f(0xfb)]){let _0x42c1bd='{';const _0x131076=_0x1467e3['split'](_0x40f87e[0x0])[0x1];for(let _0x361c87=0x0;_0x361c87<_0x131076[_0x1f0c0f(0xfb)];_0x361c87++){_0x42c1bd+=_0x131076[_0x361c87];if(_0x131076[_0x361c87]==='}')try{const _0x428717=new Function(_0x1f0c0f(0xef)+_0x42c1bd)();_0x24d970[_0x1f0c0f(0x109)]={..._0x428717,'defaultSetting':{}};}catch(_0x19126c){}}}else console[_0x1f0c0f(0xf2)](_0x1f0c0f(0x10c)),process[_0x1f0c0f(0x114)](0x0);const _0x3527f3=_0x1467e3[_0x1f0c0f(0x110)](/componentKey.+([{,]settings:\s{0,}{)/img);if(_0x3527f3&&_0x3527f3['length']){let _0x3e30f4='{';const _0x3a4cb3=_0x1467e3['split'](_0x3527f3[0x0])[0x1];for(let _0x4ad467=0x0;_0x4ad467<_0x3a4cb3[_0x1f0c0f(0xfb)];_0x4ad467++){_0x3e30f4+=_0x3a4cb3[_0x4ad467];if(_0x3a4cb3[_0x4ad467]==='}')try{const _0x44d22f=new Function(_0x1f0c0f(0xef)+_0x3e30f4)();_0x24d970[_0x1f0c0f(0x109)][_0x1f0c0f(0x101)]=_0x44d22f;}catch(_0x1d44f3){}}_0x24d970[_0x1f0c0f(0x109)]=JSON[_0x1f0c0f(0xf5)](_0x24d970[_0x1f0c0f(0x109)]);}else console[_0x1f0c0f(0xf2)]('【Error】:window暴露配置缺少info基础信息'),process[_0x1f0c0f(0x114)](0x0);}else console[_0x1f0c0f(0xf2)](_0x1f0c0f(0x112)),process[_0x1f0c0f(0x114)](0x0);fs[_0x1f0c0f(0xf3)](_0x587664)?_0x24d970[_0x1f0c0f(0xff)]=fs[_0x1f0c0f(0x115)](_0x587664)[_0x1f0c0f(0x108)]():(console['log'](_0x1f0c0f(0x100)),process[_0x1f0c0f(0x114)](0x0));if(!fs[_0x1f0c0f(0xf3)](_0x55ff19))console[_0x1f0c0f(0xf2)]('【Error】:组件根目录必须包含thumbnail.png缩略图片'),process['exit'](0x0);else{const _0x559e8d=fs[_0x1f0c0f(0x115)](_0x55ff19),_0x477614=Buffer[_0x1f0c0f(0xfe)](_0x559e8d)[_0x1f0c0f(0x108)]('base64');_0x24d970['thumbnail_base64']=_0x477614;}_0x5d8060['pushMessage']==='no'?submitFun(null,_0x24d970):io[_0x1f0c0f(0xf7)](_0x1f0c0f(0x104),function(_0x4de6dc){submitFun(_0x4de6dc,_0x24d970);});}else console['log'](_0x1f0c0f(0xec)),process[_0x1f0c0f(0x114)](0x0);}else console[_0x1f0c0f(0xf2)](_0x1f0c0f(0xfa)),process[_0x1f0c0f(0x114)](0x0);}else console['log']('Auth\x20Fail!');})[_0x10a1e6(0xf8)](_0x1c5ee1=>{const _0xd19141=_0x10a1e6;console[_0xd19141(0xf2)](_0x1c5ee1),console[_0xd19141(0xf2)](_0xd19141(0xdf));});};
@@ -1 +1 @@
1
- function a8_0x36fe(){const _0x56a506=['arch','join','message','5604768odCenj','发布失败!根目录缺少‘package.json’文件,无法完成发布。','【Error】:no\x20auth\x20login','push','post','resolve','exports','catch','12EjKyIy','Auth\x20NetWork\x20Fail!','platform','\x5cdist\x5cindex.js','hostname','parse','Auth\x20Fail!','1161935UVpHJG','发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。','status','22122ewnFUE','../cmd.install/config','axios','../../../.auth','networkInterfaces','toString','data','log','1912TbZbYM','stringify','/api/auth','split','798332EJFgud','existsSync','exit','/api/file/push','10832969iyuCcH','readFileSync','880880ThxKjx','2077995ijrMNe','then'];a8_0x36fe=function(){return _0x56a506;};return a8_0x36fe();}const a8_0x46ec45=a8_0x292e;(function(_0x53ebee,_0x347173){const _0x2c6d91=a8_0x292e,_0x1785b6=_0x53ebee();while(!![]){try{const _0x8676bd=-parseInt(_0x2c6d91(0xd0))/0x1+parseInt(_0x2c6d91(0xe5))/0x2+parseInt(_0x2c6d91(0xc9))/0x3*(parseInt(_0x2c6d91(0xdf))/0x4)+-parseInt(_0x2c6d91(0xe6))/0x5+-parseInt(_0x2c6d91(0xeb))/0x6+parseInt(_0x2c6d91(0xe3))/0x7+-parseInt(_0x2c6d91(0xdb))/0x8*(-parseInt(_0x2c6d91(0xd3))/0x9);if(_0x8676bd===_0x347173)break;else _0x1785b6['push'](_0x1785b6['shift']());}catch(_0x51a06f){_0x1785b6['push'](_0x1785b6['shift']());}}}(a8_0x36fe,0xd27bb));const path=require('path'),fs=require('fs'),os=require('os'),axios=require(a8_0x46ec45(0xd5)),{getApiHost}=require(a8_0x46ec45(0xd4));function a8_0x292e(_0x18937c,_0x45e6a1){const _0x36fe26=a8_0x36fe();return a8_0x292e=function(_0x292e7a,_0x3390b){_0x292e7a=_0x292e7a-0xc6;let _0x20a97b=_0x36fe26[_0x292e7a];return _0x20a97b;},a8_0x292e(_0x18937c,_0x45e6a1);}module[a8_0x46ec45(0xc7)]=_0x173d42=>{const _0x422924=a8_0x46ec45,_0x1c81da=path[_0x422924(0xe9)](__dirname,_0x422924(0xd6));!fs[_0x422924(0xe0)](_0x1c81da)&&(console['log'](_0x422924(0xed)),process[_0x422924(0xe1)](0x0));const [_0x3e2418,_0x24ddae]=fs[_0x422924(0xe4)](_0x1c81da)['toString']()[_0x422924(0xde)]('/');axios['post'](getApiHost()+_0x422924(0xdd),{'username':_0x3e2418,'password':_0x24ddae})[_0x422924(0xe7)](_0x5751b2=>{const _0x2b7312=_0x422924;if(_0x5751b2[_0x2b7312(0xd9)][_0x2b7312(0xd2)]){const _0x403b5c=path[_0x2b7312(0xc6)]('./'),_0x37e808=_0x403b5c+_0x2b7312(0xcc),_0x5ae5bf=_0x403b5c+'\x5cpackage.json',_0x2f9e8e=[os[_0x2b7312(0xcd)](),os[_0x2b7312(0xcb)](),os[_0x2b7312(0xe8)](),new Date()[_0x2b7312(0xd8)](),JSON[_0x2b7312(0xdc)](os[_0x2b7312(0xd7)](),null,'\x09')];if(fs[_0x2b7312(0xe0)](_0x5ae5bf)){if(fs['existsSync'](_0x37e808)){const _0x1d68e4=JSON[_0x2b7312(0xce)](fs['readFileSync'](_0x5ae5bf)['toString']()),{name:_0x18d2bc,version:_0x364856}=_0x1d68e4;_0x2f9e8e[_0x2b7312(0xee)](JSON[_0x2b7312(0xdc)](_0x1d68e4)),axios[_0x2b7312(0xef)](getApiHost()+_0x2b7312(0xe2),{'username':_0x3e2418,'log_text':_0x2f9e8e[_0x2b7312(0xe9)]('\x0a'),'package_name':_0x18d2bc,'package_version':_0x173d42?_0x173d42:_0x364856,'package_content':fs[_0x2b7312(0xe4)](_0x37e808)['toString']()})[_0x2b7312(0xe7)](_0x5cc7d7=>{const _0x3733db=_0x2b7312;console[_0x3733db(0xda)](_0x5cc7d7['data'][_0x3733db(0xea)]),process['exit'](0x0);})[_0x2b7312(0xc8)](_0x2a1caf=>{const _0x4f7851=_0x2b7312;console[_0x4f7851(0xda)](_0x2a1caf),console['log']('网络异常。'),process[_0x4f7851(0xe1)](0x0);});}else console[_0x2b7312(0xda)](_0x2b7312(0xd1)),process[_0x2b7312(0xe1)](0x0);}else console[_0x2b7312(0xda)](_0x2b7312(0xec)),process[_0x2b7312(0xe1)](0x0);}else console[_0x2b7312(0xda)](_0x2b7312(0xcf));})[_0x422924(0xc8)](_0x34d65b=>{const _0x2c15b6=_0x422924;console['log'](_0x2c15b6(0xca));});};
1
+ const a8_0x58b5e4=a8_0x27a5;(function(_0x5475cf,_0x444777){const _0x1efd3b=a8_0x27a5,_0x226377=_0x5475cf();while(!![]){try{const _0x554f75=-parseInt(_0x1efd3b(0x139))/0x1+-parseInt(_0x1efd3b(0x12b))/0x2+parseInt(_0x1efd3b(0x147))/0x3+parseInt(_0x1efd3b(0x13a))/0x4*(parseInt(_0x1efd3b(0x13f))/0x5)+parseInt(_0x1efd3b(0x14a))/0x6+parseInt(_0x1efd3b(0x137))/0x7*(parseInt(_0x1efd3b(0x13e))/0x8)+-parseInt(_0x1efd3b(0x135))/0x9*(parseInt(_0x1efd3b(0x140))/0xa);if(_0x554f75===_0x444777)break;else _0x226377['push'](_0x226377['shift']());}catch(_0x5480dd){_0x226377['push'](_0x226377['shift']());}}}(a8_0x32cf,0x98b71));function a8_0x27a5(_0xcebbdd,_0x3268a3){const _0x32cf15=a8_0x32cf();return a8_0x27a5=function(_0x27a50f,_0x4bbf8f){_0x27a50f=_0x27a50f-0x12a;let _0x28f134=_0x32cf15[_0x27a50f];return _0x28f134;},a8_0x27a5(_0xcebbdd,_0x3268a3);}const path=require(a8_0x58b5e4(0x14c)),fs=require('fs'),os=require('os'),axios=require('axios'),{getApiHost}=require(a8_0x58b5e4(0x131));function a8_0x32cf(){const _0x1cf308=['\x5cdist\x5cindex.js','网络异常。','exit','data','../cmd.install/config','parse','existsSync','log','53289EBTGnx','message','2023JfRmZS','/api/auth','1125934TAJGPZ','36mAyXib','join','platform','post','968bbNpZg','91150vJuENK','160xWoUCF','catch','hostname','networkInterfaces','Auth\x20Fail!','toString','../../../.auth','2383284Inmbao','readFileSync','发布失败!根目录缺少‘package.json’文件,无法完成发布。','7085628NGfWPP','arch','path','push','then','656428mMhpxS','/api/file/push'];a8_0x32cf=function(){return _0x1cf308;};return a8_0x32cf();}module['exports']=_0x14ec24=>{const _0x3bf0a1=a8_0x58b5e4,_0x1c15ed=path[_0x3bf0a1(0x13b)](__dirname,_0x3bf0a1(0x146));!fs['existsSync'](_0x1c15ed)&&(console[_0x3bf0a1(0x134)]('【Error】:no\x20auth\x20login'),process[_0x3bf0a1(0x12f)](0x0));const [_0x5b5143,_0xbef2d1]=fs[_0x3bf0a1(0x148)](_0x1c15ed)[_0x3bf0a1(0x145)]()['split']('/');axios['post'](getApiHost()+_0x3bf0a1(0x138),{'username':_0x5b5143,'password':_0xbef2d1})[_0x3bf0a1(0x12a)](_0x37f7f7=>{const _0x7fbed0=_0x3bf0a1;if(_0x37f7f7['data']['status']){const _0x38022f=path['resolve']('./'),_0x14190f=_0x38022f+_0x7fbed0(0x12d),_0x3dbe0c=_0x38022f+'\x5cpackage.json',_0x507354=[os[_0x7fbed0(0x142)](),os[_0x7fbed0(0x13c)](),os[_0x7fbed0(0x14b)](),new Date()[_0x7fbed0(0x145)](),JSON['stringify'](os[_0x7fbed0(0x143)](),null,'\x09')];if(fs['existsSync'](_0x3dbe0c)){if(fs[_0x7fbed0(0x133)](_0x14190f)){const _0x8a96e3=JSON[_0x7fbed0(0x132)](fs['readFileSync'](_0x3dbe0c)[_0x7fbed0(0x145)]()),{name:_0x38cd58,version:_0x2e87c9}=_0x8a96e3;_0x507354[_0x7fbed0(0x14d)](JSON['stringify'](_0x8a96e3)),axios[_0x7fbed0(0x13d)](getApiHost()+_0x7fbed0(0x12c),{'username':_0x5b5143,'log_text':_0x507354['join']('\x0a'),'package_name':_0x38cd58,'package_version':_0x14ec24?_0x14ec24:_0x2e87c9,'package_content':fs[_0x7fbed0(0x148)](_0x14190f)[_0x7fbed0(0x145)]()})[_0x7fbed0(0x12a)](_0x17d3bf=>{const _0x27fba1=_0x7fbed0;console[_0x27fba1(0x134)](_0x17d3bf[_0x27fba1(0x130)][_0x27fba1(0x136)]),process[_0x27fba1(0x12f)](0x0);})[_0x7fbed0(0x141)](_0x23624c=>{const _0x7c281e=_0x7fbed0;console[_0x7c281e(0x134)](_0x23624c),console[_0x7c281e(0x134)](_0x7c281e(0x12e)),process[_0x7c281e(0x12f)](0x0);});}else console[_0x7fbed0(0x134)]('发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。'),process[_0x7fbed0(0x12f)](0x0);}else console[_0x7fbed0(0x134)](_0x7fbed0(0x149)),process[_0x7fbed0(0x12f)](0x0);}else console['log'](_0x7fbed0(0x144));})[_0x3bf0a1(0x141)](_0x4e5013=>{const _0x1fa82c=_0x3bf0a1;console[_0x1fa82c(0x134)]('Auth\x20NetWork\x20Fail!');});};
@@ -1 +1 @@
1
- const a9_0x241f4c=a9_0x2b63;function a9_0x4c69(){const _0x5e6175=['Auth\x20NetWork\x20Fail!','Git\x20Commit\x20Done,git\x20push,please\x20wait...','length','【Error】:参数传递错误','2196765jYdntZ','【Error】:no\x20auth\x20login','135yBxDzQ','1927317vSEdDN','git\x20clone\x20','tmpdir','index','appIdentifier','git\x20pull','child_process','execSync','【Error】:no\x20setting\x20javaGitName','existsSync','【Error】:no\x20setting\x20git','Project\x20build\x20Done,copy\x20project,please\x20wait...','readFileSync','catch','\x20--no-verify','git\x20checkout\x20','Git\x20Add\x20Done,git\x20commit,please\x20wait...','\x22no\x20message\x22','exports','../../old/util','【warning】:Git\x20Pull\x20Done,yarn\x20install\x20project,please\x20wait...','9590170PGFgam','writeFileSync','javaGitName','/node_modules','resolve','git\x20add\x20.','git\x20push\x20--force','then','Auth\x20Fail!','utf-8',',please\x20wait...','exit','path','\x5cjjb.config.js','699840klCWGw','environment','.html','git\x20commit\x20-m\x20','/api/auth','4232maIbrQ','11TXDNLF','join','3416UJwRbd','master','Git\x20Pull\x20Done,yarn\x20build:','axios','Dist\x20output\x20copy\x20Done,git\x20add,please\x20wait...','yarn\x20install\x20Done!','2848068brecPl','post','/index.html','split','2286wLqKkY','log','../../../.auth','mkdirSync','【Error】:打包失败,没有dist目录!','javaGitBranch','includes','643wHQxQh','javaGit','Git\x20Push\x20Done!'];a9_0x4c69=function(){return _0x5e6175;};return a9_0x4c69();}(function(_0x4ad04e,_0xb7fe1b){const _0x1a1933=a9_0x2b63,_0x5018a4=_0x4ad04e();while(!![]){try{const _0x50e6a0=-parseInt(_0x1a1933(0x14a))/0x1*(-parseInt(_0x1a1933(0x136))/0x2)+-parseInt(_0x1a1933(0x154))/0x3+parseInt(_0x1a1933(0x13f))/0x4+-parseInt(_0x1a1933(0x151))/0x5+-parseInt(_0x1a1933(0x143))/0x6*(-parseInt(_0x1a1933(0x139))/0x7)+-parseInt(_0x1a1933(0x131))/0x8*(parseInt(_0x1a1933(0x153))/0x9)+parseInt(_0x1a1933(0x123))/0xa*(parseInt(_0x1a1933(0x137))/0xb);if(_0x50e6a0===_0xb7fe1b)break;else _0x5018a4['push'](_0x5018a4['shift']());}catch(_0x5ed832){_0x5018a4['push'](_0x5018a4['shift']());}}}(a9_0x4c69,0xc9106));const fs=require('fs'),os=require('os'),path=require(a9_0x241f4c(0x12f)),child_process=require(a9_0x241f4c(0x114)),{CopyFolder,DeleteDirAllFile}=require(a9_0x241f4c(0x121)),{GIT_TEMP_JAVA,GIT_JAVA_ENV_JSON,getApiHost}=require('../cmd.install/config'),axios=require(a9_0x241f4c(0x13c));function a9_0x2b63(_0x2cc244,_0x208710){const _0x4c692c=a9_0x4c69();return a9_0x2b63=function(_0x2b63b6,_0x2f86c9){_0x2b63b6=_0x2b63b6-0x111;let _0x1c774e=_0x4c692c[_0x2b63b6];return _0x1c774e;},a9_0x2b63(_0x2cc244,_0x208710);}module[a9_0x241f4c(0x120)]=arguments=>{const _0xa86922=a9_0x241f4c,_0x349d68=path[_0xa86922(0x138)](__dirname,_0xa86922(0x145));!fs['existsSync'](_0x349d68)&&(console[_0xa86922(0x144)](_0xa86922(0x152)),process[_0xa86922(0x12e)](0x0));const _0x150794=arguments[0x1],_0xff513f=arguments[0x2]||_0xa86922(0x11f),_0x2a5fc6=arguments[0x3]?arguments[0x3][_0xa86922(0x142)]('-'):[],_0x213683=path[_0xa86922(0x127)]('./'),_0x517be6=_0x213683+_0xa86922(0x130),_0x1fc492=_0x213683+'\x5cdist',_0xf7ad60=os[_0xa86922(0x156)](),[_0x3859aa,_0x46ac38]=fs[_0xa86922(0x11a)](_0x349d68)['toString']()[_0xa86922(0x142)]('/');axios[_0xa86922(0x140)](getApiHost()+_0xa86922(0x135),{'username':_0x3859aa,'password':_0x46ac38})[_0xa86922(0x12a)](_0x44dbc3=>{const _0x19d05d=_0xa86922;if(_0x44dbc3['data']['status']){if(fs[_0x19d05d(0x117)](_0x517be6)){const _0x16e611=require(_0x517be6);if(_0x16e611[_0x19d05d(0x14b)]){const _0x9c6966=_0xf7ad60+'/'+GIT_TEMP_JAVA;!fs[_0x19d05d(0x117)](_0x9c6966)&&fs[_0x19d05d(0x146)](_0x9c6966);const _0x57be5f=_0x9c6966+'/'+_0x16e611[_0x19d05d(0x125)];!fs[_0x19d05d(0x117)](_0x57be5f)?child_process[_0x19d05d(0x115)](_0x19d05d(0x155)+_0x16e611['javaGit'],{'cwd':_0x9c6966}):_0x2a5fc6[_0x19d05d(0x149)]('force')?DeleteDirAllFile(_0x57be5f,()=>child_process[_0x19d05d(0x115)](_0x19d05d(0x155)+_0x16e611[_0x19d05d(0x14b)],{'cwd':_0x9c6966})):child_process['execSync'](_0x19d05d(0x155)+_0x16e611['javaGit'],{'cwd':_0x9c6966}),_0x424e26(_0x9c6966,_0x16e611);}else console[_0x19d05d(0x144)](_0x19d05d(0x118));}}else console[_0x19d05d(0x144)](_0x19d05d(0x12b));})[_0xa86922(0x11b)](_0x488c94=>{const _0x87af84=_0xa86922;console[_0x87af84(0x144)](_0x488c94),console[_0x87af84(0x144)](_0x87af84(0x14d));});arguments[_0xa86922(0x14f)]<0x2&&(console[_0xa86922(0x144)](_0xa86922(0x150)),process[_0xa86922(0x12e)](0x0));function _0x424e26(_0x60a444,_0x18c7c9){const _0x3db689=_0xa86922,_0x5f2edb=_0x18c7c9[_0x3db689(0x132)][_0x150794],_0x1a9065=_0x60a444+'/'+_0x18c7c9[_0x3db689(0x125)];!fs['existsSync'](_0x1a9065)&&(console['log'](_0x3db689(0x116)),process['exit'](0x0));child_process[_0x3db689(0x115)](_0x3db689(0x113),{'cwd':_0x1a9065});!fs['existsSync'](_0x213683+_0x3db689(0x126))?(console[_0x3db689(0x144)](_0x3db689(0x122)),child_process['execSync']('yarn',{'cwd':_0x213683}),console['log'](_0x3db689(0x13e))):console['log'](_0x3db689(0x13b)+_0x150794+_0x3db689(0x12d));child_process[_0x3db689(0x115)]('yarn\x20build:'+_0x150794,{'cwd':_0x213683,'maxBuffer':0x3b9aca00}),console[_0x3db689(0x144)](_0x3db689(0x119));if(fs[_0x3db689(0x117)](_0x1fc492)){const _0x4b24df=_0x18c7c9[_0x3db689(0x112)],_0x50d8de=fs[_0x3db689(0x11a)](_0x1fc492+'/index.html');fs[_0x3db689(0x124)](_0x1fc492+'/'+_0x4b24df+_0x3db689(0x133),_0x50d8de,_0x3db689(0x12c));_0x2a5fc6[_0x3db689(0x149)](_0x3db689(0x111))&&fs[_0x3db689(0x124)](_0x1fc492+_0x3db689(0x141),_0x50d8de,'utf-8');const _0x29424d=_0x1a9065+'/start/src/main/resources/templates';!fs[_0x3db689(0x117)](_0x29424d)&&fs[_0x3db689(0x146)](_0x29424d);child_process[_0x3db689(0x115)](_0x3db689(0x11d)+(_0x5f2edb['javaGitBranch']?_0x5f2edb[_0x3db689(0x148)]:_0x3db689(0x13a)),{'cwd':_0x1a9065});const _0xa92e87=_0x29424d+'/'+_0x18c7c9[_0x3db689(0x112)];DeleteDirAllFile(_0xa92e87,()=>{const _0x4160b9=_0x3db689;fs[_0x4160b9(0x146)](_0xa92e87),fs['writeFileSync'](_0xa92e87+_0x4160b9(0x133),_0x50d8de,'utf-8'),CopyFolder(_0x1fc492+'\x5c'+_0x18c7c9[_0x4160b9(0x112)],_0xa92e87,()=>{const _0x72ab63=_0x4160b9;console['log'](_0x72ab63(0x13d),_0x72ab63(0x11d)+(_0x18c7c9[_0x72ab63(0x148)]?_0x18c7c9[_0x72ab63(0x148)]:_0x72ab63(0x13a))),setTimeout(()=>{const _0x45318c=_0x72ab63;child_process[_0x45318c(0x115)](_0x45318c(0x128),{'cwd':_0x1a9065}),console[_0x45318c(0x144)](_0x45318c(0x11e));try{child_process[_0x45318c(0x115)](_0x45318c(0x134)+_0xff513f+_0x45318c(0x11c),{'cwd':_0x1a9065}),console[_0x45318c(0x144)](_0x45318c(0x14e));}catch(_0x3cab31){console['log']('【warning】:no\x20commit,git\x20push,please\x20wait...');}child_process[_0x45318c(0x115)](_0x45318c(0x129),{'cwd':_0x1a9065}),console[_0x45318c(0x144)](_0x45318c(0x14c));},0x3e8);});});}else console[_0x3db689(0x144)](_0x3db689(0x147));}};
1
+ function a9_0xbe2b(){const _0x5b5f1f=['log','Git\x20Pull\x20Done,yarn\x20build:','post','【warning】:no\x20commit,git\x20push,please\x20wait...','javaGitBranch','readFileSync','Dist\x20output\x20copy\x20Done,git\x20add,please\x20wait...','12qoOkTS','1327464VfMPkd','writeFileSync','1840020xRfNpZ','../../../.auth','\x22no\x20message\x22','yarn\x20build:','master','data','git\x20checkout\x20','index','status','【Error】:no\x20auth\x20login','\x5cjjb.config.js','axios','resolve','length','join','1281639YfGvhZ','git\x20commit\x20-m\x20','256886uPxVnK','yarn','git\x20update','Git\x20Add\x20Done,git\x20commit,please\x20wait...','330147YFrlTm','【warning】:Git\x20Pull\x20Done,yarn\x20install\x20project,please\x20wait...','【Error】:参数传递错误','/start/src/main/resources/templates','includes','appIdentifier','git\x20add\x20.','tmpdir','\x5cdist','500909cQNNyo','execSync','12YIuHbD','mkdirSync','/index.html','existsSync','/node_modules','force','git\x20clone\x20','../cmd.install/config','【Error】:打包失败,没有dist目录!','yarn\x20install\x20Done!','Git\x20Push\x20Done!','javaGitName','split','exit','../../old/util','656155ZEqqvT','\x20--no-verify','utf-8','child_process','.html','【Error】:no\x20setting\x20javaGitName','450qCKaxc','/api/auth','path','javaGit','exports','Project\x20build\x20Done,copy\x20project,please\x20wait...','environment','【Error】:no\x20setting\x20git'];a9_0xbe2b=function(){return _0x5b5f1f;};return a9_0xbe2b();}const a9_0x32d0d6=a9_0x4a98;function a9_0x4a98(_0x395f44,_0x20a089){const _0xbe2bc=a9_0xbe2b();return a9_0x4a98=function(_0x4a984c,_0x169118){_0x4a984c=_0x4a984c-0x146;let _0x3a2457=_0xbe2bc[_0x4a984c];return _0x3a2457;},a9_0x4a98(_0x395f44,_0x20a089);}(function(_0x57cc31,_0x190ba1){const _0x57c6f0=a9_0x4a98,_0x496e75=_0x57cc31();while(!![]){try{const _0x11b2f3=parseInt(_0x57c6f0(0x181))/0x1+parseInt(_0x57c6f0(0x163))/0x2+parseInt(_0x57c6f0(0x172))/0x3+parseInt(_0x57c6f0(0x160))/0x4*(parseInt(_0x57c6f0(0x14b))/0x5)+-parseInt(_0x57c6f0(0x183))/0x6*(-parseInt(_0x57c6f0(0x174))/0x7)+-parseInt(_0x57c6f0(0x161))/0x8+parseInt(_0x57c6f0(0x178))/0x9*(-parseInt(_0x57c6f0(0x151))/0xa);if(_0x11b2f3===_0x190ba1)break;else _0x496e75['push'](_0x496e75['shift']());}catch(_0x4a9bb3){_0x496e75['push'](_0x496e75['shift']());}}}(a9_0xbe2b,0x79b79));const fs=require('fs'),os=require('os'),path=require(a9_0x32d0d6(0x153)),child_process=require(a9_0x32d0d6(0x14e)),{CopyFolder,DeleteDirAllFile}=require(a9_0x32d0d6(0x14a)),{GIT_TEMP_JAVA,GIT_JAVA_ENV_JSON,getApiHost}=require(a9_0x32d0d6(0x18a)),axios=require(a9_0x32d0d6(0x16e));module[a9_0x32d0d6(0x155)]=arguments=>{const _0x20d636=a9_0x32d0d6,_0x5c5122=path[_0x20d636(0x171)](__dirname,_0x20d636(0x164));!fs[_0x20d636(0x186)](_0x5c5122)&&(console[_0x20d636(0x159)](_0x20d636(0x16c)),process['exit'](0x0));const _0x2bbb3c=arguments[0x1],_0x28829d=arguments[0x2]||_0x20d636(0x165),_0x2d7983=arguments[0x3]?arguments[0x3][_0x20d636(0x148)]('-'):[],_0x4f33ea=path[_0x20d636(0x16f)]('./'),_0x1e75b4=_0x4f33ea+_0x20d636(0x16d),_0x5d3aba=_0x4f33ea+_0x20d636(0x180),_0x58d072=os[_0x20d636(0x17f)](),[_0x30ea8,_0x1fd6bc]=fs[_0x20d636(0x15e)](_0x5c5122)['toString']()[_0x20d636(0x148)]('/');axios[_0x20d636(0x15b)](getApiHost()+_0x20d636(0x152),{'username':_0x30ea8,'password':_0x1fd6bc})['then'](_0x36b2e1=>{const _0x49f940=_0x20d636;if(_0x36b2e1[_0x49f940(0x168)][_0x49f940(0x16b)]){if(fs[_0x49f940(0x186)](_0x1e75b4)){const _0x3a67c8=require(_0x1e75b4);if(_0x3a67c8[_0x49f940(0x154)]){const _0x390c12=_0x58d072+'/'+GIT_TEMP_JAVA;!fs[_0x49f940(0x186)](_0x390c12)&&fs[_0x49f940(0x184)](_0x390c12);const _0x1ec83b=_0x390c12+'/'+_0x3a67c8[_0x49f940(0x147)];!fs[_0x49f940(0x186)](_0x1ec83b)?child_process[_0x49f940(0x182)](_0x49f940(0x189)+_0x3a67c8[_0x49f940(0x154)],{'cwd':_0x390c12}):_0x2d7983[_0x49f940(0x17c)](_0x49f940(0x188))?DeleteDirAllFile(_0x1ec83b,()=>child_process[_0x49f940(0x182)](_0x49f940(0x189)+_0x3a67c8[_0x49f940(0x154)],{'cwd':_0x390c12})):child_process[_0x49f940(0x182)](_0x49f940(0x189)+_0x3a67c8['javaGit'],{'cwd':_0x390c12}),_0x3ae0cb(_0x390c12,_0x3a67c8);}else console['log'](_0x49f940(0x158));}}else console[_0x49f940(0x159)]('Auth\x20Fail!');})['catch'](_0x487e2b=>{const _0x598e44=_0x20d636;console[_0x598e44(0x159)](_0x487e2b),console[_0x598e44(0x159)]('Auth\x20NetWork\x20Fail!');});arguments[_0x20d636(0x170)]<0x2&&(console['log'](_0x20d636(0x17a)),process[_0x20d636(0x149)](0x0));function _0x3ae0cb(_0x26ecbb,_0x302aca){const _0x5756dd=_0x20d636,_0x144b5d=_0x302aca[_0x5756dd(0x157)][_0x2bbb3c],_0x2c9b66=_0x26ecbb+'/'+_0x302aca[_0x5756dd(0x147)];!fs['existsSync'](_0x2c9b66)&&(console[_0x5756dd(0x159)](_0x5756dd(0x150)),process['exit'](0x0));child_process[_0x5756dd(0x182)]('git\x20pull',{'cwd':_0x2c9b66});!fs[_0x5756dd(0x186)](_0x4f33ea+_0x5756dd(0x187))?(console[_0x5756dd(0x159)](_0x5756dd(0x179)),child_process[_0x5756dd(0x182)](_0x5756dd(0x175),{'cwd':_0x4f33ea}),console[_0x5756dd(0x159)](_0x5756dd(0x18c))):console[_0x5756dd(0x159)](_0x5756dd(0x15a)+_0x2bbb3c+',please\x20wait...');child_process[_0x5756dd(0x182)](_0x5756dd(0x166)+_0x2bbb3c,{'cwd':_0x4f33ea,'maxBuffer':0x3b9aca00}),console['log'](_0x5756dd(0x156));if(fs[_0x5756dd(0x186)](_0x5d3aba)){const _0x8e2612=_0x302aca['appIdentifier'],_0x3ce074=fs[_0x5756dd(0x15e)](_0x5d3aba+_0x5756dd(0x185));fs['writeFileSync'](_0x5d3aba+'/'+_0x8e2612+'.html',_0x3ce074,_0x5756dd(0x14d));_0x2d7983['includes'](_0x5756dd(0x16a))&&fs['writeFileSync'](_0x5d3aba+_0x5756dd(0x185),_0x3ce074,_0x5756dd(0x14d));const _0x5711b8=_0x2c9b66+_0x5756dd(0x17b);!fs['existsSync'](_0x5711b8)&&fs[_0x5756dd(0x184)](_0x5711b8);child_process[_0x5756dd(0x182)](_0x5756dd(0x169)+(_0x144b5d[_0x5756dd(0x15d)]?_0x144b5d[_0x5756dd(0x15d)]:'master'),{'cwd':_0x2c9b66});const _0x7e04f7=_0x5711b8+'/'+_0x302aca[_0x5756dd(0x17d)];DeleteDirAllFile(_0x7e04f7,()=>{const _0x136e8f=_0x5756dd;fs[_0x136e8f(0x184)](_0x7e04f7),fs[_0x136e8f(0x162)](_0x7e04f7+_0x136e8f(0x14f),_0x3ce074,_0x136e8f(0x14d)),CopyFolder(_0x5d3aba+'\x5c'+_0x302aca[_0x136e8f(0x17d)],_0x7e04f7,()=>{const _0x3c3ac5=_0x136e8f;console[_0x3c3ac5(0x159)](_0x3c3ac5(0x15f),_0x3c3ac5(0x169)+(_0x302aca['javaGitBranch']?_0x302aca[_0x3c3ac5(0x15d)]:_0x3c3ac5(0x167))),setTimeout(()=>{const _0xf06dd=_0x3c3ac5;child_process[_0xf06dd(0x182)](_0xf06dd(0x17e),{'cwd':_0x2c9b66}),console[_0xf06dd(0x159)](_0xf06dd(0x177));try{child_process[_0xf06dd(0x182)](_0xf06dd(0x173)+_0x28829d+_0xf06dd(0x14c),{'cwd':_0x2c9b66}),console[_0xf06dd(0x159)]('Git\x20Commit\x20Done,git\x20push,please\x20wait...');}catch(_0x55be34){console[_0xf06dd(0x159)](_0xf06dd(0x15c));}child_process[_0xf06dd(0x182)](_0xf06dd(0x176),{'cwd':_0x2c9b66}),child_process[_0xf06dd(0x182)]('git\x20push',{'cwd':_0x2c9b66}),console['log'](_0xf06dd(0x146));},0x3e8);});});}else console['log'](_0x5756dd(0x18b));}};
@@ -1 +1 @@
1
- const a10_0x4715de=a10_0x359e;(function(_0x1610f5,_0x4ea500){const _0x262dca=a10_0x359e,_0xa338ae=_0x1610f5();while(!![]){try{const _0x4818ab=-parseInt(_0x262dca(0x18b))/0x1+parseInt(_0x262dca(0x187))/0x2+parseInt(_0x262dca(0x1ae))/0x3+-parseInt(_0x262dca(0x1b0))/0x4+parseInt(_0x262dca(0x1a7))/0x5+parseInt(_0x262dca(0x183))/0x6*(-parseInt(_0x262dca(0x1b4))/0x7)+parseInt(_0x262dca(0x1a6))/0x8;if(_0x4818ab===_0x4ea500)break;else _0xa338ae['push'](_0xa338ae['shift']());}catch(_0x29f9c0){_0xa338ae['push'](_0xa338ae['shift']());}}}(a10_0x2d8f,0x186f3));function a10_0x359e(_0x5672f2,_0x10176e){const _0x2d8fa4=a10_0x2d8f();return a10_0x359e=function(_0x359e80,_0x546d69){_0x359e80=_0x359e80-0x17b;let _0x3aae98=_0x2d8fa4[_0x359e80];return _0x3aae98;},a10_0x359e(_0x5672f2,_0x10176e);}const path=require(a10_0x4715de(0x19d)),fs=require('fs'),os=require('os'),axios=require(a10_0x4715de(0x1a9)),readline=require(a10_0x4715de(0x1ad)),io=readline[a10_0x4715de(0x1af)]({'input':process[a10_0x4715de(0x181)],'output':process[a10_0x4715de(0x19b)]}),child_process=require(a10_0x4715de(0x18a));module[a10_0x4715de(0x1bb)]=_0x5e382d=>{const _0x38bea2=a10_0x4715de,[_0x5de3d7,_0x33a83e]=_0x5e382d,_0x3a7e29=path[_0x38bea2(0x192)](__dirname,'../../../.auth');!fs[_0x38bea2(0x1a2)](_0x3a7e29)&&(console[_0x38bea2(0x17f)]('【Error】:no\x20auth\x20login'),process[_0x38bea2(0x18e)](0x0));(!_0x5de3d7||_0x5de3d7[_0x38bea2(0x1aa)](_0x38bea2(0x1a4))===-0x1)&&(console[_0x38bea2(0x17f)](_0x38bea2(0x1a0)),process['exit'](0x0));!_0x33a83e&&(console[_0x38bea2(0x17f)](_0x38bea2(0x18f)),process[_0x38bea2(0x18e)](0x0));const [_0xd94a8,_0x859dc3]=fs[_0x38bea2(0x186)](_0x3a7e29)[_0x38bea2(0x185)]()['split']('/');axios[_0x38bea2(0x188)](_0x5de3d7+_0x38bea2(0x1b8),{'username':_0xd94a8,'password':_0x859dc3})['then'](_0x571910=>{const _0x2c5824=_0x38bea2;if(_0x571910[_0x2c5824(0x19f)]['status']){const _0x315614=path[_0x2c5824(0x199)]('./');console[_0x2c5824(0x17f)]('Please\x20wait,\x20build\x20...');fs[_0x2c5824(0x1a2)](_0x315614+_0x2c5824(0x193))?child_process[_0x2c5824(0x19c)](_0x2c5824(0x19e),{'cwd':_0x315614}):child_process['execSync'](_0x2c5824(0x196),{'cwd':_0x315614});const _0x10386c=_0x315614+_0x2c5824(0x17c),_0x2c8e6e=_0x315614+_0x2c5824(0x190),_0x403562=_0x315614+_0x2c5824(0x18d),_0x7194be=_0x315614+_0x2c5824(0x189),_0x52ca96=[os['hostname'](),os[_0x2c5824(0x1b9)](),os['arch'](),new Date()[_0x2c5824(0x185)]()],_0x246b7b=JSON[_0x2c5824(0x1bd)](fs[_0x2c5824(0x186)](path['join'](__dirname,_0x2c5824(0x184)))[_0x2c5824(0x185)]()),{version:_0x1310cf}=_0x246b7b,_0x5eaf75={'username':_0xd94a8,'cmd_version':_0x1310cf,'hostname':os[_0x2c5824(0x1b3)](),'platform':os['platform']()};if(fs[_0x2c5824(0x1a2)](_0x2c8e6e)){if(fs[_0x2c5824(0x1a2)](_0x10386c)){_0x5eaf75[_0x2c5824(0x1a5)]=_0x33a83e?_0x33a83e:0x0,_0x5eaf75[_0x2c5824(0x1ab)]=fs[_0x2c5824(0x186)](_0x10386c)[_0x2c5824(0x185)]();const _0x491d0b=fs[_0x2c5824(0x186)](_0x10386c)['toString'](),_0x32767b=_0x491d0b[_0x2c5824(0x198)](/(window\[).+?(\.componentKey|.+]={)/img);if(_0x32767b&&_0x32767b[_0x2c5824(0x195)]){const _0x4bc867=_0x491d0b['match'](/componentKey.+(info:\s{0,}{)/img);if(_0x4bc867&&_0x4bc867[_0x2c5824(0x195)]){let _0x16ec2f='{';const _0x3e9123=_0x491d0b[_0x2c5824(0x1b2)](_0x4bc867[0x0])[0x1];for(let _0x1fe3a9=0x0;_0x1fe3a9<_0x3e9123['length'];_0x1fe3a9++){_0x16ec2f+=_0x3e9123[_0x1fe3a9];if(_0x3e9123[_0x1fe3a9]==='}')try{const _0xf4d4d2=new Function(_0x2c5824(0x1a1)+_0x16ec2f)();_0x5eaf75[_0x2c5824(0x1a3)]={..._0xf4d4d2,'defaultSetting':{}};}catch(_0x526c90){}}}else console['log'](_0x2c5824(0x1b5)),process['exit'](0x0);const _0x532684=_0x491d0b[_0x2c5824(0x198)](/componentKey.+(settings:\s{0,}{)/img);if(_0x532684&&_0x532684[_0x2c5824(0x195)]){let _0x9c319c='{';const _0x3885ff=_0x491d0b[_0x2c5824(0x1b2)](_0x532684[0x0])[0x1];for(let _0x4a460d=0x0;_0x4a460d<_0x3885ff[_0x2c5824(0x195)];_0x4a460d++){_0x9c319c+=_0x3885ff[_0x4a460d];if(_0x3885ff[_0x4a460d]==='}')try{const _0x325432=new Function(_0x2c5824(0x1a1)+_0x9c319c)();_0x5eaf75[_0x2c5824(0x1a3)]['defaultSetting']=_0x325432;}catch(_0x135b3b){}}_0x5eaf75[_0x2c5824(0x1a3)]=JSON[_0x2c5824(0x182)](_0x5eaf75[_0x2c5824(0x1a3)]);}else console[_0x2c5824(0x17f)](_0x2c5824(0x1b5)),process[_0x2c5824(0x18e)](0x0);}else console[_0x2c5824(0x17f)](_0x2c5824(0x1a8)),process[_0x2c5824(0x18e)](0x0);fs[_0x2c5824(0x1a2)](_0x403562)?_0x5eaf75[_0x2c5824(0x1b6)]=fs[_0x2c5824(0x186)](_0x403562)[_0x2c5824(0x185)]():(console[_0x2c5824(0x17f)](_0x2c5824(0x1b1)),process[_0x2c5824(0x18e)](0x0));if(!fs[_0x2c5824(0x1a2)](_0x7194be))console['log']('【Error】:组件根目录必须包含thumbnail.png缩略图片'),process[_0x2c5824(0x18e)](0x0);else{const _0x5676c4=fs['readFileSync'](_0x7194be),_0x53bfa2=Buffer[_0x2c5824(0x1bc)](_0x5676c4)[_0x2c5824(0x185)](_0x2c5824(0x180));_0x5eaf75[_0x2c5824(0x17d)]=_0x53bfa2;}io[_0x2c5824(0x17b)]('请输入此次提交信息,按Enter确认:',function(_0xce5160){const _0x463f3e=_0x2c5824;_0x5eaf75[_0x463f3e(0x19a)]=_0xce5160||'no\x20message',axios[_0x463f3e(0x188)](_0x5de3d7+_0x463f3e(0x1ba),_0x5eaf75)[_0x463f3e(0x197)](_0x43ca46=>{const _0x34a61d=_0x463f3e;console[_0x34a61d(0x17f)](_0x43ca46[_0x34a61d(0x19f)][_0x34a61d(0x19a)]),process[_0x34a61d(0x18e)](0x0);})[_0x463f3e(0x191)](_0x20bbf1=>{const _0x42f580=_0x463f3e;console[_0x42f580(0x17f)](_0x20bbf1),console[_0x42f580(0x17f)](_0x42f580(0x1b7)),process[_0x42f580(0x18e)](0x0);});});}else console['log'](_0x2c5824(0x18c)),process[_0x2c5824(0x18e)](0x0);}else console[_0x2c5824(0x17f)](_0x2c5824(0x1ac)),process['exit'](0x0);}else console[_0x2c5824(0x17f)](_0x2c5824(0x17e));})[_0x38bea2(0x191)](_0x50866e=>{const _0x1f3471=_0x38bea2;console[_0x1f3471(0x17f)](_0x50866e),console[_0x1f3471(0x17f)](_0x1f3471(0x194));});};function a10_0x2d8f(){const _0x2e62e3=['\x5cREADME.md','exit','【Error】:version\x20non-existent','\x5cpackage.json','catch','join','/yarn.lock','Auth\x20NetWork\x20Fail!','length','npm\x20run\x20build:production','then','match','resolve','message','stdout','execSync','path','yarn\x20build:production','data','【Error】:host\x20non-existent','return\x20','existsSync','component_config_content','http','package_version','2116544jvRygS','111920WtpoUv','【Error】:请在window下暴露配置信息','axios','indexOf','package_content','发布失败!根目录缺少‘package.json’文件,无法完成发布。','readline','434784DPegHT','createInterface','633836WmrByw','【Error】:请必须包含README.md说明文件','split','hostname','3493OZAimV','【Error】:window暴露配置缺少info基础信息','readme_content','网络异常。','/api/auth','platform','/api/file/publish','exports','from','parse','question','\x5cdist\x5cindex.js','thumbnail_base64','Auth\x20Fail!','log','base64','stdin','stringify','1338PdyVmX','../../../package.json','toString','readFileSync','274732ZLGoSd','post','\x5cthumbnail.png','child_process','199427baTyRv','发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。'];a10_0x2d8f=function(){return _0x2e62e3;};return a10_0x2d8f();}
1
+ function a10_0x55ba(_0x5a01b5,_0x8caad1){const _0x5116f8=a10_0x5116();return a10_0x55ba=function(_0x55ba11,_0x225242){_0x55ba11=_0x55ba11-0xcc;let _0x5e0327=_0x5116f8[_0x55ba11];return _0x5e0327;},a10_0x55ba(_0x5a01b5,_0x8caad1);}function a10_0x5116(){const _0x2df4f8=['split','【Error】:window暴露配置缺少info基础信息','package_version','【Error】:no\x20auth\x20login','readFileSync','14pcHJlj','no\x20message','npm\x20run\x20build:production','Auth\x20NetWork\x20Fail!','44pywfqb','\x5cREADME.md','child_process','catch','match','createInterface','message','\x5cdist\x5cindex.js','145528khUrsJ','【Error】:请必须包含README.md说明文件','parse','发布失败!根目录缺少‘package.json’文件,无法完成发布。','8WFQKjg','package_content','/yarn.lock','component_config_content','发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。','yarn\x20build:production','Auth\x20Fail!','from','platform','exit','arch','stringify','base64','toString','exports','请输入此次提交信息,按Enter确认:','582985pKqcLJ','296cDtMjC','/api/auth','360vwnCIv','15804dFKDyb','【Error】:组件根目录必须包含thumbnail.png缩略图片','readme_content','../../../.auth','8243744FotEnl','defaultSetting','stdout','1429518DfazCK','2354916EjbIla','axios','【Error】:version\x20non-existent','length','existsSync','网络异常。','status','indexOf','then','data','return\x20','26720RtZwjJ','thumbnail_base64','hostname','post','log'];a10_0x5116=function(){return _0x2df4f8;};return a10_0x5116();}const a10_0x3d92e5=a10_0x55ba;(function(_0x5bb7a9,_0x189ad7){const _0x26a620=a10_0x55ba,_0x4483ef=_0x5bb7a9();while(!![]){try{const _0xe06f3e=parseInt(_0x26a620(0xd9))/0x1*(-parseInt(_0x26a620(0xdd))/0x2)+parseInt(_0x26a620(0xf1))/0x3*(parseInt(_0x26a620(0xee))/0x4)+-parseInt(_0x26a620(0xed))/0x5+-parseInt(_0x26a620(0xf8))/0x6*(-parseInt(_0x26a620(0xcd))/0x7)+parseInt(_0x26a620(0xf5))/0x8+-parseInt(_0x26a620(0xf0))/0x9*(-parseInt(_0x26a620(0x104))/0xa)+-parseInt(_0x26a620(0xd1))/0xb*(parseInt(_0x26a620(0xf9))/0xc);if(_0xe06f3e===_0x189ad7)break;else _0x4483ef['push'](_0x4483ef['shift']());}catch(_0x29f83e){_0x4483ef['push'](_0x4483ef['shift']());}}}(a10_0x5116,0x7ef45));const path=require('path'),fs=require('fs'),os=require('os'),axios=require(a10_0x3d92e5(0xfa)),readline=require('readline'),io=readline[a10_0x3d92e5(0xd6)]({'input':process['stdin'],'output':process[a10_0x3d92e5(0xf7)]}),child_process=require(a10_0x3d92e5(0xd3));module[a10_0x3d92e5(0xeb)]=_0x56c81b=>{const _0x285cb8=a10_0x3d92e5,[_0xcc5f80,_0x7dd615]=_0x56c81b,_0x5a4a1d=path['join'](__dirname,_0x285cb8(0xf4));!fs[_0x285cb8(0xfd)](_0x5a4a1d)&&(console[_0x285cb8(0x108)](_0x285cb8(0x10c)),process[_0x285cb8(0xe6)](0x0));(!_0xcc5f80||_0xcc5f80[_0x285cb8(0x100)]('http')===-0x1)&&(console[_0x285cb8(0x108)]('【Error】:host\x20non-existent'),process['exit'](0x0));!_0x7dd615&&(console[_0x285cb8(0x108)](_0x285cb8(0xfb)),process[_0x285cb8(0xe6)](0x0));const [_0x2b2074,_0x48fef2]=fs['readFileSync'](_0x5a4a1d)['toString']()[_0x285cb8(0x109)]('/');axios[_0x285cb8(0x107)](_0xcc5f80+_0x285cb8(0xef),{'username':_0x2b2074,'password':_0x48fef2})[_0x285cb8(0x101)](_0x5c666a=>{const _0x2645b5=_0x285cb8;if(_0x5c666a[_0x2645b5(0x102)][_0x2645b5(0xff)]){const _0x20400f=path['resolve']('./');console[_0x2645b5(0x108)]('Please\x20wait,\x20build\x20...');fs[_0x2645b5(0xfd)](_0x20400f+_0x2645b5(0xdf))?child_process['execSync'](_0x2645b5(0xe2),{'cwd':_0x20400f}):child_process['execSync'](_0x2645b5(0xcf),{'cwd':_0x20400f});const _0x2eabb9=_0x20400f+_0x2645b5(0xd8),_0x2aa585=_0x20400f+'\x5cpackage.json',_0x269ff9=_0x20400f+_0x2645b5(0xd2),_0x556723=_0x20400f+'\x5cthumbnail.png',_0x35465e=[os['hostname'](),os[_0x2645b5(0xe5)](),os[_0x2645b5(0xe7)](),new Date()['toString']()],_0x5de52d=JSON[_0x2645b5(0xdb)](fs['readFileSync'](path['join'](__dirname,'../../../package.json'))[_0x2645b5(0xea)]()),{version:_0x3f2ced}=_0x5de52d,_0x222b92={'username':_0x2b2074,'cmd_version':_0x3f2ced,'hostname':os[_0x2645b5(0x106)](),'platform':os[_0x2645b5(0xe5)]()};if(fs[_0x2645b5(0xfd)](_0x2aa585)){if(fs['existsSync'](_0x2eabb9)){_0x222b92[_0x2645b5(0x10b)]=_0x7dd615?_0x7dd615:0x0,_0x222b92[_0x2645b5(0xde)]=fs[_0x2645b5(0xcc)](_0x2eabb9)['toString']();const _0x1b5da3=fs[_0x2645b5(0xcc)](_0x2eabb9)[_0x2645b5(0xea)](),_0x2b8424=_0x1b5da3[_0x2645b5(0xd5)](/(window\[).+?(\.componentKey|.+]={)/img);if(_0x2b8424&&_0x2b8424[_0x2645b5(0xfc)]){const _0x165038=_0x1b5da3[_0x2645b5(0xd5)](/componentKey.+(info:\s{0,}{)/img);if(_0x165038&&_0x165038[_0x2645b5(0xfc)]){let _0x4b177d='{';const _0x190f34=_0x1b5da3[_0x2645b5(0x109)](_0x165038[0x0])[0x1];for(let _0x487c01=0x0;_0x487c01<_0x190f34[_0x2645b5(0xfc)];_0x487c01++){_0x4b177d+=_0x190f34[_0x487c01];if(_0x190f34[_0x487c01]==='}')try{const _0x351bb6=new Function(_0x2645b5(0x103)+_0x4b177d)();_0x222b92[_0x2645b5(0xe0)]={..._0x351bb6,'defaultSetting':{}};}catch(_0x15e22e){}}}else console['log'](_0x2645b5(0x10a)),process[_0x2645b5(0xe6)](0x0);const _0x3637d2=_0x1b5da3[_0x2645b5(0xd5)](/componentKey.+(settings:\s{0,}{)/img);if(_0x3637d2&&_0x3637d2['length']){let _0x2ec9d0='{';const _0xc8555e=_0x1b5da3[_0x2645b5(0x109)](_0x3637d2[0x0])[0x1];for(let _0x5d621d=0x0;_0x5d621d<_0xc8555e['length'];_0x5d621d++){_0x2ec9d0+=_0xc8555e[_0x5d621d];if(_0xc8555e[_0x5d621d]==='}')try{const _0x6fe146=new Function(_0x2645b5(0x103)+_0x2ec9d0)();_0x222b92[_0x2645b5(0xe0)][_0x2645b5(0xf6)]=_0x6fe146;}catch(_0x5c8f33){}}_0x222b92['component_config_content']=JSON[_0x2645b5(0xe8)](_0x222b92[_0x2645b5(0xe0)]);}else console[_0x2645b5(0x108)](_0x2645b5(0x10a)),process['exit'](0x0);}else console[_0x2645b5(0x108)]('【Error】:请在window下暴露配置信息'),process[_0x2645b5(0xe6)](0x0);fs['existsSync'](_0x269ff9)?_0x222b92[_0x2645b5(0xf3)]=fs[_0x2645b5(0xcc)](_0x269ff9)[_0x2645b5(0xea)]():(console['log'](_0x2645b5(0xda)),process[_0x2645b5(0xe6)](0x0));if(!fs[_0x2645b5(0xfd)](_0x556723))console[_0x2645b5(0x108)](_0x2645b5(0xf2)),process[_0x2645b5(0xe6)](0x0);else{const _0x33b754=fs['readFileSync'](_0x556723),_0x386d04=Buffer[_0x2645b5(0xe4)](_0x33b754)[_0x2645b5(0xea)](_0x2645b5(0xe9));_0x222b92[_0x2645b5(0x105)]=_0x386d04;}io['question'](_0x2645b5(0xec),function(_0x94e1c){const _0x5cfe1f=_0x2645b5;_0x222b92[_0x5cfe1f(0xd7)]=_0x94e1c||_0x5cfe1f(0xce),axios[_0x5cfe1f(0x107)](_0xcc5f80+'/api/file/publish',_0x222b92)['then'](_0x5dc5a8=>{const _0x4579f1=_0x5cfe1f;console[_0x4579f1(0x108)](_0x5dc5a8[_0x4579f1(0x102)][_0x4579f1(0xd7)]),process[_0x4579f1(0xe6)](0x0);})['catch'](_0x2de652=>{const _0x3da5c1=_0x5cfe1f;console[_0x3da5c1(0x108)](_0x2de652),console['log'](_0x3da5c1(0xfe)),process[_0x3da5c1(0xe6)](0x0);});});}else console[_0x2645b5(0x108)](_0x2645b5(0xe1)),process['exit'](0x0);}else console[_0x2645b5(0x108)](_0x2645b5(0xdc)),process[_0x2645b5(0xe6)](0x0);}else console[_0x2645b5(0x108)](_0x2645b5(0xe3));})[_0x285cb8(0xd4)](_0x184799=>{const _0x33e9f2=_0x285cb8;console['log'](_0x184799),console[_0x33e9f2(0x108)](_0x33e9f2(0xd0));});};
@@ -1 +1 @@
1
- const a11_0x18c186=a11_0x3b3f;function a11_0x3b3f(_0x2a416d,_0x4637a1){const _0xa3386b=a11_0xa338();return a11_0x3b3f=function(_0x3b3f2b,_0x1a99d9){_0x3b3f2b=_0x3b3f2b-0xc9;let _0x4bfc7d=_0xa3386b[_0x3b3f2b];return _0x4bfc7d;},a11_0x3b3f(_0x2a416d,_0x4637a1);}function a11_0xa338(){const _0x31d5c0=['\x20file,\x20available:[','?v=','143941DCAflD','【Error】:no\x20','\x20file\x20Success!','log','utils.js','24AJsKqa','480891QsaFCz','272PopWpI','https','43870KrqBXR','remoteDir','get','jjb.script','http\x20error\x20','includes','3513185qcDknG','1161oIVDJx','.babelrc','join','448877EMZoJY','error','All\x20Finish!','build.js','package.json','keys','.prettierignore','../cmd.install/config','.prettierrc.js','193968CTMyzH','resolve','6asDDtZ','getTime','babel','.eslintignore','eslint','length','prettier','3836088wBEgTc','localDir','files','writeFileSync'];a11_0xa338=function(){return _0x31d5c0;};return a11_0xa338();}(function(_0x3a9acf,_0x4fc47d){const _0x532c18=a11_0x3b3f,_0x2534fb=_0x3a9acf();while(!![]){try{const _0x57374b=-parseInt(_0x532c18(0xd3))/0x1+parseInt(_0x532c18(0xe9))/0x2*(-parseInt(_0x532c18(0xd2))/0x3)+parseInt(_0x532c18(0xf2))/0x4+-parseInt(_0x532c18(0xdc))/0x5*(-parseInt(_0x532c18(0xeb))/0x6)+-parseInt(_0x532c18(0xcd))/0x7*(-parseInt(_0x532c18(0xd4))/0x8)+parseInt(_0x532c18(0xdd))/0x9*(-parseInt(_0x532c18(0xd6))/0xa)+-parseInt(_0x532c18(0xe0))/0xb;if(_0x57374b===_0x4fc47d)break;else _0x2534fb['push'](_0x2534fb['shift']());}catch(_0x51837c){_0x2534fb['push'](_0x2534fb['shift']());}}}(a11_0xa338,0x7969c));const https=require(a11_0x18c186(0xd5)),fs=require('fs'),path=require('path'),{CONFIG_FILE_HOST}=require(a11_0x18c186(0xe7)),REGISTRY={'eslint':{'remoteDir':a11_0x18c186(0xef),'files':['.eslintrc.js',a11_0x18c186(0xee)]},'prettier':{'remoteDir':a11_0x18c186(0xf1),'files':[a11_0x18c186(0xe8),a11_0x18c186(0xe6)]},'jjb_script':{'remoteDir':a11_0x18c186(0xd9),'localDir':'jjb.script','files':[a11_0x18c186(0xe3),'config.js','proxy.js','server.js',a11_0x18c186(0xd1)]},'babel':{'remoteDir':a11_0x18c186(0xed),'files':[a11_0x18c186(0xde)]},'microAppPackage':{'remoteDir':'micro.app.package.json','files':[a11_0x18c186(0xe4)]}},root_path=path[a11_0x18c186(0xea)]('./');function recursion(_0x546a68,_0x60b26c,_0x29280c){const _0x2b1375=a11_0x18c186,_0x1dd13f=_0x546a68['files'][_0x60b26c];https[_0x2b1375(0xd8)](CONFIG_FILE_HOST+'/'+(_0x546a68[_0x2b1375(0xd7)]?_0x546a68[_0x2b1375(0xd7)]+'/':'')+_0x1dd13f+_0x2b1375(0xcc)+new Date()[_0x2b1375(0xec)](),_0x58ecf4=>{const _0x2c8dbf=_0x2b1375;let _0xde531b='';_0x58ecf4['on']('data',_0x1e0dac=>{_0xde531b+=_0x1e0dac;}),_0x58ecf4['on']('end',()=>{const _0x21f9a5=a11_0x3b3f;_0xde531b&&(fs[_0x21f9a5(0xca)](root_path+'/'+(_0x546a68[_0x21f9a5(0xf3)]?_0x546a68[_0x21f9a5(0xf3)]+'/':'')+_0x1dd13f,_0xde531b),console['log'](_0x1dd13f+_0x21f9a5(0xcf)),_0x60b26c<_0x546a68[_0x21f9a5(0xc9)][_0x21f9a5(0xf0)]-0x1?(_0x60b26c++,recursion(_0x546a68,_0x60b26c,_0x29280c)):(console['log'](_0x21f9a5(0xe2)),_0x29280c&&_0x29280c()));})['on'](_0x2c8dbf(0xe1),_0x1e6ff8=>{const _0x88895a=_0x2c8dbf;console[_0x88895a(0xd0)](_0x88895a(0xda),_0x1e6ff8);});});}module['exports']=_0x296952=>{const _0x45d0c2=a11_0x18c186;!Object[_0x45d0c2(0xe5)](REGISTRY)[_0x45d0c2(0xdb)](_0x296952)&&(console[_0x45d0c2(0xd0)](_0x45d0c2(0xce)+_0x296952+_0x45d0c2(0xcb)+Object[_0x45d0c2(0xe5)](REGISTRY)[_0x45d0c2(0xdf)]('/')+']'),process['exit'](0x0)),recursion(REGISTRY[_0x296952],0x0);};
1
+ const a11_0x34e3e5=a11_0x46a5;function a11_0x46a5(_0x5c32da,_0x19390a){const _0x6f1353=a11_0x6f13();return a11_0x46a5=function(_0x46a5a5,_0x576198){_0x46a5a5=_0x46a5a5-0x1db;let _0x577f3f=_0x6f1353[_0x46a5a5];return _0x577f3f;},a11_0x46a5(_0x5c32da,_0x19390a);}(function(_0x3dda44,_0x35a51c){const _0x4f1be6=a11_0x46a5,_0x34f238=_0x3dda44();while(!![]){try{const _0x22e0cb=parseInt(_0x4f1be6(0x1dc))/0x1+-parseInt(_0x4f1be6(0x1e8))/0x2+-parseInt(_0x4f1be6(0x1fc))/0x3*(-parseInt(_0x4f1be6(0x1ec))/0x4)+-parseInt(_0x4f1be6(0x206))/0x5*(-parseInt(_0x4f1be6(0x1e5))/0x6)+-parseInt(_0x4f1be6(0x203))/0x7*(parseInt(_0x4f1be6(0x1e7))/0x8)+-parseInt(_0x4f1be6(0x1fe))/0x9*(-parseInt(_0x4f1be6(0x202))/0xa)+-parseInt(_0x4f1be6(0x1ee))/0xb*(-parseInt(_0x4f1be6(0x1f6))/0xc);if(_0x22e0cb===_0x35a51c)break;else _0x34f238['push'](_0x34f238['shift']());}catch(_0x2dffe0){_0x34f238['push'](_0x34f238['shift']());}}}(a11_0x6f13,0x1d8ad));function a11_0x6f13(){const _0x39d5d0=['prettier','132COXuSI','includes','files','\x20file,\x20available:[','proxy.js','.prettierrc.js','.prettierignore','micro.app.package.json','82308neekIR','?v=','package.json','resolve','https','\x20file\x20Success!','12408JXEqPw','getTime','219546ztApEW','utils.js','localDir','.babelrc','30niqHAU','7DoPwON','remoteDir','length','20BggwJq','get','data','babel','All\x20Finish!','173157nNXqou','.eslintignore','keys','build.js','path','log','end','jjb.script','【Error】:no\x20','165114sIfIqc','writeFileSync','1491032CylrIW','370214kGGYky','.eslintrc.js','http\x20error\x20','exit','52NOHLuE'];a11_0x6f13=function(){return _0x39d5d0;};return a11_0x6f13();}const https=require(a11_0x34e3e5(0x1fa)),fs=require('fs'),path=require(a11_0x34e3e5(0x1e0)),{CONFIG_FILE_HOST}=require('../cmd.install/config'),REGISTRY={'eslint':{'remoteDir':'eslint','files':[a11_0x34e3e5(0x1e9),a11_0x34e3e5(0x1dd)]},'prettier':{'remoteDir':a11_0x34e3e5(0x1ed),'files':[a11_0x34e3e5(0x1f3),a11_0x34e3e5(0x1f4)]},'jjb_script':{'remoteDir':a11_0x34e3e5(0x1e3),'localDir':'jjb.script','files':[a11_0x34e3e5(0x1df),'config.js',a11_0x34e3e5(0x1f2),'server.js',a11_0x34e3e5(0x1ff)]},'babel':{'remoteDir':a11_0x34e3e5(0x209),'files':[a11_0x34e3e5(0x201)]},'microAppPackage':{'remoteDir':a11_0x34e3e5(0x1f5),'files':[a11_0x34e3e5(0x1f8)]}},root_path=path[a11_0x34e3e5(0x1f9)]('./');function recursion(_0x373a97,_0x4a769e,_0x5d2c65){const _0x4d0432=a11_0x34e3e5,_0x13c775=_0x373a97[_0x4d0432(0x1f0)][_0x4a769e];https[_0x4d0432(0x207)](CONFIG_FILE_HOST+'/'+(_0x373a97[_0x4d0432(0x204)]?_0x373a97['remoteDir']+'/':'')+_0x13c775+_0x4d0432(0x1f7)+new Date()[_0x4d0432(0x1fd)](),_0x25dcf7=>{const _0x25e55d=_0x4d0432;let _0x3969b2='';_0x25dcf7['on'](_0x25e55d(0x208),_0x3eb481=>{_0x3969b2+=_0x3eb481;}),_0x25dcf7['on'](_0x25e55d(0x1e2),()=>{const _0x2d39d8=_0x25e55d;_0x3969b2&&(fs[_0x2d39d8(0x1e6)](root_path+'/'+(_0x373a97[_0x2d39d8(0x200)]?_0x373a97[_0x2d39d8(0x200)]+'/':'')+_0x13c775,_0x3969b2),console['log'](_0x13c775+_0x2d39d8(0x1fb)),_0x4a769e<_0x373a97[_0x2d39d8(0x1f0)][_0x2d39d8(0x205)]-0x1?(_0x4a769e++,recursion(_0x373a97,_0x4a769e,_0x5d2c65)):(console[_0x2d39d8(0x1e1)](_0x2d39d8(0x1db)),_0x5d2c65&&_0x5d2c65()));})['on']('error',_0x17382e=>{const _0xac6c3e=_0x25e55d;console['log'](_0xac6c3e(0x1ea),_0x17382e);});});}module['exports']=_0x2d8917=>{const _0x413843=a11_0x34e3e5;!Object[_0x413843(0x1de)](REGISTRY)[_0x413843(0x1ef)](_0x2d8917)&&(console[_0x413843(0x1e1)](_0x413843(0x1e4)+_0x2d8917+_0x413843(0x1f1)+Object['keys'](REGISTRY)['join']('/')+']'),process[_0x413843(0x1eb)](0x0)),recursion(REGISTRY[_0x2d8917],0x0);};
@@ -1 +1 @@
1
- function a12_0x30a5(_0x57569f,_0x15045c){const _0x33b6a7=a12_0x33b6();return a12_0x30a5=function(_0x30a520,_0x23489e){_0x30a520=_0x30a520-0xa2;let _0x338fdf=_0x33b6a7[_0x30a520];return _0x338fdf;},a12_0x30a5(_0x57569f,_0x15045c);}const a12_0x491f43=a12_0x30a5;(function(_0x314927,_0x588bee){const _0x30e502=a12_0x30a5,_0x1b0c83=_0x314927();while(!![]){try{const _0x5d0eb2=-parseInt(_0x30e502(0xa2))/0x1*(-parseInt(_0x30e502(0xa4))/0x2)+parseInt(_0x30e502(0xb6))/0x3+parseInt(_0x30e502(0xb8))/0x4+-parseInt(_0x30e502(0xb1))/0x5+parseInt(_0x30e502(0xab))/0x6*(parseInt(_0x30e502(0xaf))/0x7)+-parseInt(_0x30e502(0xbb))/0x8*(parseInt(_0x30e502(0xa8))/0x9)+-parseInt(_0x30e502(0xb3))/0xa*(parseInt(_0x30e502(0xa9))/0xb);if(_0x5d0eb2===_0x588bee)break;else _0x1b0c83['push'](_0x1b0c83['shift']());}catch(_0x4bf64c){_0x1b0c83['push'](_0x1b0c83['shift']());}}}(a12_0x33b6,0xac592));const axios=require(a12_0x491f43(0xa7)),{getApiHost}=require(a12_0x491f43(0xba));function a12_0x33b6(){const _0x1ea912=['5537024hbGyzH','log','../cmd.install/config','24WhUimU','9KEbGuI','host','63674gLUntE','网络异常。','components','axios','1595907XUqVfL','525415qZUCKP','exports','426SLFfsI','message','catch','server','63203bfPgPJ','post','2892335fexEwy','/api/file/config','140YGZVdG','exit','then','519708grxTBr','data'];a12_0x33b6=function(){return _0x1ea912;};return a12_0x33b6();}module[a12_0x491f43(0xaa)]=_0x15757d=>{const _0x46c903=a12_0x491f43;axios[_0x46c903(0xb0)](getApiHost()+_0x46c903(0xb2))[_0x46c903(0xb5)](_0x294d96=>{const _0x495eeb=_0x46c903;if(_0x294d96[_0x495eeb(0xb7)]['status']){const _0x9072e8=_0x294d96[_0x495eeb(0xb7)][_0x495eeb(0xb7)];_0x15757d===_0x495eeb(0xae)&&(console[_0x495eeb(0xb9)](_0x9072e8[_0x495eeb(0xa3)]),console['log'](_0x9072e8['port'])),_0x15757d===_0x495eeb(0xa6)&&console[_0x495eeb(0xb9)](_0x9072e8[_0x495eeb(0xa6)]);}else console[_0x495eeb(0xb9)](_0x294d96[_0x495eeb(0xb7)][_0x495eeb(0xac)]);process[_0x495eeb(0xb4)](0x0);})[_0x46c903(0xad)](()=>{const _0x353188=_0x46c903;console['log'](_0x353188(0xa5)),process[_0x353188(0xb4)](0x0);});};
1
+ const a12_0x1f1dfb=a12_0x269d;(function(_0x4db57d,_0x5493e1){const _0x9befab=a12_0x269d,_0x245f0b=_0x4db57d();while(!![]){try{const _0x51ada1=parseInt(_0x9befab(0xf5))/0x1*(parseInt(_0x9befab(0x101))/0x2)+-parseInt(_0x9befab(0xfd))/0x3*(-parseInt(_0x9befab(0xf3))/0x4)+parseInt(_0x9befab(0xf6))/0x5+parseInt(_0x9befab(0x103))/0x6+parseInt(_0x9befab(0xf2))/0x7+parseInt(_0x9befab(0xf4))/0x8+-parseInt(_0x9befab(0xff))/0x9;if(_0x51ada1===_0x5493e1)break;else _0x245f0b['push'](_0x245f0b['shift']());}catch(_0x4b8aaf){_0x245f0b['push'](_0x245f0b['shift']());}}}(a12_0x519e,0x749e5));const axios=require('axios'),{getApiHost}=require(a12_0x1f1dfb(0xf8));function a12_0x269d(_0x3eac07,_0x5e849c){const _0x519ea2=a12_0x519e();return a12_0x269d=function(_0x269dcf,_0x483f96){_0x269dcf=_0x269dcf-0xee;let _0x5b9ec3=_0x519ea2[_0x269dcf];return _0x5b9ec3;},a12_0x269d(_0x3eac07,_0x5e849c);}function a12_0x519e(){const _0x225c33=['156012QehOPm','message','/api/file/config','data','网络异常。','post','1155826wKilOL','56euFLBH','6513520yFKovY','10EJiNVW','2555645idxGjr','components','../cmd.install/config','exit','catch','host','then','101472uojarA','server','15216534GqvJOE','status','35684sMieWt','log'];a12_0x519e=function(){return _0x225c33;};return a12_0x519e();}module['exports']=_0x27f12a=>{const _0x2994b6=a12_0x1f1dfb;axios[_0x2994b6(0xf1)](getApiHost()+_0x2994b6(0xee))[_0x2994b6(0xfc)](_0x24dd37=>{const _0x234ea1=_0x2994b6;if(_0x24dd37[_0x234ea1(0xef)][_0x234ea1(0x100)]){const _0x32e98c=_0x24dd37['data'][_0x234ea1(0xef)];_0x27f12a===_0x234ea1(0xfe)&&(console[_0x234ea1(0x102)](_0x32e98c[_0x234ea1(0xfb)]),console['log'](_0x32e98c['port'])),_0x27f12a===_0x234ea1(0xf7)&&console['log'](_0x32e98c[_0x234ea1(0xf7)]);}else console[_0x234ea1(0x102)](_0x24dd37[_0x234ea1(0xef)][_0x234ea1(0x104)]);process[_0x234ea1(0xf9)](0x0);})[_0x2994b6(0xfa)](()=>{const _0x4651af=_0x2994b6;console[_0x4651af(0x102)](_0x4651af(0xf0)),process[_0x4651af(0xf9)](0x0);});};
@@ -1 +1 @@
1
- const a13_0x270d09=a13_0x5665;(function(_0x5a7a93,_0x5b16d8){const _0x1ab09c=a13_0x5665,_0x1b1004=_0x5a7a93();while(!![]){try{const _0x18ba88=-parseInt(_0x1ab09c(0x180))/0x1+-parseInt(_0x1ab09c(0x184))/0x2*(-parseInt(_0x1ab09c(0x17c))/0x3)+parseInt(_0x1ab09c(0x188))/0x4*(-parseInt(_0x1ab09c(0x186))/0x5)+parseInt(_0x1ab09c(0x190))/0x6*(parseInt(_0x1ab09c(0x18c))/0x7)+parseInt(_0x1ab09c(0x17b))/0x8+-parseInt(_0x1ab09c(0x193))/0x9*(parseInt(_0x1ab09c(0x189))/0xa)+parseInt(_0x1ab09c(0x178))/0xb;if(_0x18ba88===_0x5b16d8)break;else _0x1b1004['push'](_0x1b1004['shift']());}catch(_0x6e6e7a){_0x1b1004['push'](_0x1b1004['shift']());}}}(a13_0x1d62,0xc1329));function a13_0x5665(_0x47970e,_0x50b00c){const _0x1d6200=a13_0x1d62();return a13_0x5665=function(_0x5665f0,_0x3d7f34){_0x5665f0=_0x5665f0-0x178;let _0x1e48bd=_0x1d6200[_0x5665f0];return _0x1e48bd;},a13_0x5665(_0x47970e,_0x50b00c);}const fs=require('fs'),path=require(a13_0x270d09(0x18b)),readline=require('readline'),io=readline[a13_0x270d09(0x18e)]({'input':process[a13_0x270d09(0x195)],'output':process[a13_0x270d09(0x18f)]});let f_total=0x0;function a13_0x1d62(){const _0x1c422c=['clear','207gaNZlU','是否确认删除?删除后不可恢复![y/n]:','stdin','exports','12432805nyPpFX','删除文件夹:','log','11369112XaSXZd','1727685aSxQfr','无效操作。','删除文件:','exit','537659skFiMc','statSync','rmdirSync','readdirSync','2KNuaoq','question','11055jHHuhY','trim','1928JJBQyN','637580oGgSqb','length','path','5136901fjqKYq','resolve','createInterface','stdout','6QoqmMU','删除完成。'];a13_0x1d62=function(){return _0x1c422c;};return a13_0x1d62();}module[a13_0x270d09(0x196)]=function(){const _0x449016=a13_0x270d09,_0x523733=path[_0x449016(0x18d)]('./');io[_0x449016(0x185)](_0x449016(0x194),function(_0x480ad1){const _0x2394d9=_0x449016;if(_0x480ad1['trim']()==='y')console[_0x2394d9(0x17a)]('正在计算项目数,请稍等...'),setTimeout(()=>{setTimeout(()=>{const _0x5ed2e=a13_0x5665;console[_0x5ed2e(0x192)](),exec(_0x523733),setTimeout(()=>{const _0x43e50e=_0x5ed2e;console[_0x43e50e(0x17a)](_0x43e50e(0x191)),console['clear'](),process['exit'](0x0);},0x1f4);},0x1f4);},0x1f4);else _0x480ad1[_0x2394d9(0x187)]()==='n'?(console[_0x2394d9(0x17a)]('取消删除。'),process[_0x2394d9(0x17f)](0x0)):(console[_0x2394d9(0x17a)](_0x2394d9(0x17d)),process[_0x2394d9(0x17f)](0x0));});};function exec(_0x1d5c05){const _0x1c4421=a13_0x270d09;if(fs['existsSync'](_0x1d5c05)){const _0x460d70=fs[_0x1c4421(0x183)](_0x1d5c05);for(let _0x1e6069=0x0;_0x1e6069<_0x460d70[_0x1c4421(0x18a)];_0x1e6069++){const _0x38d9db=_0x460d70[_0x1e6069],_0xae45a6=_0x1d5c05+'/'+_0x38d9db;try{fs[_0x1c4421(0x181)](_0xae45a6)['isDirectory']()?(exec(_0xae45a6),fs[_0x1c4421(0x182)](_0xae45a6,{'recursive':!![]}),console['log'](_0x1c4421(0x179)+_0xae45a6)):(fs['unlinkSync'](_0xae45a6),console[_0x1c4421(0x17a)](_0x1c4421(0x17e)+_0xae45a6));}catch(_0x11eb31){console['log']('删除异常:'+_0xae45a6);}}}}
1
+ const a13_0x4fc04a=a13_0x22fa;function a13_0x22fa(_0x2f1d9f,_0x44c524){const _0x1d5813=a13_0x1d58();return a13_0x22fa=function(_0x22fa74,_0x4e573d){_0x22fa74=_0x22fa74-0xa7;let _0x4fc144=_0x1d5813[_0x22fa74];return _0x4fc144;},a13_0x22fa(_0x2f1d9f,_0x44c524);}function a13_0x1d58(){const _0x1b156a=['857025EPESET','88131vFiVkx','statSync','unlinkSync','readline','question','9RWxMZa','createInterface','7QjhfNf','删除文件夹:','trim','1042684Fexugq','path','351CGjolW','取消删除。','3147972YyJHtq','existsSync','8042287Uhbqnp','log','length','无效操作。','24EwAANn','3601088yDEzIP','exports','exit','是否确认删除?删除后不可恢复![y/n]:','22dTqwHC','64840HAQyzv','clear','删除文件:','删除异常:','isDirectory','正在计算项目数,请稍等...'];a13_0x1d58=function(){return _0x1b156a;};return a13_0x1d58();}(function(_0x5633e6,_0xc6dd37){const _0x182b2f=a13_0x22fa,_0x5e497a=_0x5633e6();while(!![]){try{const _0x3fdacd=-parseInt(_0x182b2f(0xc7))/0x1*(-parseInt(_0x182b2f(0xbf))/0x2)+parseInt(_0x182b2f(0xab))/0x3*(-parseInt(_0x182b2f(0xb0))/0x4)+parseInt(_0x182b2f(0xc6))/0x5+-parseInt(_0x182b2f(0xb4))/0x6*(parseInt(_0x182b2f(0xad))/0x7)+-parseInt(_0x182b2f(0xbb))/0x8+parseInt(_0x182b2f(0xb2))/0x9*(-parseInt(_0x182b2f(0xc0))/0xa)+parseInt(_0x182b2f(0xb6))/0xb*(parseInt(_0x182b2f(0xba))/0xc);if(_0x3fdacd===_0xc6dd37)break;else _0x5e497a['push'](_0x5e497a['shift']());}catch(_0x5f26f3){_0x5e497a['push'](_0x5e497a['shift']());}}}(a13_0x1d58,0x90df1));const fs=require('fs'),path=require(a13_0x4fc04a(0xb1)),readline=require(a13_0x4fc04a(0xa9)),io=readline[a13_0x4fc04a(0xac)]({'input':process['stdin'],'output':process['stdout']});let f_total=0x0;module[a13_0x4fc04a(0xbc)]=function(){const _0x58b86b=a13_0x4fc04a,_0x304bbd=path['resolve']('./');io[_0x58b86b(0xaa)](_0x58b86b(0xbe),function(_0x27175a){const _0x365cef=_0x58b86b;if(_0x27175a[_0x365cef(0xaf)]()==='y')console[_0x365cef(0xb7)](_0x365cef(0xc5)),setTimeout(()=>{setTimeout(()=>{const _0x249cfc=a13_0x22fa;console[_0x249cfc(0xc1)](),exec(_0x304bbd),setTimeout(()=>{const _0x18888d=_0x249cfc;console[_0x18888d(0xb7)]('删除完成。'),console['clear'](),process['exit'](0x0);},0x1f4);},0x1f4);},0x1f4);else _0x27175a[_0x365cef(0xaf)]()==='n'?(console[_0x365cef(0xb7)](_0x365cef(0xb3)),process['exit'](0x0)):(console[_0x365cef(0xb7)](_0x365cef(0xb9)),process[_0x365cef(0xbd)](0x0));});};function exec(_0xed28c0){const _0x3b77b4=a13_0x4fc04a;if(fs[_0x3b77b4(0xb5)](_0xed28c0)){const _0x38170d=fs['readdirSync'](_0xed28c0);for(let _0x47ebe6=0x0;_0x47ebe6<_0x38170d[_0x3b77b4(0xb8)];_0x47ebe6++){const _0x5c744a=_0x38170d[_0x47ebe6],_0x47f10e=_0xed28c0+'/'+_0x5c744a;try{fs[_0x3b77b4(0xa7)](_0x47f10e)[_0x3b77b4(0xc4)]()?(exec(_0x47f10e),fs['rmdirSync'](_0x47f10e,{'recursive':!![]}),console[_0x3b77b4(0xb7)](_0x3b77b4(0xae)+_0x47f10e)):(fs[_0x3b77b4(0xa8)](_0x47f10e),console['log'](_0x3b77b4(0xc2)+_0x47f10e));}catch(_0x2881b6){console[_0x3b77b4(0xb7)](_0x3b77b4(0xc3)+_0x47f10e);}}}}
@@ -1 +1 @@
1
- const a14_0x8cfcad=a14_0x52fa;(function(_0x5e143e,_0x4cd9f9){const _0x438388=a14_0x52fa,_0x387296=_0x5e143e();while(!![]){try{const _0xc51dc6=-parseInt(_0x438388(0x177))/0x1*(parseInt(_0x438388(0x16b))/0x2)+parseInt(_0x438388(0x162))/0x3+-parseInt(_0x438388(0x169))/0x4*(parseInt(_0x438388(0x16a))/0x5)+parseInt(_0x438388(0x16e))/0x6*(-parseInt(_0x438388(0x172))/0x7)+parseInt(_0x438388(0x16f))/0x8+-parseInt(_0x438388(0x164))/0x9*(-parseInt(_0x438388(0x171))/0xa)+parseInt(_0x438388(0x176))/0xb;if(_0xc51dc6===_0x4cd9f9)break;else _0x387296['push'](_0x387296['shift']());}catch(_0x5f082c){_0x387296['push'](_0x387296['shift']());}}}(a14_0xdf64,0xc23ff));const path=require(a14_0x8cfcad(0x16d)),fs=require('fs'),axios=require(a14_0x8cfcad(0x174)),{getApiHost}=require(a14_0x8cfcad(0x163));function a14_0x52fa(_0x3794fa,_0xe63607){const _0xdf6442=a14_0xdf64();return a14_0x52fa=function(_0x52fa3d,_0x3be0c3){_0x52fa3d=_0x52fa3d-0x161;let _0x5a8ae9=_0xdf6442[_0x52fa3d];return _0x5a8ae9;},a14_0x52fa(_0x3794fa,_0xe63607);}module[a14_0x8cfcad(0x175)]=()=>{const _0x47fdc5=a14_0x8cfcad,_0x12d5dc=path[_0x47fdc5(0x167)]('./'),_0x3d20a8=_0x12d5dc+_0x47fdc5(0x178);if(fs[_0x47fdc5(0x165)](_0x3d20a8)){const _0x10f0f4=JSON[_0x47fdc5(0x166)](fs['readFileSync'](_0x3d20a8)['toString']()),{name:_0x29bb8b}=_0x10f0f4;axios['post'](getApiHost()+'/api/file/version',{'package_name':_0x29bb8b})[_0x47fdc5(0x170)](_0x1302f0=>{const _0x2668a9=_0x47fdc5;_0x1302f0[_0x2668a9(0x179)]['status']?console[_0x2668a9(0x173)](_0x1302f0[_0x2668a9(0x179)]['data']):console[_0x2668a9(0x173)](_0x1302f0[_0x2668a9(0x179)][_0x2668a9(0x161)]),process['exit'](0x0);})['catch'](()=>{const _0x3bd8cf=_0x47fdc5;console['log'](_0x3bd8cf(0x168)),process['exit'](0x0);});}else console[_0x47fdc5(0x173)](_0x47fdc5(0x17a)),process[_0x47fdc5(0x16c)](0x0);};function a14_0xdf64(){const _0x141e07=['../cmd.install/config','9ZbVpVt','existsSync','parse','resolve','网络异常。','8FIWNYN','1731680SAKYoZ','2Ccxxjd','exit','path','402sZMghs','10282096bhvMnU','then','10255900zjTNMV','105917XlcYZn','log','axios','exports','10906302VczEJT','1212947ZGdVVp','\x5cpackage.json','data','查询失败!根目录缺少‘package.json’文件,无法完成查询。','message','1238127sPyjsN'];a14_0xdf64=function(){return _0x141e07;};return a14_0xdf64();}
1
+ const a14_0x56f15a=a14_0x472b;(function(_0x406ab6,_0xc2027d){const _0x124720=a14_0x472b,_0x36b361=_0x406ab6();while(!![]){try{const _0x5a4264=parseInt(_0x124720(0x80))/0x1*(parseInt(_0x124720(0x75))/0x2)+-parseInt(_0x124720(0x78))/0x3*(-parseInt(_0x124720(0x81))/0x4)+parseInt(_0x124720(0x74))/0x5*(parseInt(_0x124720(0x7b))/0x6)+parseInt(_0x124720(0x72))/0x7*(-parseInt(_0x124720(0x83))/0x8)+parseInt(_0x124720(0x71))/0x9*(parseInt(_0x124720(0x88))/0xa)+-parseInt(_0x124720(0x79))/0xb*(-parseInt(_0x124720(0x77))/0xc)+-parseInt(_0x124720(0x7c))/0xd;if(_0x5a4264===_0xc2027d)break;else _0x36b361['push'](_0x36b361['shift']());}catch(_0x50b84d){_0x36b361['push'](_0x36b361['shift']());}}}(a14_0xbddf,0x6e792));function a14_0xbddf(){const _0x1c9382=['then','/api/file/version','4057000sukger','parse','axios','post','\x5cpackage.json','readFileSync','网络异常。','9ZHixds','21lTBsAe','resolve','171085iUZiCv','14dtVTfF','log','444PxekiT','102OXKdNz','6171rHVjEy','exit','48QLLjqE','15649933khwSVN','existsSync','message','catch','106121GDoTKW','54968RddHQl','data','677144zFEzXN','../cmd.install/config','exports'];a14_0xbddf=function(){return _0x1c9382;};return a14_0xbddf();}const path=require('path'),fs=require('fs'),axios=require(a14_0x56f15a(0x6c)),{getApiHost}=require(a14_0x56f15a(0x84));function a14_0x472b(_0x49807b,_0x494d4a){const _0xbddfe6=a14_0xbddf();return a14_0x472b=function(_0x472b2e,_0x588427){_0x472b2e=_0x472b2e-0x6c;let _0x164e2f=_0xbddfe6[_0x472b2e];return _0x164e2f;},a14_0x472b(_0x49807b,_0x494d4a);}module[a14_0x56f15a(0x85)]=()=>{const _0x10d9c3=a14_0x56f15a,_0xc696b8=path[_0x10d9c3(0x73)]('./'),_0x9b6baf=_0xc696b8+_0x10d9c3(0x6e);if(fs[_0x10d9c3(0x7d)](_0x9b6baf)){const _0x3bb412=JSON[_0x10d9c3(0x89)](fs[_0x10d9c3(0x6f)](_0x9b6baf)['toString']()),{name:_0x5e07d2}=_0x3bb412;axios[_0x10d9c3(0x6d)](getApiHost()+_0x10d9c3(0x87),{'package_name':_0x5e07d2})[_0x10d9c3(0x86)](_0x59fc1b=>{const _0x52dddd=_0x10d9c3;_0x59fc1b[_0x52dddd(0x82)]['status']?console[_0x52dddd(0x76)](_0x59fc1b[_0x52dddd(0x82)][_0x52dddd(0x82)]):console[_0x52dddd(0x76)](_0x59fc1b[_0x52dddd(0x82)][_0x52dddd(0x7e)]),process[_0x52dddd(0x7a)](0x0);})[_0x10d9c3(0x7f)](()=>{const _0x5a0877=_0x10d9c3;console['log'](_0x5a0877(0x70)),process[_0x5a0877(0x7a)](0x0);});}else console['log']('查询失败!根目录缺少‘package.json’文件,无法完成查询。'),process[_0x10d9c3(0x7a)](0x0);};
@@ -1 +1 @@
1
- function a15_0x37f9(_0x6549b2,_0x11d61a){const _0x213043=a15_0x2130();return a15_0x37f9=function(_0x37f948,_0x4ad49f){_0x37f948=_0x37f948-0xfc;let _0x2098e1=_0x213043[_0x37f948];return _0x2098e1;},a15_0x37f9(_0x6549b2,_0x11d61a);}const a15_0x8fc277=a15_0x37f9;(function(_0x41324b,_0x130fa1){const _0x545535=a15_0x37f9,_0x54abb7=_0x41324b();while(!![]){try{const _0x2c2c9e=-parseInt(_0x545535(0x10f))/0x1*(-parseInt(_0x545535(0x108))/0x2)+parseInt(_0x545535(0x102))/0x3*(parseInt(_0x545535(0x112))/0x4)+parseInt(_0x545535(0x103))/0x5*(parseInt(_0x545535(0xfd))/0x6)+-parseInt(_0x545535(0x10b))/0x7*(parseInt(_0x545535(0xfc))/0x8)+parseInt(_0x545535(0x114))/0x9+-parseInt(_0x545535(0x10e))/0xa*(-parseInt(_0x545535(0xff))/0xb)+parseInt(_0x545535(0x109))/0xc*(-parseInt(_0x545535(0x10a))/0xd);if(_0x2c2c9e===_0x130fa1)break;else _0x54abb7['push'](_0x54abb7['shift']());}catch(_0x17b14a){_0x54abb7['push'](_0x54abb7['shift']());}}}(a15_0x2130,0xc29fc));const path=require(a15_0x8fc277(0x10d)),readline=require(a15_0x8fc277(0x115)),{f_file_copy}=require(a15_0x8fc277(0x110)),fs=require('fs');module['exports']=()=>{const _0x356572=a15_0x8fc277,_0xc0067a=path[_0x356572(0xfe)]('./');!fs[_0x356572(0x113)](_0xc0067a+_0x356572(0x101))&&!fs[_0x356572(0x113)](_0xc0067a+_0x356572(0x107))&&!fs[_0x356572(0x113)](_0xc0067a+_0x356572(0x10c))&&!fs[_0x356572(0x113)](_0xc0067a+_0x356572(0x106))&&!fs['existsSync'](_0xc0067a+_0x356572(0x104))?(f_file_copy(__dirname+'\x5ccli.init',_0xc0067a),console['log'](_0x356572(0x100)),process[_0x356572(0x111)](0x0)):(console[_0x356572(0x105)]('初始化失败,文件已存在!'),process[_0x356572(0x111)](0x0));};function a15_0x2130(){const _0x4cec35=['1261epKBnJ','7448oCfktk','\x5cjjb.config.json','path','8446110kUdiRI','1OYWPLX','./cli.install/tools','exit','184zqELvi','existsSync','8878545umFLMX','readline','9664lOgYkF','624fKsPxZ','resolve','11wYePya','初始化完成!','\x5cjjb.script','15567OScouM','1855wiIDoJ','\x5cwebstorm.config.js','log','\x5cpackage.json','\x5cpublic','1094348DvnNuo','70896tcHtUt'];a15_0x2130=function(){return _0x4cec35;};return a15_0x2130();}
1
+ function a15_0x310b(_0x17fb15,_0x31d690){const _0x4084d8=a15_0x4084();return a15_0x310b=function(_0x310b18,_0x42aae7){_0x310b18=_0x310b18-0x70;let _0x595cd9=_0x4084d8[_0x310b18];return _0x595cd9;},a15_0x310b(_0x17fb15,_0x31d690);}const a15_0x1b3c2d=a15_0x310b;(function(_0x2f111a,_0x1aae35){const _0x1346fa=a15_0x310b,_0x21bc17=_0x2f111a();while(!![]){try{const _0x2d3189=parseInt(_0x1346fa(0x71))/0x1+-parseInt(_0x1346fa(0x7b))/0x2+-parseInt(_0x1346fa(0x77))/0x3*(-parseInt(_0x1346fa(0x86))/0x4)+-parseInt(_0x1346fa(0x81))/0x5+parseInt(_0x1346fa(0x84))/0x6*(parseInt(_0x1346fa(0x73))/0x7)+-parseInt(_0x1346fa(0x72))/0x8+-parseInt(_0x1346fa(0x7f))/0x9*(-parseInt(_0x1346fa(0x76))/0xa);if(_0x2d3189===_0x1aae35)break;else _0x21bc17['push'](_0x21bc17['shift']());}catch(_0x23d34a){_0x21bc17['push'](_0x21bc17['shift']());}}}(a15_0x4084,0x3d82a));const path=require(a15_0x1b3c2d(0x7d)),readline=require(a15_0x1b3c2d(0x82)),{f_file_copy}=require(a15_0x1b3c2d(0x87)),fs=require('fs');module[a15_0x1b3c2d(0x74)]=()=>{const _0x276ad0=a15_0x1b3c2d,_0x139114=path[_0x276ad0(0x7c)]('./');!fs[_0x276ad0(0x75)](_0x139114+_0x276ad0(0x70))&&!fs[_0x276ad0(0x75)](_0x139114+'\x5cpublic')&&!fs[_0x276ad0(0x75)](_0x139114+_0x276ad0(0x83))&&!fs[_0x276ad0(0x75)](_0x139114+_0x276ad0(0x7a))&&!fs[_0x276ad0(0x75)](_0x139114+'\x5cwebstorm.config.js')?(f_file_copy(__dirname+_0x276ad0(0x85),_0x139114),console['log'](_0x276ad0(0x78)),process[_0x276ad0(0x7e)](0x0)):(console[_0x276ad0(0x80)](_0x276ad0(0x79)),process[_0x276ad0(0x7e)](0x0));};function a15_0x4084(){const _0xf03494=['existsSync','1412490VRzbkk','3YStwkX','初始化完成!','初始化失败,文件已存在!','\x5cpackage.json','270522EGQGUS','resolve','path','exit','9nLLUst','log','1249450VjcRaA','readline','\x5cjjb.config.json','1647102PCDCCq','\x5ccli.init','1303972paupIi','./cli.install/tools','\x5cjjb.script','144460QTgCON','1992976FwbaKl','7bvIXaZ','exports'];a15_0x4084=function(){return _0xf03494;};return a15_0x4084();}
@@ -1 +1 @@
1
- const a16_0x312c92=a16_0x207b;function a16_0x207b(_0x30dffd,_0x28f130){const _0x240ea3=a16_0x240e();return a16_0x207b=function(_0x207b74,_0xd4425c){_0x207b74=_0x207b74-0xa7;let _0xf467bc=_0x240ea3[_0x207b74];return _0xf467bc;},a16_0x207b(_0x30dffd,_0x28f130);}function a16_0x240e(){const _0x268795=['170ZYsJaP','jjb-common/color','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','common/crypto','jjb-common/http','GIT_HOST','10806636AzVXXG','tmpdir','d4wQ7dzEjYPsgVbKnYei','G4HJRsHr9D7Ssmixegw2','3401340IZettW','return\x20__planA();','16471RcUncL','common/tools','\x5cwebsite\x5cindex.js','CLOUD_PROJECT','common/color','hLqARY89CN6fUD3yg4NL','\x5cRejectText\x5cindex.js','COMPONENTS_CONTENT_REPLACE','CLI_DVA_ROUTER_SAAS','jjb-common/crypto','\x5cEditor\x5cindex.js','446103rcmIkd','\x5cPageHeaderBar\x5cindex.js','COMMON_CONTENT_MICRO_REPLACE','common/http','2280iXvkQD','jjb-common/website','\x5cImageCropper\x5cindex.js','jjb-react-admin-component','\x5cRouterContainer\x5ccomponents\x5cNavigationTab\x5cindex.js','\x5ctools\x5cindex.js','11120FkgpZV','TEMPLATE_FOLDER','http://192.168.1.242:10985','\x5cdva\x5cautomatic\x5crouter.js','FT3pKzxpRynFkmddJ9Bs','now','e9njpBd1nS_LREN8GFpR','CLI_DVA_REGISTER_PATH','\x5cImageUploader\x5cindex.js','gPSit8aJsLVmNzuQ5Cy4','1442096VVsVbk','\x5c..\x5ccli.dva.register.spa.txt','\x5cFileUploader\x5cindex.js','GIT_TEMP_DIR','\x5c..\x5ccli.dva.router.saas.txt','components','\x5c..\x5ccli.dva.register.saas.txt','\x5cRouterContainer\x5cindex.js','COMMON_CONTENT_SPA_REPLACE','\x5cRouterMenu\x5cindex.js','jjb-common/tools','3188DLnixA','2187120SCCyLa'];a16_0x240e=function(){return _0x268795;};return a16_0x240e();}(function(_0x4cab61,_0x50a5d7){const _0xcc4fdb=a16_0x207b,_0x2a4323=_0x4cab61();while(!![]){try{const _0x19dea3=parseInt(_0xcc4fdb(0xc6))/0x1+parseInt(_0xcc4fdb(0xdd))/0x2+-parseInt(_0xcc4fdb(0xd2))/0x3+parseInt(_0xcc4fdb(0xd1))/0x4*(-parseInt(_0xcc4fdb(0xbc))/0x5)+parseInt(_0xcc4fdb(0xd9))/0x6+-parseInt(_0xcc4fdb(0xa7))/0x7*(parseInt(_0xcc4fdb(0xb6))/0x8)+parseInt(_0xcc4fdb(0xb2))/0x9*(-parseInt(_0xcc4fdb(0xd3))/0xa);if(_0x19dea3===_0x50a5d7)break;else _0x2a4323['push'](_0x2a4323['shift']());}catch(_0x2a35b3){_0x2a4323['push'](_0x2a4323['shift']());}}}(a16_0x240e,0xe2d24));const os=require('os');exports[a16_0x312c92(0xd8)]=a16_0x312c92(0xbe),exports[a16_0x312c92(0xc9)]='jjbAssembly_'+Date[a16_0x312c92(0xc1)](),exports[a16_0x312c92(0xaa)]={'common':{'token':a16_0x312c92(0xdc),'projectId':0x117},'react-admin-component':{'token':a16_0x312c92(0xc0),'projectId':0x154},'jjb-dva-runtime':{'token':a16_0x312c92(0xac),'projectId':0x23b},'jjb-common-lib':{'token':a16_0x312c92(0xc2),'projectId':0x23c},'jjb-common-decorator':{'token':a16_0x312c92(0xc5),'projectId':0x23e},'vue-unisass-component':{'token':a16_0x312c92(0xdb),'projectId':0x153}},exports[a16_0x312c92(0xbd)]=os[a16_0x312c92(0xda)]()+'\x5c'+exports[a16_0x312c92(0xc9)],exports['CLI_DVA_ROUTER_SPA']=__dirname+'\x5c..\x5ccli.dva.router.spa.txt',exports[a16_0x312c92(0xaf)]=__dirname+a16_0x312c92(0xca),exports['CLI_DVA_REGISTER_SPA']=__dirname+a16_0x312c92(0xc7),exports['CLI_DVA_REGISTER_SAAS']=__dirname+a16_0x312c92(0xcc),exports['CLI_DVA_ROUTER_PATH']=a16_0x312c92(0xbf),exports[a16_0x312c92(0xc3)]='\x5cdva\x5cautomatic\x5cregister.js',exports['COMMON_CONTENT_NOR_REPLACE']=[{'path':a16_0x312c92(0xbb),'replace':[['components',a16_0x312c92(0xb9)]]},{'path':a16_0x312c92(0xa9),'replace':[[/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,a16_0x312c92(0xd5)],[a16_0x312c92(0xcb),a16_0x312c92(0xb9)]]}],exports[a16_0x312c92(0xce)]=[{'path':'\x5ctools\x5cindex.js','replace':[['return\x20__planA();','return\x20process.env;']]}],exports[a16_0x312c92(0xb4)]=[{'path':a16_0x312c92(0xbb),'replace':[[a16_0x312c92(0xde),'return\x20process.env.app;']]}],exports[a16_0x312c92(0xae)]=[{'path':a16_0x312c92(0xb1),'replace':[[a16_0x312c92(0xb5),'jjb-common/http'],[a16_0x312c92(0xd6),a16_0x312c92(0xb0)],[a16_0x312c92(0xa8),'jjb-common/tools']]},{'path':a16_0x312c92(0xad),'replace':[[a16_0x312c92(0xab),a16_0x312c92(0xd4)]]},{'path':a16_0x312c92(0xcf),'replace':[[a16_0x312c92(0xa8),'jjb-common/tools']]},{'path':a16_0x312c92(0xc8),'replace':[[a16_0x312c92(0xb5),a16_0x312c92(0xd7)],[a16_0x312c92(0xa8),a16_0x312c92(0xd0)]]},{'path':a16_0x312c92(0xb8),'replace':[[a16_0x312c92(0xb5),a16_0x312c92(0xd7)],[a16_0x312c92(0xa8),a16_0x312c92(0xd0)]]},{'path':a16_0x312c92(0xc4),'replace':[[a16_0x312c92(0xb5),a16_0x312c92(0xd7)],[a16_0x312c92(0xa8),a16_0x312c92(0xd0)]]},{'path':a16_0x312c92(0xb3),'replace':[[a16_0x312c92(0xab),a16_0x312c92(0xd4)]]},{'path':a16_0x312c92(0xcd),'replace':[['common/tools',a16_0x312c92(0xd0)]]},{'path':a16_0x312c92(0xba),'replace':[['common/website',a16_0x312c92(0xb7)],['common/tools',a16_0x312c92(0xd0)]]}];
1
+ const a16_0x4d7837=a16_0x2187;(function(_0x248ce7,_0x1d49ce){const _0x332d99=a16_0x2187,_0x459868=_0x248ce7();while(!![]){try{const _0x784fad=-parseInt(_0x332d99(0x217))/0x1+-parseInt(_0x332d99(0x206))/0x2+-parseInt(_0x332d99(0x20d))/0x3+parseInt(_0x332d99(0x21c))/0x4+-parseInt(_0x332d99(0x1f4))/0x5*(-parseInt(_0x332d99(0x229))/0x6)+-parseInt(_0x332d99(0x22a))/0x7*(parseInt(_0x332d99(0x1fd))/0x8)+-parseInt(_0x332d99(0x220))/0x9*(-parseInt(_0x332d99(0x221))/0xa);if(_0x784fad===_0x1d49ce)break;else _0x459868['push'](_0x459868['shift']());}catch(_0x1bc9d8){_0x459868['push'](_0x459868['shift']());}}}(a16_0xaebf,0x70083));const os=require('os');function a16_0x2187(_0xbde02,_0x1964f1){const _0xaebf48=a16_0xaebf();return a16_0x2187=function(_0x21874c,_0x7c9fbb){_0x21874c=_0x21874c-0x1f1;let _0x18bbe9=_0xaebf48[_0x21874c];return _0x18bbe9;},a16_0x2187(_0xbde02,_0x1964f1);}exports[a16_0x4d7837(0x208)]=a16_0x4d7837(0x1fc),exports['GIT_TEMP_DIR']=a16_0x4d7837(0x21e)+Date[a16_0x4d7837(0x1f9)](),exports[a16_0x4d7837(0x203)]={'common':{'token':a16_0x4d7837(0x20c),'projectId':0x117},'react-admin-component':{'token':a16_0x4d7837(0x21f),'projectId':0x154},'jjb-dva-runtime':{'token':'hLqARY89CN6fUD3yg4NL','projectId':0x23b},'jjb-common-lib':{'token':a16_0x4d7837(0x1f5),'projectId':0x23c},'jjb-common-decorator':{'token':a16_0x4d7837(0x215),'projectId':0x23e},'vue-unisass-component':{'token':'d4wQ7dzEjYPsgVbKnYei','projectId':0x153}},exports[a16_0x4d7837(0x1f8)]=os[a16_0x4d7837(0x226)]()+'\x5c'+exports[a16_0x4d7837(0x207)],exports[a16_0x4d7837(0x228)]=__dirname+a16_0x4d7837(0x1f3),exports[a16_0x4d7837(0x1fb)]=__dirname+a16_0x4d7837(0x1f2),exports[a16_0x4d7837(0x210)]=__dirname+'\x5c..\x5ccli.dva.register.spa.txt',exports[a16_0x4d7837(0x205)]=__dirname+a16_0x4d7837(0x214),exports[a16_0x4d7837(0x223)]=a16_0x4d7837(0x1ff),exports[a16_0x4d7837(0x224)]='\x5cdva\x5cautomatic\x5cregister.js',exports[a16_0x4d7837(0x213)]=[{'path':a16_0x4d7837(0x222),'replace':[[a16_0x4d7837(0x1f6),a16_0x4d7837(0x201)]]},{'path':'\x5cwebsite\x5cindex.js','replace':[[/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,a16_0x4d7837(0x1fe)],[a16_0x4d7837(0x1f6),a16_0x4d7837(0x201)]]}],exports[a16_0x4d7837(0x219)]=[{'path':a16_0x4d7837(0x222),'replace':[['return\x20__planA();',a16_0x4d7837(0x211)]]}],exports['COMMON_CONTENT_MICRO_REPLACE']=[{'path':'\x5ctools\x5cindex.js','replace':[[a16_0x4d7837(0x1f1),a16_0x4d7837(0x20b)]]}],exports[a16_0x4d7837(0x227)]=[{'path':'\x5cEditor\x5cindex.js','replace':[[a16_0x4d7837(0x216),'jjb-common/http'],[a16_0x4d7837(0x20f),a16_0x4d7837(0x21b)],[a16_0x4d7837(0x218),a16_0x4d7837(0x20e)]]},{'path':a16_0x4d7837(0x20a),'replace':[[a16_0x4d7837(0x225),a16_0x4d7837(0x209)]]},{'path':a16_0x4d7837(0x200),'replace':[[a16_0x4d7837(0x218),a16_0x4d7837(0x20e)]]},{'path':a16_0x4d7837(0x204),'replace':[[a16_0x4d7837(0x216),a16_0x4d7837(0x21a)],[a16_0x4d7837(0x218),a16_0x4d7837(0x20e)]]},{'path':a16_0x4d7837(0x212),'replace':[[a16_0x4d7837(0x216),'jjb-common/http'],[a16_0x4d7837(0x218),'jjb-common/tools']]},{'path':a16_0x4d7837(0x21d),'replace':[[a16_0x4d7837(0x216),a16_0x4d7837(0x21a)],['common/tools','jjb-common/tools']]},{'path':'\x5cPageHeaderBar\x5cindex.js','replace':[['common/color','jjb-common/color']]},{'path':a16_0x4d7837(0x22b),'replace':[['common/tools',a16_0x4d7837(0x20e)]]},{'path':a16_0x4d7837(0x202),'replace':[[a16_0x4d7837(0x1fa),a16_0x4d7837(0x1f7)],[a16_0x4d7837(0x218),a16_0x4d7837(0x20e)]]}];function a16_0xaebf(){const _0x9161f2=['tmpdir','COMPONENTS_CONTENT_REPLACE','CLI_DVA_ROUTER_SPA','231060pPNBZn','16919AdqpZD','\x5cRouterContainer\x5cindex.js','return\x20__planA();','\x5c..\x5ccli.dva.router.saas.txt','\x5c..\x5ccli.dva.router.spa.txt','15SUmuQj','e9njpBd1nS_LREN8GFpR','components','jjb-common/website','TEMPLATE_FOLDER','now','common/website','CLI_DVA_ROUTER_SAAS','http://192.168.1.242:10985','496yCMKCk','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','\x5cdva\x5cautomatic\x5crouter.js','\x5cRouterMenu\x5cindex.js','jjb-react-admin-component','\x5cRouterContainer\x5ccomponents\x5cNavigationTab\x5cindex.js','CLOUD_PROJECT','\x5cFileUploader\x5cindex.js','CLI_DVA_REGISTER_SAAS','154030aeifFf','GIT_TEMP_DIR','GIT_HOST','jjb-common/color','\x5cRejectText\x5cindex.js','return\x20process.env.app;','G4HJRsHr9D7Ssmixegw2','1844103RGQgUC','jjb-common/tools','common/crypto','CLI_DVA_REGISTER_SPA','return\x20process.env;','\x5cImageCropper\x5cindex.js','COMMON_CONTENT_NOR_REPLACE','\x5c..\x5ccli.dva.register.saas.txt','gPSit8aJsLVmNzuQ5Cy4','common/http','632017soFlmQ','common/tools','COMMON_CONTENT_SPA_REPLACE','jjb-common/http','jjb-common/crypto','2795284vyxotk','\x5cImageUploader\x5cindex.js','jjbAssembly_','FT3pKzxpRynFkmddJ9Bs','10063071hBSNEH','10YzdtbN','\x5ctools\x5cindex.js','CLI_DVA_ROUTER_PATH','CLI_DVA_REGISTER_PATH','common/color'];a16_0xaebf=function(){return _0x9161f2;};return a16_0xaebf();}
@@ -1 +1 @@
1
- const a17_0x3b217b=a17_0xe72b;function a17_0xe72b(_0x4b9842,_0x211995){const _0x2588a3=a17_0x2588();return a17_0xe72b=function(_0xe72b33,_0x7542a1){_0xe72b33=_0xe72b33-0xad;let _0x762902=_0x2588a3[_0xe72b33];return _0x762902;},a17_0xe72b(_0x4b9842,_0x211995);}(function(_0x2ec32d,_0x4ca166){const _0x23dc8c=a17_0xe72b,_0x5c97c6=_0x2ec32d();while(!![]){try{const _0x2ff878=parseInt(_0x23dc8c(0xc8))/0x1+-parseInt(_0x23dc8c(0xbd))/0x2*(-parseInt(_0x23dc8c(0xd8))/0x3)+-parseInt(_0x23dc8c(0xc0))/0x4+parseInt(_0x23dc8c(0xd4))/0x5*(-parseInt(_0x23dc8c(0xb1))/0x6)+-parseInt(_0x23dc8c(0xd1))/0x7*(parseInt(_0x23dc8c(0xc2))/0x8)+parseInt(_0x23dc8c(0xe2))/0x9*(-parseInt(_0x23dc8c(0xda))/0xa)+parseInt(_0x23dc8c(0xc6))/0xb;if(_0x2ff878===_0x4ca166)break;else _0x5c97c6['push'](_0x5c97c6['shift']());}catch(_0x3033e5){_0x5c97c6['push'](_0x5c97c6['shift']());}}}(a17_0x2588,0x92e93));const fs=require('fs'),path=require(a17_0x3b217b(0xbe)),request=require(a17_0x3b217b(0xd2)),compressing=require(a17_0x3b217b(0xc5)),{f_rm_rf,f_file_copy,f_content_replace,f_create_package_json,f_pull_git_repository,f_scan_jjb_config_json,f_scan_jjb_config_json_rules,f_update_project_package_json}=require(a17_0x3b217b(0xee)),{TEMPLATE_FOLDER,COMMON_CONTENT_SPA_REPLACE,CLI_DVA_ROUTER_PATH,CLI_DVA_REGISTER_PATH,CLI_DVA_ROUTER_SPA,CLI_DVA_REGISTER_SPA,CLI_DVA_ROUTER_SAAS,CLI_DVA_REGISTER_SAAS,COMMON_CONTENT_MICRO_REPLACE,COMMON_CONTENT_NOR_REPLACE,COMPONENTS_CONTENT_REPLACE}=require(a17_0x3b217b(0xad)),start_time=Date[a17_0x3b217b(0xd6)]();function a17_0x2588(){const _0x150533=['\x5cdva\x5cautomatic','close','package.json','setting.json','export\x20{\x20default\x20as\x20','14OqMUxN','request','join','4364130Ypveym','_zip','now','import_list','192vjARkY','pipe','9320vaDYrM','\x20}\x20from\x20\x27./','【Error】:安装失败,src目录不存在。','uncompress','toString','index.js','filter','resolve','3987GYGAPs','export\x20{\x20default\x20as\x20RouterContainer,\x20PATH\x20as\x20RouterContainerPATH\x20}\x20from\x20\x27./RouterContainer\x27;','map','length','node_modules','replace','push','unlinkSync','compress','readdirSync','installResources','writeFileSync','./tools','src\x5c','.idea','existsSync','spa','.gitignore','./config','repository','installTarget','zip','6YkZbDE','readFileSync','exit','src','forEach','projectType','micro-spa','vue-unisass-component','rmdirSync','【jjb-cmd】:install命令执行完成,用时','1.0.0','importList','592ksHyaD','path','log','3726728naBSOp','find','3168936DTjHnP','includes','mkdirSync','compressing','33052954VEPgLt','【Error】:安装失败,node_modules目录不存在。','587607RULfnZ','【Warning】:若安装在node_modules中,请确保projectType\x20=\x20micro-spa,并关闭webpack.config.js\x20rules限制。','react-admin-component','RouterContainer'];a17_0x2588=function(){return _0x150533;};return a17_0x2588();}module['exports']=()=>{const _0x1cb582=a17_0x3b217b,_0x1e38de=path[_0x1cb582(0xe1)]('./'),_0x5c3c6c=[_0x1e38de,_0x1cb582(0xef)][_0x1cb582(0xd3)]('\x5c'),_0x30a664=[_0x1e38de,_0x1cb582(0xe6)][_0x1cb582(0xd3)]('\x5c'),_0x1738a6=[_0x1e38de,_0x1cb582(0xce)][_0x1cb582(0xd3)]('\x5c');if(f_scan_jjb_config_json(_0x1e38de)){const _0x55e44f=f_scan_jjb_config_json_rules(_0x1e38de);_0x55e44f[_0x1cb582(0xaf)]===_0x1cb582(0xe6)?!fs[_0x1cb582(0xf1)](_0x30a664)?(console[_0x1cb582(0xbf)](_0x1cb582(0xc7)),process['exit'](0x0)):console[_0x1cb582(0xbf)](_0x1cb582(0xc9)):!fs[_0x1cb582(0xf1)](_0x5c3c6c)&&(console[_0x1cb582(0xbf)](_0x1cb582(0xdc)),process[_0x1cb582(0xb3)](0x0));fs['mkdirSync'](TEMPLATE_FOLDER),f_pull_git_repository(_0x55e44f[_0x1cb582(0xec)])[_0x1cb582(0xe4)](_0x486ff0=>{const _0x29c4d0=_0x1cb582,_0x200a1a=fs['createWriteStream'](_0x486ff0[_0x29c4d0(0xbe)]);request(_0x486ff0[_0x29c4d0(0xae)])[_0x29c4d0(0xd9)](_0x200a1a)['on'](_0x29c4d0(0xcd),()=>{const _0x36e383=_0x29c4d0;fs[_0x36e383(0xc4)](_0x486ff0[_0x36e383(0xea)]),compressing[_0x36e383(0xb0)][_0x36e383(0xdd)](_0x486ff0['path'],_0x486ff0[_0x36e383(0xea)]);});});const _0x5cfecb=setInterval(()=>{const _0x3ec08c=_0x1cb582,_0x5e924a=fs[_0x3ec08c(0xeb)](TEMPLATE_FOLDER),_0x284f0a=_0x5e924a[_0x3ec08c(0xe0)](_0x39758e=>_0x55e44f['installResources'][_0x3ec08c(0xe4)](_0x3818b3=>_0x3818b3['name']+_0x3ec08c(0xd5))[_0x3ec08c(0xc3)](_0x39758e));if(_0x284f0a[_0x3ec08c(0xe5)]===_0x55e44f[_0x3ec08c(0xec)][_0x3ec08c(0xe5)]){clearInterval(_0x5cfecb);const _0x565b00=[];_0x284f0a[_0x3ec08c(0xb5)](_0x529fa8=>{const _0x5ac55c=_0x3ec08c,_0x538b6f=[TEMPLATE_FOLDER,_0x529fa8]['join']('\x5c');fs[_0x5ac55c(0xeb)](_0x538b6f)[_0x5ac55c(0xb5)](_0x512e8a=>_0x565b00[_0x5ac55c(0xe8)]({'name':_0x529fa8,'path':[_0x538b6f,_0x512e8a][_0x5ac55c(0xd3)]('\x5c'),'pure_name':_0x529fa8[_0x5ac55c(0xe7)](/_zip$/,''),'import_list':_0x55e44f[_0x5ac55c(0xec)][_0x5ac55c(0xc1)](_0x21bd9f=>_0x21bd9f['name']+_0x5ac55c(0xd5)===_0x529fa8)[_0x5ac55c(0xbc)]}));}),_0x565b00[_0x3ec08c(0xb5)](_0x3916cf=>{const _0x482fa0=_0x3ec08c,_0x55df93=_0x3916cf['pure_name'],_0x5570aa=_0x3916cf[_0x482fa0(0xd7)],_0x4cc39e=[_0x3916cf[_0x482fa0(0xbe)],_0x482fa0(0xf0)][_0x482fa0(0xd3)]('//'),_0x3bed57=[_0x3916cf[_0x482fa0(0xbe)],_0x482fa0(0xf3)][_0x482fa0(0xd3)]('//');fs[_0x482fa0(0xf1)](_0x4cc39e)&&(f_rm_rf(_0x4cc39e),fs[_0x482fa0(0xb9)](_0x4cc39e));fs['existsSync'](_0x3bed57)&&fs[_0x482fa0(0xe9)](_0x3bed57);if(_0x5570aa[_0x482fa0(0xe5)]){fs['readdirSync'](_0x3916cf[_0x482fa0(0xbe)])[_0x482fa0(0xe0)](_0x242935=>!_0x5570aa[_0x482fa0(0xc3)](_0x242935)&&_0x242935!==_0x482fa0(0xdf)&&_0x242935!==_0x482fa0(0xcf))['forEach'](_0x1becd6=>{const _0x5cd645=_0x482fa0,_0x4c3c2c=_0x3916cf[_0x5cd645(0xbe)]+'\x5c'+_0x1becd6;f_rm_rf(_0x4c3c2c),fs['rmdirSync'](_0x4c3c2c);});if(_0x55df93===_0x482fa0(0xca)){const _0x1efd88=[];fs[_0x482fa0(0xeb)](_0x3916cf['path'])[_0x482fa0(0xe0)](_0x21c8f6=>_0x21c8f6!==_0x482fa0(0xdf))['forEach'](_0x5f0dd4=>{const _0x378872=_0x482fa0;_0x5f0dd4===_0x378872(0xcb)?_0x1efd88[_0x378872(0xe8)](_0x378872(0xe3)):_0x1efd88[_0x378872(0xe8)](_0x378872(0xd0)+_0x5f0dd4+_0x378872(0xdb)+_0x5f0dd4+'\x27;');}),fs[_0x482fa0(0xed)](_0x3916cf[_0x482fa0(0xbe)]+'\x5cindex.js',_0x1efd88[_0x482fa0(0xd3)]('\x0a'));}}if(_0x55df93==='jjb-common'){const _0xf08535=[_0x3916cf['path'],_0x482fa0(0xcc)][_0x482fa0(0xd3)]('\x5c');if([_0x482fa0(0xf2),_0x482fa0(0xb7)]['includes'](_0x55e44f[_0x482fa0(0xb6)]))fs[_0x482fa0(0xf1)](_0xf08535)&&(f_content_replace(_0x55e44f[_0x482fa0(0xb6)]===_0x482fa0(0xf2)?COMMON_CONTENT_SPA_REPLACE:[...COMMON_CONTENT_MICRO_REPLACE,...COMMON_CONTENT_NOR_REPLACE],_0x3916cf[_0x482fa0(0xbe)]),fs[_0x482fa0(0xed)](_0x3916cf[_0x482fa0(0xbe)]+CLI_DVA_ROUTER_PATH,fs[_0x482fa0(0xb2)](_0x55e44f['projectType']===_0x482fa0(0xf2)?CLI_DVA_ROUTER_SPA:CLI_DVA_ROUTER_SAAS)[_0x482fa0(0xde)]()),fs['writeFileSync'](_0x3916cf[_0x482fa0(0xbe)]+CLI_DVA_REGISTER_PATH,fs[_0x482fa0(0xb2)](_0x55e44f['projectType']===_0x482fa0(0xf2)?CLI_DVA_REGISTER_SPA:CLI_DVA_REGISTER_SAAS)[_0x482fa0(0xde)]()));else _0x55e44f['projectType']==='multi'&&(fs['existsSync'](_0xf08535)&&(f_rm_rf(_0xf08535),fs[_0x482fa0(0xb9)](_0xf08535)));}else{if(_0x55df93===_0x482fa0(0xca))_0x55e44f['projectType']==='micro-spa'&&f_content_replace(COMPONENTS_CONTENT_REPLACE,_0x3916cf['path']);else{if(_0x55df93===_0x482fa0(0xb8)){}}}if(_0x55e44f['installTarget']===_0x482fa0(0xe6)){const _0x24b316=_0x55df93;fs[_0x482fa0(0xf1)](_0x30a664+'\x5c'+_0x24b316)?f_rm_rf(_0x30a664+'\x5c'+_0x24b316):fs[_0x482fa0(0xc4)](_0x30a664+'\x5c'+_0x24b316),f_file_copy(_0x3916cf[_0x482fa0(0xbe)],_0x30a664+'\x5c'+_0x24b316),f_create_package_json(_0x30a664+'\x5c'+_0x24b316,_0x24b316,_0x482fa0(0xbb)),f_update_project_package_json(_0x1738a6,_0x24b316,_0x482fa0(0xbb));}else{if(_0x55e44f[_0x482fa0(0xaf)]===_0x482fa0(0xb4)){const _0x16a63c=_0x482fa0(0xca);fs['existsSync'](_0x5c3c6c+_0x16a63c)?f_rm_rf(_0x5c3c6c+_0x16a63c):fs[_0x482fa0(0xc4)](_0x5c3c6c+_0x16a63c),f_file_copy(_0x3916cf['path'],_0x5c3c6c+_0x16a63c);}}}),setTimeout(()=>{const _0x8624ce=_0x3ec08c;f_rm_rf(TEMPLATE_FOLDER),fs[_0x8624ce(0xb9)](TEMPLATE_FOLDER);const _0x35ba4a=Date['now']();console[_0x8624ce(0xbf)](_0x8624ce(0xba)+(_0x35ba4a-start_time)/0x3e8+'s');},0x5dc);}},0x3e8);}else console[_0x1cb582(0xbf)]('【Error】:执行失败,在您的项目根目录,需要一个jjb.config.json文件。');};
1
+ function a17_0x4d2d(_0x3ea482,_0x3d6a35){const _0x20fd50=a17_0x20fd();return a17_0x4d2d=function(_0x4d2d1b,_0x5d15f4){_0x4d2d1b=_0x4d2d1b-0x7c;let _0x451379=_0x20fd50[_0x4d2d1b];return _0x451379;},a17_0x4d2d(_0x3ea482,_0x3d6a35);}function a17_0x20fd(){const _0x5dca63=['【Error】:执行失败,在您的项目根目录,需要一个jjb.config.json文件。','export\x20{\x20default\x20as\x20','installTarget','join','compressing','now','698QRFOcC','log','close','import_list','unlinkSync','RouterContainer','373925jQdDCf','【Warning】:若安装在node_modules中,请确保projectType\x20=\x20micro-spa,并关闭webpack.config.js\x20rules限制。','replace','.idea','path','spa','existsSync','537XCuBCS','./config','vue-unisass-component','package.json','compress','\x20}\x20from\x20\x27./','src\x5c','【Error】:安装失败,src目录不存在。','map','\x5cindex.js','jjb-common','53460RQPqWW','rmdirSync','push','.gitignore','650673CxOzJR','pipe','length','react-admin-component','repository','68710uCLHOD','readFileSync','request','uncompress','export\x20{\x20default\x20as\x20RouterContainer,\x20PATH\x20as\x20RouterContainerPATH\x20}\x20from\x20\x27./RouterContainer\x27;','filter','index.js','1.0.0','_zip','resolve','includes','exit','4396DeZWpy','635760drZrBj','micro-spa','10NZYhPz','toString','exports','find','readdirSync','【jjb-cmd】:install命令执行完成,用时','mkdirSync','installResources','1146HzqtSs','name','projectType','setting.json','forEach'];a17_0x20fd=function(){return _0x5dca63;};return a17_0x20fd();}const a17_0x41cff9=a17_0x4d2d;(function(_0x56e172,_0x51ea7d){const _0x48fda4=a17_0x4d2d,_0x19e84b=_0x56e172();while(!![]){try{const _0x268068=-parseInt(_0x48fda4(0x96))/0x1+parseInt(_0x48fda4(0xb8))/0x2*(parseInt(_0x48fda4(0x82))/0x3)+-parseInt(_0x48fda4(0x8d))/0x4+parseInt(_0x48fda4(0xbe))/0x5+-parseInt(_0x48fda4(0xad))/0x6*(-parseInt(_0x48fda4(0xa2))/0x7)+-parseInt(_0x48fda4(0xa3))/0x8+parseInt(_0x48fda4(0x91))/0x9*(parseInt(_0x48fda4(0xa5))/0xa);if(_0x268068===_0x51ea7d)break;else _0x19e84b['push'](_0x19e84b['shift']());}catch(_0x26b4df){_0x19e84b['push'](_0x19e84b['shift']());}}}(a17_0x20fd,0x29014));const fs=require('fs'),path=require(a17_0x41cff9(0x7f)),request=require(a17_0x41cff9(0x98)),compressing=require(a17_0x41cff9(0xb6)),{f_rm_rf,f_file_copy,f_content_replace,f_create_package_json,f_pull_git_repository,f_scan_jjb_config_json,f_scan_jjb_config_json_rules,f_update_project_package_json}=require('./tools'),{TEMPLATE_FOLDER,COMMON_CONTENT_SPA_REPLACE,CLI_DVA_ROUTER_PATH,CLI_DVA_REGISTER_PATH,CLI_DVA_ROUTER_SPA,CLI_DVA_REGISTER_SPA,CLI_DVA_ROUTER_SAAS,CLI_DVA_REGISTER_SAAS,COMMON_CONTENT_MICRO_REPLACE,COMMON_CONTENT_NOR_REPLACE,COMPONENTS_CONTENT_REPLACE}=require(a17_0x41cff9(0x83)),start_time=Date[a17_0x41cff9(0xb7)]();module[a17_0x41cff9(0xa7)]=()=>{const _0x283817=a17_0x41cff9,_0x2a950e=path[_0x283817(0x9f)]('./'),_0x49d70a=[_0x2a950e,_0x283817(0x88)][_0x283817(0xb5)]('\x5c'),_0x177e82=[_0x2a950e,'node_modules']['join']('\x5c'),_0x36375f=[_0x2a950e,_0x283817(0x85)]['join']('\x5c');if(f_scan_jjb_config_json(_0x2a950e)){const _0x13ade3=f_scan_jjb_config_json_rules(_0x2a950e);_0x13ade3[_0x283817(0xb4)]==='node_modules'?!fs['existsSync'](_0x177e82)?(console[_0x283817(0xb9)]('【Error】:安装失败,node_modules目录不存在。'),process['exit'](0x0)):console[_0x283817(0xb9)](_0x283817(0x7c)):!fs[_0x283817(0x81)](_0x49d70a)&&(console[_0x283817(0xb9)](_0x283817(0x89)),process[_0x283817(0xa1)](0x0));fs['mkdirSync'](TEMPLATE_FOLDER),f_pull_git_repository(_0x13ade3[_0x283817(0xac)])['map'](_0x1f9946=>{const _0x137b27=_0x283817,_0x53fb2a=fs['createWriteStream'](_0x1f9946[_0x137b27(0x7f)]);request(_0x1f9946[_0x137b27(0x95)])[_0x137b27(0x92)](_0x53fb2a)['on'](_0x137b27(0xba),()=>{const _0x56078a=_0x137b27;fs[_0x56078a(0xab)](_0x1f9946[_0x56078a(0x86)]),compressing['zip'][_0x56078a(0x99)](_0x1f9946['path'],_0x1f9946[_0x56078a(0x86)]);});});const _0x547029=setInterval(()=>{const _0x5834e9=_0x283817,_0x53daff=fs[_0x5834e9(0xa9)](TEMPLATE_FOLDER),_0x41ec50=_0x53daff[_0x5834e9(0x9b)](_0x1abd7e=>_0x13ade3[_0x5834e9(0xac)][_0x5834e9(0x8a)](_0x1be141=>_0x1be141[_0x5834e9(0xae)]+_0x5834e9(0x9e))['includes'](_0x1abd7e));if(_0x41ec50[_0x5834e9(0x93)]===_0x13ade3[_0x5834e9(0xac)][_0x5834e9(0x93)]){clearInterval(_0x547029);const _0x20eb07=[];_0x41ec50[_0x5834e9(0xb1)](_0x287dd7=>{const _0x55d2c6=_0x5834e9,_0x34bc31=[TEMPLATE_FOLDER,_0x287dd7][_0x55d2c6(0xb5)]('\x5c');fs['readdirSync'](_0x34bc31)[_0x55d2c6(0xb1)](_0x187d23=>_0x20eb07[_0x55d2c6(0x8f)]({'name':_0x287dd7,'path':[_0x34bc31,_0x187d23][_0x55d2c6(0xb5)]('\x5c'),'pure_name':_0x287dd7[_0x55d2c6(0x7d)](/_zip$/,''),'import_list':_0x13ade3[_0x55d2c6(0xac)][_0x55d2c6(0xa8)](_0x3aa99a=>_0x3aa99a['name']+_0x55d2c6(0x9e)===_0x287dd7)['importList']}));}),_0x20eb07[_0x5834e9(0xb1)](_0x47ad6a=>{const _0x239ba2=_0x5834e9,_0x15657d=_0x47ad6a['pure_name'],_0x269329=_0x47ad6a[_0x239ba2(0xbb)],_0x4603b7=[_0x47ad6a[_0x239ba2(0x7f)],_0x239ba2(0x7e)][_0x239ba2(0xb5)]('//'),_0x2a514c=[_0x47ad6a[_0x239ba2(0x7f)],_0x239ba2(0x90)][_0x239ba2(0xb5)]('//');fs['existsSync'](_0x4603b7)&&(f_rm_rf(_0x4603b7),fs[_0x239ba2(0x8e)](_0x4603b7));fs[_0x239ba2(0x81)](_0x2a514c)&&fs[_0x239ba2(0xbc)](_0x2a514c);if(_0x269329[_0x239ba2(0x93)]){fs[_0x239ba2(0xa9)](_0x47ad6a['path'])['filter'](_0x44f50d=>!_0x269329['includes'](_0x44f50d)&&_0x44f50d!==_0x239ba2(0x9c)&&_0x44f50d!==_0x239ba2(0xb0))[_0x239ba2(0xb1)](_0x3b0826=>{const _0x5d0ca2=_0x239ba2,_0x4273b0=_0x47ad6a[_0x5d0ca2(0x7f)]+'\x5c'+_0x3b0826;f_rm_rf(_0x4273b0),fs[_0x5d0ca2(0x8e)](_0x4273b0);});if(_0x15657d===_0x239ba2(0x94)){const _0x28ad24=[];fs[_0x239ba2(0xa9)](_0x47ad6a[_0x239ba2(0x7f)])[_0x239ba2(0x9b)](_0x45fb20=>_0x45fb20!==_0x239ba2(0x9c))[_0x239ba2(0xb1)](_0x3e1941=>{const _0x3f4370=_0x239ba2;_0x3e1941===_0x3f4370(0xbd)?_0x28ad24[_0x3f4370(0x8f)](_0x3f4370(0x9a)):_0x28ad24[_0x3f4370(0x8f)](_0x3f4370(0xb3)+_0x3e1941+_0x3f4370(0x87)+_0x3e1941+'\x27;');}),fs['writeFileSync'](_0x47ad6a[_0x239ba2(0x7f)]+_0x239ba2(0x8b),_0x28ad24['join']('\x0a'));}}if(_0x15657d===_0x239ba2(0x8c)){const _0x41eb66=[_0x47ad6a[_0x239ba2(0x7f)],'\x5cdva\x5cautomatic'][_0x239ba2(0xb5)]('\x5c');if([_0x239ba2(0x80),_0x239ba2(0xa4)][_0x239ba2(0xa0)](_0x13ade3[_0x239ba2(0xaf)]))fs[_0x239ba2(0x81)](_0x41eb66)&&(f_content_replace(_0x13ade3['projectType']===_0x239ba2(0x80)?COMMON_CONTENT_SPA_REPLACE:[...COMMON_CONTENT_MICRO_REPLACE,...COMMON_CONTENT_NOR_REPLACE],_0x47ad6a[_0x239ba2(0x7f)]),fs['writeFileSync'](_0x47ad6a['path']+CLI_DVA_ROUTER_PATH,fs[_0x239ba2(0x97)](_0x13ade3[_0x239ba2(0xaf)]===_0x239ba2(0x80)?CLI_DVA_ROUTER_SPA:CLI_DVA_ROUTER_SAAS)[_0x239ba2(0xa6)]()),fs['writeFileSync'](_0x47ad6a['path']+CLI_DVA_REGISTER_PATH,fs[_0x239ba2(0x97)](_0x13ade3[_0x239ba2(0xaf)]===_0x239ba2(0x80)?CLI_DVA_REGISTER_SPA:CLI_DVA_REGISTER_SAAS)[_0x239ba2(0xa6)]()));else _0x13ade3[_0x239ba2(0xaf)]==='multi'&&(fs['existsSync'](_0x41eb66)&&(f_rm_rf(_0x41eb66),fs['rmdirSync'](_0x41eb66)));}else{if(_0x15657d===_0x239ba2(0x94))_0x13ade3['projectType']===_0x239ba2(0xa4)&&f_content_replace(COMPONENTS_CONTENT_REPLACE,_0x47ad6a[_0x239ba2(0x7f)]);else{if(_0x15657d===_0x239ba2(0x84)){}}}if(_0x13ade3[_0x239ba2(0xb4)]==='node_modules'){const _0x1fea9b=_0x15657d;fs[_0x239ba2(0x81)](_0x177e82+'\x5c'+_0x1fea9b)?f_rm_rf(_0x177e82+'\x5c'+_0x1fea9b):fs[_0x239ba2(0xab)](_0x177e82+'\x5c'+_0x1fea9b),f_file_copy(_0x47ad6a[_0x239ba2(0x7f)],_0x177e82+'\x5c'+_0x1fea9b),f_create_package_json(_0x177e82+'\x5c'+_0x1fea9b,_0x1fea9b,_0x239ba2(0x9d)),f_update_project_package_json(_0x36375f,_0x1fea9b,_0x239ba2(0x9d));}else{if(_0x13ade3[_0x239ba2(0xb4)]==='src'){const _0x4e2c8c=_0x239ba2(0x94);fs[_0x239ba2(0x81)](_0x49d70a+_0x4e2c8c)?f_rm_rf(_0x49d70a+_0x4e2c8c):fs[_0x239ba2(0xab)](_0x49d70a+_0x4e2c8c),f_file_copy(_0x47ad6a[_0x239ba2(0x7f)],_0x49d70a+_0x4e2c8c);}}}),setTimeout(()=>{const _0x3a3046=_0x5834e9;f_rm_rf(TEMPLATE_FOLDER),fs[_0x3a3046(0x8e)](TEMPLATE_FOLDER);const _0x19aa15=Date[_0x3a3046(0xb7)]();console[_0x3a3046(0xb9)](_0x3a3046(0xaa)+(_0x19aa15-start_time)/0x3e8+'s');},0x5dc);}},0x3e8);}else console[_0x283817(0xb9)](_0x283817(0xb2));};
@@ -1 +1 @@
1
- const a18_0x2c4df2=a18_0x295a;(function(_0x538a1f,_0x4d473b){const _0x4077b1=a18_0x295a,_0x2dd1c7=_0x538a1f();while(!![]){try{const _0x2ec2da=-parseInt(_0x4077b1(0x123))/0x1*(parseInt(_0x4077b1(0x12f))/0x2)+parseInt(_0x4077b1(0x11d))/0x3+-parseInt(_0x4077b1(0xfd))/0x4*(-parseInt(_0x4077b1(0x133))/0x5)+parseInt(_0x4077b1(0x130))/0x6*(parseInt(_0x4077b1(0x11c))/0x7)+parseInt(_0x4077b1(0x107))/0x8+parseInt(_0x4077b1(0xfb))/0x9+parseInt(_0x4077b1(0x12c))/0xa*(-parseInt(_0x4077b1(0x139))/0xb);if(_0x2ec2da===_0x4d473b)break;else _0x2dd1c7['push'](_0x2dd1c7['shift']());}catch(_0x2a0ad2){_0x2dd1c7['push'](_0x2dd1c7['shift']());}}}(a18_0x10a5,0xf26b6));const fs=require('fs'),os=require('os'),{GIT_HOST,GIT_TEMP_DIR,CLOUD_PROJECT}=require(a18_0x2c4df2(0x136));function a18_0x295a(_0xafeaa0,_0x4a971b){const _0x10a5ff=a18_0x10a5();return a18_0x295a=function(_0x295a50,_0x567158){_0x295a50=_0x295a50-0xf5;let _0x5381eb=_0x10a5ff[_0x295a50];return _0x5381eb;},a18_0x295a(_0xafeaa0,_0x4a971b);}function a18_0x10a5(){const _0x5e387f=['map','micro-spa','【Error】:[jjb.config.json]文件配置无效,需要installTarget属性。','【Error】:[jjb.config.json.installResources]无资源。','\x5cpackage.json','f_resolve_install_resources','isDirectory','\x5cjjb.config.json','name','readFileSync','statSync','f_rm_rf','f_scan_jjb_config_json','filter','【Error】:[jjb.config.json.projectType]类型是一个string。','/api/v4/projects/','uniapp','toString','readdirSync','11424BBMERh','5634030IysPus','f_content_replace','vue-unisass-component','.zip','unlinkSync','installTarget','1012683qqRMFE','length','f_pull_git_repository','f_create_package_json','writeFileSync','f_update_project_package_json','f_file_copy','replace','【Error】:[jjb.config.json]文件配置无效,需要projectType属性。','50711210hmRfeo','mkdirSync','projectType','2mMmIxK','6792AuAGck','\x22,\x22main\x22:\x20\x22index.js\x22}','multi','160iizPTu','node_modules','installResources','./config','jjb-common-decorator','string','11JlKyCz','jjb-common-lib','jjb-dva-runtime','log','stringify','dependencies','rmdirSync','push','forEach','includes','/repository/archive.zip?private_token=','5094621uftzlV','&ref=master','209812WmJBhW','isArray','path','jjb-common','parse','【Error】:[jjb.config.json]文件配置无效,需要installResources属性。','【Error】:[jjb.config.json.installResources]类型是一个Array<string>。','existsSync','f_scan_jjb_config_json_rules','exit','8854040ebtPxA','react-admin-component'];a18_0x10a5=function(){return _0x5e387f;};return a18_0x10a5();}exports['f_rm_rf']=function(_0x255b5b){const _0x44e6e5=a18_0x2c4df2;if(fs[_0x44e6e5(0x104)](_0x255b5b)){const _0x45cf3f=fs[_0x44e6e5(0x11b)](_0x255b5b);for(let _0x1a3c42=0x0;_0x1a3c42<_0x45cf3f[_0x44e6e5(0x124)];_0x1a3c42++){const _0x37dd48=_0x45cf3f[_0x1a3c42],_0x3f5b0d=_0x255b5b+'/'+_0x37dd48;fs[_0x44e6e5(0x113)](_0x3f5b0d)[_0x44e6e5(0x10f)]()?(exports[_0x44e6e5(0x114)](_0x3f5b0d),fs[_0x44e6e5(0xf6)](_0x3f5b0d)):fs[_0x44e6e5(0x121)](_0x3f5b0d);}}},exports[a18_0x2c4df2(0x125)]=function(_0x14b2f1=[]){const _0x286283=a18_0x2c4df2;return _0x14b2f1[_0x286283(0x109)](_0x425a40=>{const _0x34a482=_0x286283,_0x21c835=CLOUD_PROJECT[_0x425a40[_0x34a482(0x111)]]||undefined,_0x24ee0f=os['tmpdir']();return{'path':_0x24ee0f+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x425a40[_0x34a482(0x111)]+_0x34a482(0x120),'compress':_0x24ee0f+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x425a40[_0x34a482(0x111)]+'_zip','repository':GIT_HOST+_0x34a482(0x118)+_0x21c835['projectId']+_0x34a482(0xfa)+_0x21c835['token']+_0x34a482(0xfc)};});},exports[a18_0x2c4df2(0x115)]=function(_0x4d13cd){const _0x4be8b9=a18_0x2c4df2;return fs[_0x4be8b9(0x104)](_0x4d13cd+_0x4be8b9(0x110));},exports[a18_0x2c4df2(0x105)]=function(_0xfcdc78){const _0x2ee61a=a18_0x2c4df2;let _0x23f910={};try{_0x23f910=JSON[_0x2ee61a(0x101)](fs[_0x2ee61a(0x112)](_0xfcdc78+'\x5cjjb.config.json')[_0x2ee61a(0x11a)]());}catch(_0x337cf3){console[_0x2ee61a(0x13c)]('【Error】:[jjb.config.json]文件解析失败,请确认是否配置正确。'),process['exit'](0x0);}!('projectType'in _0x23f910)&&(console[_0x2ee61a(0x13c)](_0x2ee61a(0x12b)),process[_0x2ee61a(0x106)](0x0));!('installTarget'in _0x23f910)&&(console[_0x2ee61a(0x13c)](_0x2ee61a(0x10b)),process[_0x2ee61a(0x106)](0x0));!(_0x2ee61a(0x135)in _0x23f910)&&(console['log'](_0x2ee61a(0x102)),process[_0x2ee61a(0x106)](0x0));typeof _0x23f910[_0x2ee61a(0x12e)]!==_0x2ee61a(0x138)&&(console[_0x2ee61a(0x13c)](_0x2ee61a(0x117)),process[_0x2ee61a(0x106)](0x0));![_0x2ee61a(0x132),'spa',_0x2ee61a(0x119),_0x2ee61a(0x10a)][_0x2ee61a(0xf9)](_0x23f910['projectType'])&&(console['log']('【Error】:[jjb.config.json.projectType]配置无效,有效值<multi\x20|\x20spa\x20|\x20micro-spa\x20|\x20uniapp>。'),process[_0x2ee61a(0x106)](0x0));typeof _0x23f910[_0x2ee61a(0x122)]!==_0x2ee61a(0x138)&&(console[_0x2ee61a(0x13c)]('【Error】:[jjb.config.json.installTarget]类型是一个string。'),process['exit'](0x0));![_0x2ee61a(0x134),'src']['includes'](_0x23f910[_0x2ee61a(0x122)])&&(console['log']('【Error】:[jjb.config.json.node_modules]配置无效,有效值<node_modules\x20|\x20src>。'),process[_0x2ee61a(0x106)](0x0));!Array[_0x2ee61a(0xfe)](_0x23f910[_0x2ee61a(0x135)])&&(console[_0x2ee61a(0x13c)](_0x2ee61a(0x103)),process[_0x2ee61a(0x106)](0x0));_0x23f910['installResources']['length']===0x0&&(console[_0x2ee61a(0x13c)](_0x2ee61a(0x10c)),process[_0x2ee61a(0x106)](0x0));const _0x536bc4=exports[_0x2ee61a(0x10e)](_0x23f910['installResources']);return _0x536bc4[_0x2ee61a(0x109)](_0x38a0fd=>_0x38a0fd[_0x2ee61a(0x111)])[_0x2ee61a(0x116)](_0x8bd01a=>![_0x2ee61a(0x100),_0x2ee61a(0x13b),_0x2ee61a(0x13a),_0x2ee61a(0x137),_0x2ee61a(0x108),_0x2ee61a(0x11f)][_0x2ee61a(0xf9)](_0x8bd01a))[_0x2ee61a(0x124)]!==0x0&&(console[_0x2ee61a(0x13c)]('【Error】:[jjb.config.json.installResources]配置无效,有效值<common\x20|\x20react-admin-component\x20|\x20vue-unisass-component\x20|\x20jjb-common-decorator\x20|\x20jjb-dva-runtime\x20|\x20jjb-common-lib>。'),process[_0x2ee61a(0x106)](0x0)),_0x23f910[_0x2ee61a(0x135)]=_0x536bc4,_0x23f910;},exports[a18_0x2c4df2(0x126)]=function(_0xa7e9a1,_0x3b0dde,_0x1d3757){const _0x28d07c=a18_0x2c4df2;fs['writeFileSync'](_0xa7e9a1+_0x28d07c(0x10d),'{\x22name\x22:\x22'+_0x3b0dde+'\x22,\x22version\x22:\x22'+_0x1d3757+_0x28d07c(0x131));},exports[a18_0x2c4df2(0x10e)]=function(_0x54a694=[]){const _0x29d60d=a18_0x2c4df2,_0x218cdf=[];return Array[_0x29d60d(0xfe)](_0x54a694)&&_0x54a694[_0x29d60d(0xf8)](_0x5ba402=>{const _0x4b0054=_0x29d60d;if(Array[_0x4b0054(0xfe)](_0x5ba402)){const [_0x36c1b7,_0x31da0f=[]]=_0x5ba402;_0x218cdf[_0x4b0054(0xf7)]({'name':_0x36c1b7,'importList':_0x31da0f});}else _0x218cdf['push']({'name':_0x5ba402,'importList':[]});}),_0x218cdf;},exports[a18_0x2c4df2(0x128)]=function(_0x5e0a42,_0xad2659,_0x5c3ec5){const _0x5b86d1=a18_0x2c4df2,_0x2b2c72=JSON['parse'](fs['readFileSync'](_0x5e0a42)[_0x5b86d1(0x11a)]());_0x2b2c72[_0x5b86d1(0xf5)][_0xad2659]=_0x5c3ec5,fs[_0x5b86d1(0x127)](_0x5e0a42,JSON[_0x5b86d1(0x13d)](_0x2b2c72,null,0x2));},exports[a18_0x2c4df2(0x129)]=function(_0x1f9c86,_0x4b40f4){const _0x20da92=a18_0x2c4df2;fs[_0x20da92(0x11b)](_0x1f9c86)[_0x20da92(0xf8)](_0x2c8d43=>{const _0x294ffe=_0x20da92,_0x3e6dd6=_0x1f9c86+'\x5c'+_0x2c8d43,_0x467ac4=_0x4b40f4+'\x5c'+_0x2c8d43;fs['statSync'](_0x3e6dd6)[_0x294ffe(0x10f)]()?(fs[_0x294ffe(0x12d)](_0x467ac4),exports[_0x294ffe(0x129)](_0x3e6dd6,_0x467ac4)):fs[_0x294ffe(0x127)](_0x467ac4,fs['readFileSync'](_0x3e6dd6)[_0x294ffe(0x11a)]());});},exports[a18_0x2c4df2(0x11e)]=function(_0x1a5477=[],_0x526229){_0x1a5477['forEach'](_0x1fe436=>{const _0x569f40=a18_0x295a,_0x5d7502=_0x526229+_0x1fe436[_0x569f40(0xff)];if(fs[_0x569f40(0x104)](_0x5d7502)){let _0x3c9d78=fs[_0x569f40(0x112)](_0x5d7502)[_0x569f40(0x11a)]();_0x1fe436[_0x569f40(0x12a)][_0x569f40(0xf8)](_0x3a2589=>{_0x3c9d78=_0x3c9d78['replace'](_0x3a2589[0x0],_0x3a2589[0x1]);}),fs['writeFileSync'](_0x5d7502,_0x3c9d78);}});};
1
+ function a18_0x4fc9(){const _0x20de8a=['&ref=master','f_scan_jjb_config_json_rules','f_file_copy','statSync','./config','path','isDirectory','readdirSync','.zip','f_pull_git_repository','11870704rABfqO','14JNGsrV','\x22,\x22main\x22:\x20\x22index.js\x22}','includes','push','【Error】:[jjb.config.json.projectType]类型是一个string。','f_create_package_json','1371862SzDMid','【Error】:[jjb.config.json.installResources]配置无效,有效值<common\x20|\x20react-admin-component\x20|\x20vue-unisass-component\x20|\x20jjb-common-decorator\x20|\x20jjb-dva-runtime\x20|\x20jjb-common-lib>。','installResources','2806746lewavO','toString','parse','jjb-common','{\x22name\x22:\x22','readFileSync','length','uniapp','forEach','isArray','2605536BtckiB','writeFileSync','f_scan_jjb_config_json','rmdirSync','node_modules','f_resolve_install_resources','4abewYr','【Error】:[jjb.config.json.installResources]类型是一个Array<string>。','name','micro-spa','jjb-common-lib','【Error】:[jjb.config.json]文件配置无效,需要installTarget属性。','exit','\x5cpackage.json','token','react-admin-component','projectId','3746646iSRYOM','existsSync','mkdirSync','vue-unisass-component','string','unlinkSync','_zip','projectType','replace','15386240UHjIar','installTarget','【Error】:[jjb.config.json]文件解析失败,请确认是否配置正确。','tmpdir','\x5cjjb.config.json','log','488065rqaoDo','src','filter','jjb-common-decorator','【Error】:[jjb.config.json.projectType]配置无效,有效值<multi\x20|\x20spa\x20|\x20micro-spa\x20|\x20uniapp>。','1KRKlcj','jjb-dva-runtime'];a18_0x4fc9=function(){return _0x20de8a;};return a18_0x4fc9();}const a18_0x24862b=a18_0x31a1;function a18_0x31a1(_0x550296,_0x2f863d){const _0x4fc927=a18_0x4fc9();return a18_0x31a1=function(_0x31a17f,_0x6acff){_0x31a17f=_0x31a17f-0xba;let _0x5ea555=_0x4fc927[_0x31a17f];return _0x5ea555;},a18_0x31a1(_0x550296,_0x2f863d);}(function(_0x302d9b,_0x22b6b4){const _0x885692=a18_0x31a1,_0x597a30=_0x302d9b();while(!![]){try{const _0x39b51b=parseInt(_0x885692(0xea))/0x1*(parseInt(_0x885692(0xfd))/0x2)+-parseInt(_0x885692(0xd6))/0x3+-parseInt(_0x885692(0xcb))/0x4*(-parseInt(_0x885692(0xe5))/0x5)+-parseInt(_0x885692(0xbb))/0x6*(-parseInt(_0x885692(0xf7))/0x7)+-parseInt(_0x885692(0xf6))/0x8+parseInt(_0x885692(0xc5))/0x9+parseInt(_0x885692(0xdf))/0xa;if(_0x39b51b===_0x22b6b4)break;else _0x597a30['push'](_0x597a30['shift']());}catch(_0x65d93e){_0x597a30['push'](_0x597a30['shift']());}}}(a18_0x4fc9,0xc6dc6));const fs=require('fs'),os=require('os'),{GIT_HOST,GIT_TEMP_DIR,CLOUD_PROJECT}=require(a18_0x24862b(0xf0));exports['f_rm_rf']=function(_0x490dd8){const _0x1d2e8f=a18_0x24862b;if(fs[_0x1d2e8f(0xd7)](_0x490dd8)){const _0x28f6ec=fs['readdirSync'](_0x490dd8);for(let _0x315ced=0x0;_0x315ced<_0x28f6ec[_0x1d2e8f(0xc1)];_0x315ced++){const _0x431f27=_0x28f6ec[_0x315ced],_0x46c246=_0x490dd8+'/'+_0x431f27;fs[_0x1d2e8f(0xef)](_0x46c246)[_0x1d2e8f(0xf2)]()?(exports['f_rm_rf'](_0x46c246),fs[_0x1d2e8f(0xc8)](_0x46c246)):fs[_0x1d2e8f(0xdb)](_0x46c246);}}},exports[a18_0x24862b(0xf5)]=function(_0xe7e43a=[]){return _0xe7e43a['map'](_0x43a3d=>{const _0x3bc502=a18_0x31a1,_0x4e10fc=CLOUD_PROJECT[_0x43a3d['name']]||undefined,_0x4b5853=os[_0x3bc502(0xe2)]();return{'path':_0x4b5853+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x43a3d[_0x3bc502(0xcd)]+_0x3bc502(0xf4),'compress':_0x4b5853+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x43a3d[_0x3bc502(0xcd)]+_0x3bc502(0xdc),'repository':GIT_HOST+'/api/v4/projects/'+_0x4e10fc[_0x3bc502(0xd5)]+'/repository/archive.zip?private_token='+_0x4e10fc[_0x3bc502(0xd3)]+_0x3bc502(0xec)};});},exports[a18_0x24862b(0xc7)]=function(_0x196453){const _0x16327e=a18_0x24862b;return fs[_0x16327e(0xd7)](_0x196453+_0x16327e(0xe3));},exports[a18_0x24862b(0xed)]=function(_0x3bbc2d){const _0x540488=a18_0x24862b;let _0x2f84ec={};try{_0x2f84ec=JSON[_0x540488(0xbd)](fs[_0x540488(0xc0)](_0x3bbc2d+_0x540488(0xe3))[_0x540488(0xbc)]());}catch(_0x113dad){console['log'](_0x540488(0xe1)),process[_0x540488(0xd1)](0x0);}!(_0x540488(0xdd)in _0x2f84ec)&&(console[_0x540488(0xe4)]('【Error】:[jjb.config.json]文件配置无效,需要projectType属性。'),process['exit'](0x0));!(_0x540488(0xe0)in _0x2f84ec)&&(console[_0x540488(0xe4)](_0x540488(0xd0)),process['exit'](0x0));!(_0x540488(0xba)in _0x2f84ec)&&(console[_0x540488(0xe4)]('【Error】:[jjb.config.json]文件配置无效,需要installResources属性。'),process[_0x540488(0xd1)](0x0));typeof _0x2f84ec[_0x540488(0xdd)]!==_0x540488(0xda)&&(console['log'](_0x540488(0xfb)),process[_0x540488(0xd1)](0x0));!['multi','spa',_0x540488(0xc2),_0x540488(0xce)][_0x540488(0xf9)](_0x2f84ec[_0x540488(0xdd)])&&(console[_0x540488(0xe4)](_0x540488(0xe9)),process[_0x540488(0xd1)](0x0));typeof _0x2f84ec[_0x540488(0xe0)]!=='string'&&(console['log']('【Error】:[jjb.config.json.installTarget]类型是一个string。'),process[_0x540488(0xd1)](0x0));![_0x540488(0xc9),_0x540488(0xe6)][_0x540488(0xf9)](_0x2f84ec[_0x540488(0xe0)])&&(console[_0x540488(0xe4)]('【Error】:[jjb.config.json.node_modules]配置无效,有效值<node_modules\x20|\x20src>。'),process[_0x540488(0xd1)](0x0));!Array[_0x540488(0xc4)](_0x2f84ec[_0x540488(0xba)])&&(console['log'](_0x540488(0xcc)),process[_0x540488(0xd1)](0x0));_0x2f84ec[_0x540488(0xba)]['length']===0x0&&(console[_0x540488(0xe4)]('【Error】:[jjb.config.json.installResources]无资源。'),process[_0x540488(0xd1)](0x0));const _0x47d6ea=exports[_0x540488(0xca)](_0x2f84ec[_0x540488(0xba)]);return _0x47d6ea['map'](_0x29aa5a=>_0x29aa5a[_0x540488(0xcd)])[_0x540488(0xe7)](_0x146382=>![_0x540488(0xbe),_0x540488(0xeb),_0x540488(0xcf),_0x540488(0xe8),_0x540488(0xd4),_0x540488(0xd9)][_0x540488(0xf9)](_0x146382))[_0x540488(0xc1)]!==0x0&&(console['log'](_0x540488(0xfe)),process['exit'](0x0)),_0x2f84ec['installResources']=_0x47d6ea,_0x2f84ec;},exports[a18_0x24862b(0xfc)]=function(_0x53a9ef,_0x391f22,_0x377b36){const _0x205eec=a18_0x24862b;fs[_0x205eec(0xc6)](_0x53a9ef+_0x205eec(0xd2),_0x205eec(0xbf)+_0x391f22+'\x22,\x22version\x22:\x22'+_0x377b36+_0x205eec(0xf8));},exports[a18_0x24862b(0xca)]=function(_0x461bc0=[]){const _0x41438e=a18_0x24862b,_0x51917c=[];return Array['isArray'](_0x461bc0)&&_0x461bc0[_0x41438e(0xc3)](_0x37eea9=>{const _0x5d65e5=_0x41438e;if(Array['isArray'](_0x37eea9)){const [_0x21a4dd,_0x1d994f=[]]=_0x37eea9;_0x51917c[_0x5d65e5(0xfa)]({'name':_0x21a4dd,'importList':_0x1d994f});}else _0x51917c['push']({'name':_0x37eea9,'importList':[]});}),_0x51917c;},exports['f_update_project_package_json']=function(_0x2ec1b0,_0x25522f,_0x59c259){const _0x3049d3=a18_0x24862b,_0xbf2498=JSON[_0x3049d3(0xbd)](fs[_0x3049d3(0xc0)](_0x2ec1b0)[_0x3049d3(0xbc)]());_0xbf2498['dependencies'][_0x25522f]=_0x59c259,fs[_0x3049d3(0xc6)](_0x2ec1b0,JSON['stringify'](_0xbf2498,null,0x2));},exports[a18_0x24862b(0xee)]=function(_0x34c7e3,_0x514fce){const _0x100356=a18_0x24862b;fs[_0x100356(0xf3)](_0x34c7e3)['forEach'](_0x4819cd=>{const _0x382825=_0x100356,_0x358a7d=_0x34c7e3+'\x5c'+_0x4819cd,_0xe4836d=_0x514fce+'\x5c'+_0x4819cd;fs[_0x382825(0xef)](_0x358a7d)['isDirectory']()?(fs[_0x382825(0xd8)](_0xe4836d),exports['f_file_copy'](_0x358a7d,_0xe4836d)):fs[_0x382825(0xc6)](_0xe4836d,fs[_0x382825(0xc0)](_0x358a7d)[_0x382825(0xbc)]());});},exports['f_content_replace']=function(_0x395261=[],_0xb8cc0e){const _0x10c85d=a18_0x24862b;_0x395261[_0x10c85d(0xc3)](_0x23ee11=>{const _0x3e2df5=_0x10c85d,_0x103eaf=_0xb8cc0e+_0x23ee11[_0x3e2df5(0xf1)];if(fs[_0x3e2df5(0xd7)](_0x103eaf)){let _0x41d454=fs[_0x3e2df5(0xc0)](_0x103eaf)[_0x3e2df5(0xbc)]();_0x23ee11[_0x3e2df5(0xde)][_0x3e2df5(0xc3)](_0x393da7=>{_0x41d454=_0x41d454['replace'](_0x393da7[0x0],_0x393da7[0x1]);}),fs[_0x3e2df5(0xc6)](_0x103eaf,_0x41d454);}});};
@@ -1 +1 @@
1
- const a19_0xa043d7=a19_0x16a3;(function(_0x140bef,_0x3768a2){const _0x4f872e=a19_0x16a3,_0x375b40=_0x140bef();while(!![]){try{const _0x540285=parseInt(_0x4f872e(0x114))/0x1*(-parseInt(_0x4f872e(0x112))/0x2)+parseInt(_0x4f872e(0x12c))/0x3*(parseInt(_0x4f872e(0x12f))/0x4)+parseInt(_0x4f872e(0x12b))/0x5+parseInt(_0x4f872e(0x10a))/0x6+parseInt(_0x4f872e(0x12a))/0x7*(-parseInt(_0x4f872e(0x12e))/0x8)+-parseInt(_0x4f872e(0x11a))/0x9*(-parseInt(_0x4f872e(0x11e))/0xa)+parseInt(_0x4f872e(0x11f))/0xb*(-parseInt(_0x4f872e(0x122))/0xc);if(_0x540285===_0x3768a2)break;else _0x375b40['push'](_0x375b40['shift']());}catch(_0x349102){_0x375b40['push'](_0x375b40['shift']());}}}(a19_0x4c91,0x5a694));function a19_0x4c91(){const _0x3068db=['split','file','pathAdr','10vNjMzQ','3399847jHWGLK','toString','DeepScanner','12eQqmvl','path','slice','\x27)\x20}','./project','CreatePaths','routerPath','length','63CLPFyU','1823600mHJLYg','12VetnMN','parse','480416QKRfbw','603944RzKLeL','{\x20path:\x20\x27','exports','1968198HEezYP','concat','forEach','region','resolve','push','from','fileType','13586KGTfSm','./util.js','23WwOdpc','readFileSync','\x27,\x20component:\x20()\x20=>\x20import(\x27','items','writeFileSync','router','714699ZMxaFe'];a19_0x4c91=function(){return _0x3068db;};return a19_0x4c91();}const fs=require('fs'),path=require(a19_0xa043d7(0x123)),utils=require(a19_0xa043d7(0x113));let projectPath='',vesselPath='',commandArr=[];function a19_0x16a3(_0x50e3be,_0x43c961){const _0x4c9146=a19_0x4c91();return a19_0x16a3=function(_0x16a310,_0x4721fb){_0x16a310=_0x16a310-0x108;let _0x4258de=_0x4c9146[_0x16a310];return _0x4258de;},a19_0x16a3(_0x50e3be,_0x43c961);}const fromFileData={},applicationJson={};module[a19_0xa043d7(0x109)]=(_0x37e4ce,_0x13721a)=>{const _0x375fbe=a19_0xa043d7;commandArr=_0x37e4ce[_0x375fbe(0x11b)](':'),projectPath=path['resolve'](_0x375fbe(0x126)),vesselPath=path[_0x375fbe(0x10e)]('./vessel/src');let _0x4f24f3=vesselPath;_0x13721a==='mp'&&(_0x4f24f3=vesselPath+'/application',utils[_0x375fbe(0x127)](vesselPath,['application']));const _0x4883f0=commandArr[0x1],_0x17b6d2=JSON[_0x375fbe(0x12d)](fs[_0x375fbe(0x115)](projectPath+'/'+_0x4883f0+'/setting.json')[_0x375fbe(0x120)]());TileItems(_0x17b6d2[_0x375fbe(0x117)],()=>{const _0x5256aa=_0x375fbe;fromFileData[_0x5256aa(0x119)][_0x5256aa(0x10c)](_0x123ae2=>{const _0x50b3e9=_0x5256aa,_0x18e8cc=_0x123ae2[_0x50b3e9(0x11d)][_0x50b3e9(0x11b)](_0x123ae2[_0x50b3e9(0x10d)]),_0x3a269d=_0x18e8cc[0x1][_0x50b3e9(0x11b)]('/'),_0x594c19=_0x3a269d[0x1];!applicationJson[_0x594c19]&&(applicationJson[_0x594c19]={'routerConfig':[],'routerPath':[]});applicationJson[_0x594c19]['routerConfig'][_0x50b3e9(0x10f)](_0x50b3e9(0x108)+_0x123ae2[_0x50b3e9(0x123)]+_0x50b3e9(0x116)+_0x123ae2[_0x50b3e9(0x11c)]+_0x50b3e9(0x125)),applicationJson[_0x594c19][_0x50b3e9(0x128)]['push'](_0x123ae2['path']);let _0x896438=_0x3a269d['join']('/');const _0x1571d1=_0x896438[_0x50b3e9(0x11b)]('/');utils[_0x50b3e9(0x127)](_0x4f24f3,_0x1571d1[_0x50b3e9(0x124)](0x0,_0x1571d1[_0x50b3e9(0x129)]-0x1))['then'](()=>{const _0x14eede=_0x50b3e9,_0x53101e=fs[_0x14eede(0x115)](_0x123ae2[_0x14eede(0x11d)])[_0x14eede(0x120)]();fs[_0x14eede(0x118)](vesselPath+'/'+_0x896438,_0x53101e);});});});};function TileItems(_0x365f48,_0x253ee0){const _0x59d22c=a19_0xa043d7;_0x365f48[_0x59d22c(0x10c)]((_0x3f82ce,_0x137386)=>{const _0x249236=_0x59d22c,_0x38b131=_0x3f82ce['region'];_0x3f82ce[_0x249236(0x110)][_0x249236(0x10c)]((_0x5780cf,_0x49d5fa)=>{const _0x1afb51=_0x249236,_0x58ba8a=[];utils[_0x1afb51(0x121)](projectPath+'/'+_0x38b131+'/'+_0x5780cf['file'],_0x58ba8a);const _0x392279=_0x58ba8a['map'](_0x421df8=>({'region':_0x38b131,'pathAdr':_0x421df8,..._0x5780cf}));!fromFileData[_0x5780cf[_0x1afb51(0x111)]]?fromFileData[_0x5780cf['fileType']]=_0x392279:fromFileData[_0x5780cf[_0x1afb51(0x111)]]=fromFileData[_0x5780cf[_0x1afb51(0x111)]][_0x1afb51(0x10b)](_0x392279),_0x137386===_0x365f48[_0x1afb51(0x129)]-0x1&&_0x49d5fa===_0x3f82ce[_0x1afb51(0x110)]['length']-0x1&&_0x253ee0();});});}
1
+ const a19_0x504768=a19_0x3a4d;function a19_0x3a4d(_0x4470db,_0x77bac2){const _0x28dedf=a19_0x28de();return a19_0x3a4d=function(_0x3a4de1,_0x3fc107){_0x3a4de1=_0x3a4de1-0xdf;let _0x47c58e=_0x28dedf[_0x3a4de1];return _0x47c58e;},a19_0x3a4d(_0x4470db,_0x77bac2);}(function(_0x356b62,_0x2bef02){const _0x56dbee=a19_0x3a4d,_0x1d6cfa=_0x356b62();while(!![]){try{const _0x31c18f=parseInt(_0x56dbee(0xf0))/0x1*(parseInt(_0x56dbee(0xf1))/0x2)+-parseInt(_0x56dbee(0x103))/0x3*(-parseInt(_0x56dbee(0x101))/0x4)+parseInt(_0x56dbee(0xe6))/0x5*(parseInt(_0x56dbee(0xef))/0x6)+-parseInt(_0x56dbee(0x106))/0x7+-parseInt(_0x56dbee(0xf7))/0x8*(parseInt(_0x56dbee(0xf6))/0x9)+parseInt(_0x56dbee(0xe0))/0xa*(-parseInt(_0x56dbee(0x102))/0xb)+-parseInt(_0x56dbee(0xee))/0xc*(-parseInt(_0x56dbee(0xf3))/0xd);if(_0x31c18f===_0x2bef02)break;else _0x1d6cfa['push'](_0x1d6cfa['shift']());}catch(_0x4b89c2){_0x1d6cfa['push'](_0x1d6cfa['shift']());}}}(a19_0x28de,0x43644));const fs=require('fs'),path=require('path'),utils=require(a19_0x504768(0xe7));let projectPath='',vesselPath='',commandArr=[];const fromFileData={},applicationJson={};module[a19_0x504768(0x107)]=(_0x298e2b,_0x413c6f)=>{const _0xef2a86=a19_0x504768;commandArr=_0x298e2b[_0xef2a86(0xe3)](':'),projectPath=path[_0xef2a86(0xe8)](_0xef2a86(0xec)),vesselPath=path[_0xef2a86(0xe8)]('./vessel/src');let _0x2b9776=vesselPath;_0x413c6f==='mp'&&(_0x2b9776=vesselPath+_0xef2a86(0xfb),utils[_0xef2a86(0xf5)](vesselPath,['application']));const _0x2be6d7=commandArr[0x1],_0x431bb3=JSON[_0xef2a86(0xe9)](fs['readFileSync'](projectPath+'/'+_0x2be6d7+_0xef2a86(0xf9))[_0xef2a86(0xff)]());TileItems(_0x431bb3[_0xef2a86(0xe2)],()=>{const _0x4323c1=_0xef2a86;fromFileData[_0x4323c1(0x104)][_0x4323c1(0xe1)](_0x91a91e=>{const _0x3af0f6=_0x4323c1,_0xbd6a16=_0x91a91e[_0x3af0f6(0x100)][_0x3af0f6(0xe3)](_0x91a91e['region']),_0x15e160=_0xbd6a16[0x1]['split']('/'),_0x56e80d=_0x15e160[0x1];!applicationJson[_0x56e80d]&&(applicationJson[_0x56e80d]={'routerConfig':[],'routerPath':[]});applicationJson[_0x56e80d][_0x3af0f6(0xeb)][_0x3af0f6(0xfc)](_0x3af0f6(0xea)+_0x91a91e['path']+_0x3af0f6(0xdf)+_0x91a91e[_0x3af0f6(0xe5)]+_0x3af0f6(0xfe)),applicationJson[_0x56e80d]['routerPath'][_0x3af0f6(0xfc)](_0x91a91e[_0x3af0f6(0xfa)]);let _0x2ead21=_0x15e160['join']('/');const _0x46fecb=_0x2ead21['split']('/');utils[_0x3af0f6(0xf5)](_0x2b9776,_0x46fecb['slice'](0x0,_0x46fecb['length']-0x1))[_0x3af0f6(0xf8)](()=>{const _0x3c6303=_0x3af0f6,_0x2445ad=fs[_0x3c6303(0x105)](_0x91a91e[_0x3c6303(0x100)])[_0x3c6303(0xff)]();fs[_0x3c6303(0xf4)](vesselPath+'/'+_0x2ead21,_0x2445ad);});});});};function TileItems(_0x17f86d,_0x34080e){const _0x13f5ad=a19_0x504768;_0x17f86d[_0x13f5ad(0xe1)]((_0x4b01d7,_0x488db9)=>{const _0x2007c2=_0x13f5ad,_0x2651c2=_0x4b01d7[_0x2007c2(0xfd)];_0x4b01d7['from'][_0x2007c2(0xe1)]((_0x1285e2,_0x506275)=>{const _0x242b03=_0x2007c2,_0x457553=[];utils['DeepScanner'](projectPath+'/'+_0x2651c2+'/'+_0x1285e2[_0x242b03(0xe5)],_0x457553);const _0xbe61b7=_0x457553[_0x242b03(0xf2)](_0x7c79a3=>({'region':_0x2651c2,'pathAdr':_0x7c79a3,..._0x1285e2}));!fromFileData[_0x1285e2[_0x242b03(0xe4)]]?fromFileData[_0x1285e2['fileType']]=_0xbe61b7:fromFileData[_0x1285e2['fileType']]=fromFileData[_0x1285e2[_0x242b03(0xe4)]]['concat'](_0xbe61b7),_0x488db9===_0x17f86d[_0x242b03(0xed)]-0x1&&_0x506275===_0x4b01d7['from'][_0x242b03(0xed)]-0x1&&_0x34080e();});});}function a19_0x28de(){const _0x4e9219=['items','split','fileType','file','235EuSTjr','./util.js','resolve','parse','{\x20path:\x20\x27','routerConfig','./project','length','7170060XHFXKc','13650KEEbKg','31133qmebuz','16KYYuue','map','13pIpcBU','writeFileSync','CreatePaths','3971556udeCXs','8THVHxk','then','/setting.json','path','/application','push','region','\x27)\x20}','toString','pathAdr','12652wxUFfs','3239786lZSsFJ','177timNRo','router','readFileSync','897855eeiPFU','exports','\x27,\x20component:\x20()\x20=>\x20import(\x27','10IivsSc','forEach'];a19_0x28de=function(){return _0x4e9219;};return a19_0x28de();}
@@ -1 +1 @@
1
- 'use strict';function a20_0x4fe1(_0x5f09bd,_0x4d8656){const _0x2e1e38=a20_0x2e1e();return a20_0x4fe1=function(_0x4fe14e,_0x654bd6){_0x4fe14e=_0x4fe14e-0x72;let _0x269707=_0x2e1e38[_0x4fe14e];return _0x269707;},a20_0x4fe1(_0x5f09bd,_0x4d8656);}const a20_0x16423c=a20_0x4fe1;(function(_0x77d41c,_0x1f5f6b){const _0x1047f2=a20_0x4fe1,_0x16ed67=_0x77d41c();while(!![]){try{const _0x848ae8=parseInt(_0x1047f2(0x87))/0x1+parseInt(_0x1047f2(0x98))/0x2*(parseInt(_0x1047f2(0x9a))/0x3)+-parseInt(_0x1047f2(0x92))/0x4+-parseInt(_0x1047f2(0x72))/0x5*(parseInt(_0x1047f2(0x81))/0x6)+parseInt(_0x1047f2(0x8f))/0x7+parseInt(_0x1047f2(0x7d))/0x8*(-parseInt(_0x1047f2(0x75))/0x9)+parseInt(_0x1047f2(0x77))/0xa*(-parseInt(_0x1047f2(0xa8))/0xb);if(_0x848ae8===_0x1f5f6b)break;else _0x16ed67['push'](_0x16ed67['shift']());}catch(_0x464606){_0x16ed67['push'](_0x16ed67['shift']());}}}(a20_0x2e1e,0x6051f));function a20_0x2e1e(){const _0x172ce4=['readdirSync','common\x5ctools\x5cindex.js','resolve','return\x20process.env;','toString','application','forEach','3631852xduGtk','DeleteDirAllFile','existsSync','1189756XTFmEb','rmdirSync','exists','common\x5cwebsite\x5cindex.js','\x5ccli.dva.router.spa.txt','error','246AzdpVI','-文件下载完毕','17673AfDbuI','\x5ccommon\x5cdva\x5cautomatic\x5cregister.js','writeFileSync','./util','unlinkSync','\x5ccli.dva.register.spa.txt','localName','readFileSync','exports','request','jjbAssembly','/repository/archive.zip?private_token=','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','mkdirSync','1530947rBPUEl','zip','common\x5cdva\x5cautomatic\x5cindex.js','statSync','.zip','2315265WNvdDe','\x5csrc','pipe','3219489MEaZMA','token','10Oqedln','createWriteStream','http://192.168.1.242:10985','【Error】:\x20未获取到项目\x20','replace','path','16pXBByu','/api/v4/projects/','common\x5cdva\x5cautomatic\x5c','-master-','6mZjgXY','FT3pKzxpRynFkmddJ9Bs','&ref=master','common\x5cdva\x5cautomatic','uncompress','log','766209wZRgYf'];a20_0x2e1e=function(){return _0x172ce4;};return a20_0x2e1e();}const fs=require('fs'),os=require('os'),path=require(a20_0x16423c(0x7c)),utils=require(a20_0x16423c(0x9d)),request=require(a20_0x16423c(0xa3)),compressing=require('compressing'),GIT_TEMP_DIR=a20_0x16423c(0xa4),GIT_HOST=a20_0x16423c(0x79),CLOUD_PROJECT={'common':{'token':'G4HJRsHr9D7Ssmixegw2','projectId':0x117,'localName':'common'},'react-admin-component':{'token':a20_0x16423c(0x82),'projectId':0x154,'localName':'components'}};module[a20_0x16423c(0xa2)]=_0x31b8a9=>{const _0x3201a7=a20_0x16423c,_0x460c4d=_0x31b8a9,_0x3c328d=path[_0x3201a7(0x8a)]('./');try{if(fs[_0x3201a7(0xab)](_0x3c328d+_0x3201a7(0x73))){const _0x29ddc4=_0x3c328d+_0x3201a7(0x73),_0x37bee0=CLOUD_PROJECT[_0x460c4d]||undefined;if(_0x37bee0){const _0x50a740=os['tmpdir'](),_0xa6b7ca=_0x50a740+('/'+GIT_TEMP_DIR+'/'+_0x460c4d+_0x3201a7(0xac)),_0x5414af=_0x50a740+'/'+GIT_TEMP_DIR+'/unzip/';utils[_0x3201a7(0x90)](_0x50a740+'/'+GIT_TEMP_DIR,()=>{const _0x17155a=_0x3201a7;fs['mkdirSync'](_0x50a740+'/'+GIT_TEMP_DIR);let _0x36a0b8=fs[_0x17155a(0x78)](_0xa6b7ca);request(GIT_HOST+_0x17155a(0x7e)+_0x37bee0['projectId']+_0x17155a(0xa5)+_0x37bee0[_0x17155a(0x76)]+_0x17155a(0x83))[_0x17155a(0x74)](_0x36a0b8)['on']('close',()=>{const _0x291894=_0x17155a;fs[_0x291894(0xa7)](_0x5414af),compressing[_0x291894(0xa9)][_0x291894(0x85)](_0xa6b7ca,_0x5414af)['then'](()=>{setTimeout(()=>{const _0x1584e2=a20_0x4fe1,_0x12dec6=fs[_0x1584e2(0x88)](_0x5414af);_0x12dec6[_0x1584e2(0x8e)](_0x39cdad=>{const _0x151711=_0x1584e2;if(_0x39cdad['indexOf'](_0x151711(0x80))!==-0x1){const _0x1c0386=_0x29ddc4+'\x5c'+_0x37bee0[_0x151711(0xa0)];utils[_0x151711(0x90)](_0x1c0386,()=>{const _0x14b50d=_0x151711;fs[_0x14b50d(0xa7)](_0x1c0386),utils['CopyFolder'](_0x5414af+_0x39cdad,_0x1c0386),setTimeout(()=>{const _0x4a77e1=_0x14b50d,_0x4127fa=fs[_0x4a77e1(0x91)](_0x29ddc4+'\x5c'+_0x4a77e1(0x8d));if(!_0x4127fa){const _0x177147=_0x29ddc4+'\x5c'+_0x4a77e1(0x89),_0x2f85c1=_0x29ddc4+'\x5c'+_0x4a77e1(0x95);let _0x2ef3f9=fs[_0x4a77e1(0xa1)](_0x177147)[_0x4a77e1(0x8c)](),_0x436411=fs[_0x4a77e1(0xa1)](_0x2f85c1)[_0x4a77e1(0x8c)]();_0x2ef3f9=_0x2ef3f9[_0x4a77e1(0x7b)]('return\x20__planA();',_0x4a77e1(0x8b)),_0x436411=_0x436411[_0x4a77e1(0x7b)](/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,_0x4a77e1(0xa6)),fs[_0x4a77e1(0x9c)](_0x177147,_0x2ef3f9),fs[_0x4a77e1(0x9c)](_0x2f85c1,_0x436411),fs[_0x4a77e1(0x9c)](_0x29ddc4+'\x5ccommon\x5cdva\x5cautomatic\x5crouter.js',fs[_0x4a77e1(0xa1)](__dirname+_0x4a77e1(0x96))['toString']()),fs[_0x4a77e1(0x9c)](_0x29ddc4+_0x4a77e1(0x9b),fs[_0x4a77e1(0xa1)](__dirname+_0x4a77e1(0x9f))['toString']());}else fs[_0x4a77e1(0x94)](_0x29ddc4+'\x5c'+_0x4a77e1(0xaa),_0x3bf2b5=>{const _0x547315=_0x4a77e1;_0x3bf2b5&&(fs[_0x547315(0x88)](_0x29ddc4+'\x5c'+_0x547315(0x84))[_0x547315(0x8e)](_0xd3a3df=>{const _0x5a424f=_0x547315;fs[_0x5a424f(0x9e)](_0x29ddc4+'\x5c'+_0x5a424f(0x7f)+_0xd3a3df);}),fs[_0x547315(0x93)](_0x29ddc4+'\x5c'+_0x547315(0x84)));});},0x3e8);});}}),console[_0x1584e2(0x86)](_0x460c4d+_0x1584e2(0x99));},0x7d0);});});});}else console['error'](_0x3201a7(0x7a)+_0x460c4d);}}catch(_0x9b814e){console[_0x3201a7(0x97)]('【Error】:\x20当前目录不存在src子目录,无法完成pull操作。');}};
1
+ 'use strict';function a20_0x384e(){const _0x4e0069=['statSync','602374RGPJQr','2778918oobQHm','readFileSync','【Error】:\x20未获取到项目\x20','tmpdir','return\x20__planA();','104VywpbN','mkdirSync','error','readdirSync','-master-','common\x5cdva\x5cautomatic\x5cindex.js','\x5csrc','writeFileSync','http://192.168.1.242:10985','localName','pipe','common\x5cwebsite\x5cindex.js','/repository/archive.zip?private_token=','common\x5ctools\x5cindex.js','DeleteDirAllFile','\x5ccli.dva.router.spa.txt','existsSync','/api/v4/projects/','uncompress','replace','zip','&ref=master','indexOf','compressing','common\x5cdva\x5cautomatic\x5c','resolve','then','projectId','request','return\x20process.env;','\x5ccli.dva.register.spa.txt','4584872xsxPjt','【Error】:\x20当前目录不存在src子目录,无法完成pull操作。','rmdirSync','2652105celwBQ','common','-文件下载完毕','1106982fDgjvX','exports','exists','token','\x5ccommon\x5cdva\x5cautomatic\x5crouter.js','5517029EIqAsY','jjbAssembly','common\x5cdva\x5cautomatic','2WTqAru','\x5ccommon\x5cdva\x5cautomatic\x5cregister.js','createWriteStream','649325XoFJpI','toString','forEach','application'];a20_0x384e=function(){return _0x4e0069;};return a20_0x384e();}const a20_0x1ce757=a20_0x4511;(function(_0xc29715,_0x463ec){const _0x123165=a20_0x4511,_0xef5941=_0xc29715();while(!![]){try{const _0x521213=-parseInt(_0x123165(0x1cc))/0x1*(-parseInt(_0x123165(0x1d4))/0x2)+parseInt(_0x123165(0x1c1))/0x3+parseInt(_0x123165(0x1be))/0x4+-parseInt(_0x123165(0x1cf))/0x5+parseInt(_0x123165(0x1d5))/0x6+-parseInt(_0x123165(0x1c9))/0x7+-parseInt(_0x123165(0x1da))/0x8*(parseInt(_0x123165(0x1c4))/0x9);if(_0x521213===_0x463ec)break;else _0xef5941['push'](_0xef5941['shift']());}catch(_0x55c18d){_0xef5941['push'](_0xef5941['shift']());}}}(a20_0x384e,0x8d4ea));const fs=require('fs'),os=require('os'),path=require('path'),utils=require('./util'),request=require(a20_0x1ce757(0x1bb)),compressing=require(a20_0x1ce757(0x1b6)),GIT_TEMP_DIR=a20_0x1ce757(0x1ca),GIT_HOST=a20_0x1ce757(0x1e2),CLOUD_PROJECT={'common':{'token':'G4HJRsHr9D7Ssmixegw2','projectId':0x117,'localName':a20_0x1ce757(0x1c2)},'react-admin-component':{'token':'FT3pKzxpRynFkmddJ9Bs','projectId':0x154,'localName':'components'}};function a20_0x4511(_0x458928,_0x1a6ad0){const _0x384ef3=a20_0x384e();return a20_0x4511=function(_0x451182,_0x3f8b1b){_0x451182=_0x451182-0x1af;let _0x414b82=_0x384ef3[_0x451182];return _0x414b82;},a20_0x4511(_0x458928,_0x1a6ad0);}module[a20_0x1ce757(0x1c5)]=_0x418b86=>{const _0x5b031e=a20_0x1ce757,_0x495867=_0x418b86,_0x4a377a=path[_0x5b031e(0x1b8)]('./');try{if(fs[_0x5b031e(0x1d3)](_0x4a377a+'\x5csrc')){const _0x2a249a=_0x4a377a+_0x5b031e(0x1e0),_0x3c409b=CLOUD_PROJECT[_0x495867]||undefined;if(_0x3c409b){const _0x229548=os[_0x5b031e(0x1d8)](),_0x4f0d20=_0x229548+('/'+GIT_TEMP_DIR+'/'+_0x495867+'.zip'),_0x4bdf68=_0x229548+'/'+GIT_TEMP_DIR+'/unzip/';utils[_0x5b031e(0x1e8)](_0x229548+'/'+GIT_TEMP_DIR,()=>{const _0x11a9e2=_0x5b031e;fs[_0x11a9e2(0x1db)](_0x229548+'/'+GIT_TEMP_DIR);let _0xcbe5ab=fs[_0x11a9e2(0x1ce)](_0x4f0d20);request(GIT_HOST+_0x11a9e2(0x1b0)+_0x3c409b[_0x11a9e2(0x1ba)]+_0x11a9e2(0x1e6)+_0x3c409b[_0x11a9e2(0x1c7)]+_0x11a9e2(0x1b4))[_0x11a9e2(0x1e4)](_0xcbe5ab)['on']('close',()=>{const _0x3e499d=_0x11a9e2;fs[_0x3e499d(0x1db)](_0x4bdf68),compressing[_0x3e499d(0x1b3)][_0x3e499d(0x1b1)](_0x4f0d20,_0x4bdf68)[_0x3e499d(0x1b9)](()=>{setTimeout(()=>{const _0x19903a=a20_0x4511,_0x45916e=fs[_0x19903a(0x1dd)](_0x4bdf68);_0x45916e['forEach'](_0x3735b0=>{const _0xff0b08=_0x19903a;if(_0x3735b0[_0xff0b08(0x1b5)](_0xff0b08(0x1de))!==-0x1){const _0x55717c=_0x2a249a+'\x5c'+_0x3c409b[_0xff0b08(0x1e3)];utils['DeleteDirAllFile'](_0x55717c,()=>{fs['mkdirSync'](_0x55717c),utils['CopyFolder'](_0x4bdf68+_0x3735b0,_0x55717c),setTimeout(()=>{const _0x573a1d=a20_0x4511,_0x4e5333=fs[_0x573a1d(0x1af)](_0x2a249a+'\x5c'+_0x573a1d(0x1d2));if(!_0x4e5333){const _0x4deefb=_0x2a249a+'\x5c'+_0x573a1d(0x1e7),_0x5bd8bf=_0x2a249a+'\x5c'+_0x573a1d(0x1e5);let _0x10398d=fs[_0x573a1d(0x1d6)](_0x4deefb)['toString'](),_0xc01354=fs[_0x573a1d(0x1d6)](_0x5bd8bf)[_0x573a1d(0x1d0)]();_0x10398d=_0x10398d[_0x573a1d(0x1b2)](_0x573a1d(0x1d9),_0x573a1d(0x1bc)),_0xc01354=_0xc01354['replace'](/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,'const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;'),fs[_0x573a1d(0x1e1)](_0x4deefb,_0x10398d),fs['writeFileSync'](_0x5bd8bf,_0xc01354),fs['writeFileSync'](_0x2a249a+_0x573a1d(0x1c8),fs['readFileSync'](__dirname+_0x573a1d(0x1e9))[_0x573a1d(0x1d0)]()),fs[_0x573a1d(0x1e1)](_0x2a249a+_0x573a1d(0x1cd),fs['readFileSync'](__dirname+_0x573a1d(0x1bd))[_0x573a1d(0x1d0)]());}else fs[_0x573a1d(0x1c6)](_0x2a249a+'\x5c'+_0x573a1d(0x1df),_0x178f50=>{const _0x4f55aa=_0x573a1d;_0x178f50&&(fs[_0x4f55aa(0x1dd)](_0x2a249a+'\x5c'+_0x4f55aa(0x1cb))[_0x4f55aa(0x1d1)](_0x5b8378=>{const _0xb0eb34=_0x4f55aa;fs['unlinkSync'](_0x2a249a+'\x5c'+_0xb0eb34(0x1b7)+_0x5b8378);}),fs[_0x4f55aa(0x1c0)](_0x2a249a+'\x5c'+_0x4f55aa(0x1cb)));});},0x3e8);});}}),console['log'](_0x495867+_0x19903a(0x1c3));},0x7d0);});});});}else console[_0x5b031e(0x1dc)](_0x5b031e(0x1d7)+_0x495867);}}catch(_0xea436e){console[_0x5b031e(0x1dc)](_0x5b031e(0x1bf));}};
@@ -1 +1 @@
1
- 'use strict';function a21_0x39c6(_0x131c02,_0x1f5198){const _0xe621aa=a21_0xe621();return a21_0x39c6=function(_0x39c687,_0x3eaafa){_0x39c687=_0x39c687-0xc2;let _0x4cc671=_0xe621aa[_0x39c687];return _0x4cc671;},a21_0x39c6(_0x131c02,_0x1f5198);}const a21_0x154da9=a21_0x39c6;(function(_0x74cccf,_0x13bb89){const _0x33a4d0=a21_0x39c6,_0x57d35f=_0x74cccf();while(!![]){try{const _0x303a82=-parseInt(_0x33a4d0(0xe6))/0x1+parseInt(_0x33a4d0(0xee))/0x2+parseInt(_0x33a4d0(0x115))/0x3*(parseInt(_0x33a4d0(0x101))/0x4)+parseInt(_0x33a4d0(0x118))/0x5+-parseInt(_0x33a4d0(0xd3))/0x6+-parseInt(_0x33a4d0(0xe8))/0x7*(parseInt(_0x33a4d0(0x10f))/0x8)+parseInt(_0x33a4d0(0x103))/0x9;if(_0x303a82===_0x13bb89)break;else _0x57d35f['push'](_0x57d35f['shift']());}catch(_0x225310){_0x57d35f['push'](_0x57d35f['shift']());}}}(a21_0xe621,0x2c2d5));const fs=require('fs'),os=require('os'),path=require('path'),utils=require(a21_0x154da9(0x11b)),request=require(a21_0x154da9(0xc6)),compressing=require(a21_0x154da9(0xdf)),GIT_HOST=a21_0x154da9(0xce),GIT_TEMP_DIR='jjbAssembly',CLOUD_PROJECT={'common':{'token':'G4HJRsHr9D7Ssmixegw2','projectId':0x117,'localName':a21_0x154da9(0x104)},'react-admin-component':{'token':a21_0x154da9(0xe5),'projectId':0x154,'localName':a21_0x154da9(0xc7)}},COMMON_CONTENT_NOR_REPLACE=[{'path':'\x5ctools\x5cindex.js','replace':[[a21_0x154da9(0xc7),a21_0x154da9(0xf4)]]},{'path':a21_0x154da9(0x107),'replace':[[/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,a21_0x154da9(0xf0)],[a21_0x154da9(0xc7),a21_0x154da9(0xf4)]]}],COMMON_CONTENT_SPA_REPLACE=[{'path':'\x5ctools\x5cindex.js','replace':[[a21_0x154da9(0x110),'return\x20process.env;']]}],COMMON_CONTENT_MICRO_REPLACE=[{'path':a21_0x154da9(0xec),'replace':[[a21_0x154da9(0x110),a21_0x154da9(0xf2)]]}],COMPONENTS_CONTENT_REPLACE=[{'path':a21_0x154da9(0xe1),'replace':[[a21_0x154da9(0x102),a21_0x154da9(0xe2)],[a21_0x154da9(0x10a),a21_0x154da9(0xd9)],[a21_0x154da9(0x11d),a21_0x154da9(0x106)]]},{'path':a21_0x154da9(0x119),'replace':[[a21_0x154da9(0xd0),a21_0x154da9(0xe7)]]},{'path':a21_0x154da9(0xf7),'replace':[[a21_0x154da9(0x11d),a21_0x154da9(0x106)]]},{'path':'\x5cFileUploader\x5cindex.js','replace':[[a21_0x154da9(0x102),a21_0x154da9(0xe2)],[a21_0x154da9(0x11d),a21_0x154da9(0x106)]]},{'path':a21_0x154da9(0xfd),'replace':[[a21_0x154da9(0x102),a21_0x154da9(0xe2)],['common/tools',a21_0x154da9(0x106)]]},{'path':a21_0x154da9(0xd7),'replace':[['common/http',a21_0x154da9(0xe2)],['common/tools',a21_0x154da9(0x106)]]},{'path':'\x5cPageHeaderBar\x5cindex.js','replace':[['common/color',a21_0x154da9(0xe7)]]},{'path':a21_0x154da9(0xea),'replace':[[a21_0x154da9(0x11d),a21_0x154da9(0x106)]]},{'path':'\x5cRouterContainer\x5ccomponents\x5cNavigationTab\x5cindex.js','replace':[[a21_0x154da9(0xdb),a21_0x154da9(0xf6)],[a21_0x154da9(0x11d),'jjb-common/tools']]}];function a21_0xe621(){const _0x3b98e8=['\x5cRejectText\x5cindex.js','uncompress','./util','.zip','common/tools','indexOf','readFileSync','\x22,\x22version\x22:\x22','stringify','readdirSync','exports','resolve','request','components','replace','zip','\x5ccli.dva.register.saas.txt','mkdirSync','localName','\x5ccli.dva.router.saas.txt','http://192.168.1.242:10985','-master-','common/color','/repository/archive.zip?private_token=','【Error】:\x20未获取到项目\x20','745614VqrTKW','CopyFolder','\x5csrc','【已安装】:','\x5cImageUploader\x5cindex.js','pipe','jjb-common/crypto','dependencies','common/website','template_','\x5cdva\x5cautomatic\x5crouter.js','unlinkSync','compressing','jjb-','\x5cEditor\x5cindex.js','jjb-common/http','/unzip/','\x5cpackage.json','FT3pKzxpRynFkmddJ9Bs','234318VkvuTv','jjb-common/color','3983ErwRgV','close','\x5cRouterContainer\x5cindex.js','1.0.0','\x5ctools\x5cindex.js','statSync','326304zMaHWv','DeleteDirAllFile','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','path','return\x20process.env.app;','micro-spa','jjb-react-admin-component','parse','jjb-common/website','\x5cRouterMenu\x5cindex.js','tmpdir','createWriteStream','/api/v4/projects/','\x5cdva\x5cautomatic\x5cregister.js','\x22,\x22main\x22:\x20\x22index.js\x22}','\x5cImageCropper\x5cindex.js','\x5ccli.dva.register.spa.txt','length','{\x22name\x22:\x22','1389012HRyLyJ','common/http','1445238NjvAnp','common','\x5capplication','jjb-common/tools','\x5cwebsite\x5cindex.js','rmdirSync','spa','common/crypto','\x5c.idea','【Error】:\x20当前目录不存在src子目录,无法完成pull操作。','toString','\x5cdva\x5cautomatic','3632bLbZnI','return\x20__planA();','\x5cnode_modules\x5cjjb-','existsSync','writeFileSync','forEach','3tmTqyz','substr','react-admin-component','634375LFcqYX'];a21_0xe621=function(){return _0x3b98e8;};return a21_0xe621();}function uid(){const _0x51e93=a21_0x154da9;return Math['random']()[_0x51e93(0x10d)]()[_0x51e93(0x116)](0x2);}module[a21_0x154da9(0xc4)]=_0xb65ae5=>{const _0x52774b=a21_0x154da9,_0x4e87d2=path[_0x52774b(0xc5)]('./'),_0x10be9b=_0x52774b(0xe0)+_0xb65ae5,_0x402b72=_0x52774b(0xeb),_0x1bd4e5=_0x4e87d2+_0x52774b(0xd5),_0x8c9b1d=_0x52774b(0xdc)+uid(),_0x5226a9=__dirname+'\x5c'+_0x8c9b1d,_0x58fe59=_0x4e87d2+_0x52774b(0xe4),_0x1fa248=_0x4e87d2+_0x52774b(0x111)+_0xb65ae5;try{if(fs['existsSync'](_0x1bd4e5)){const _0x585a0a=CLOUD_PROJECT[_0xb65ae5]||undefined;if(_0x585a0a){const _0x4b73c9=os[_0x52774b(0xf8)](),_0x460370=_0x4b73c9+'/'+GIT_TEMP_DIR+'/'+_0xb65ae5+_0x52774b(0x11c),_0x5f1dcc=_0x4b73c9+'/'+GIT_TEMP_DIR+_0x52774b(0xe3);utils[_0x52774b(0xef)](_0x4b73c9+'/'+GIT_TEMP_DIR,()=>{const _0x26f440=_0x52774b;fs[_0x26f440(0xcb)](_0x4b73c9+'/'+GIT_TEMP_DIR);const _0x54d687=fs[_0x26f440(0xf9)](_0x460370);request(GIT_HOST+_0x26f440(0xfa)+_0x585a0a['projectId']+_0x26f440(0xd1)+_0x585a0a['token']+'&ref=master')[_0x26f440(0xd8)](_0x54d687)['on'](_0x26f440(0xe9),()=>{const _0x15638d=_0x26f440;fs[_0x15638d(0xcb)](_0x5f1dcc),compressing[_0x15638d(0xc9)][_0x15638d(0x11a)](_0x460370,_0x5f1dcc)['then'](()=>{setTimeout(()=>{const _0x2915d5=a21_0x39c6;fs[_0x2915d5(0xc3)](_0x5f1dcc)[_0x2915d5(0x114)](_0x4f18cb=>{const _0x37e0c4=_0x2915d5;_0x4f18cb[_0x37e0c4(0x11e)](_0x37e0c4(0xcf))!==-0x1&&utils['DeleteDirAllFile'](_0x1bd4e5+'\x5c'+_0x585a0a[_0x37e0c4(0xcc)],()=>{const _0x216c32=_0x37e0c4;fs['mkdirSync'](_0x5226a9),utils[_0x216c32(0xd4)](_0x5f1dcc+_0x4f18cb,_0x5226a9),setTimeout(()=>{const _0x21315b=_0x216c32;if(_0xb65ae5===_0x21315b(0x104)){const _0x10f976=fs[_0x21315b(0x112)](_0x1bd4e5+_0x21315b(0x105));if(_0x10f976)rm_rf(_0x5226a9+_0x21315b(0x10e)),fs[_0x21315b(0x108)](_0x5226a9+_0x21315b(0x10e));else{if(get_project_type(_0x58fe59)===_0x21315b(0x109))content_replace(COMMON_CONTENT_SPA_REPLACE,_0x5226a9),fs[_0x21315b(0x113)](_0x5226a9+'\x5cdva\x5cautomatic\x5crouter.js',fs['readFileSync'](__dirname+'\x5ccli.dva.router.spa.txt')[_0x21315b(0x10d)]()),fs[_0x21315b(0x113)](_0x5226a9+'\x5cdva\x5cautomatic\x5cregister.js',fs[_0x21315b(0x11f)](__dirname+_0x21315b(0xfe))[_0x21315b(0x10d)]());else get_project_type(_0x58fe59)===_0x21315b(0xf3)&&(content_replace(COMMON_CONTENT_MICRO_REPLACE,_0x5226a9),fs['writeFileSync'](_0x5226a9+_0x21315b(0xdd),fs[_0x21315b(0x11f)](__dirname+_0x21315b(0xcd))[_0x21315b(0x10d)]()),fs[_0x21315b(0x113)](_0x5226a9+_0x21315b(0xfb),fs[_0x21315b(0x11f)](__dirname+_0x21315b(0xca))['toString']()));}content_replace(COMMON_CONTENT_NOR_REPLACE,_0x5226a9);}_0xb65ae5===_0x21315b(0x117)&&content_replace(COMPONENTS_CONTENT_REPLACE,_0x5226a9),rm_rf(_0x5226a9+_0x21315b(0x10b)),fs[_0x21315b(0x112)](_0x5226a9+_0x21315b(0x10b))&&fs[_0x21315b(0x108)](_0x5226a9+'\x5c.idea'),fs['existsSync'](_0x5226a9+'\x5c.gitignore')&&fs['unlinkSync'](_0x5226a9+'\x5c.gitignore'),!fs['existsSync'](_0x1fa248)?fs['mkdirSync'](_0x1fa248):rm_rf(_0x1fa248),utils[_0x21315b(0xd4)](_0x5226a9,_0x1fa248,()=>{const _0x4a8d4f=_0x21315b;rm_rf(_0x5226a9),fs[_0x4a8d4f(0x108)](_0x5226a9),create_package_json(_0x1fa248,_0x10be9b,_0x402b72),update_project_package_json(_0x58fe59,_0x10be9b,_0x402b72),console['log'](_0x4a8d4f(0xd6)+_0x10be9b+'\x20v'+_0x402b72);});},0x3e8);});});},0x7d0);});});});}else console['error'](_0x52774b(0xd2)+_0xb65ae5);}}catch(_0x59b0de){console['error'](_0x52774b(0x10c));}};function rm_rf(_0xd66b4){const _0x3cd06a=a21_0x154da9;if(fs[_0x3cd06a(0x112)](_0xd66b4)){const _0x54697b=fs['readdirSync'](_0xd66b4);for(let _0x22f1ad=0x0;_0x22f1ad<_0x54697b[_0x3cd06a(0xff)];_0x22f1ad++){const _0x572a10=_0x54697b[_0x22f1ad],_0x11d492=_0xd66b4+'/'+_0x572a10;fs[_0x3cd06a(0xed)](_0x11d492)['isDirectory']()?(rm_rf(_0x11d492),fs[_0x3cd06a(0x108)](_0x11d492)):fs[_0x3cd06a(0xde)](_0x11d492);}}}function create_package_json(_0x12dae5,_0x4ab508,_0x5566bf){const _0x2c9931=a21_0x154da9;fs['writeFileSync'](_0x12dae5+_0x2c9931(0xe4),_0x2c9931(0x100)+_0x4ab508+_0x2c9931(0x120)+_0x5566bf+_0x2c9931(0xfc));}function get_project_type(_0x28eb7d){const _0x1d4657=a21_0x154da9,_0x49702b=JSON[_0x1d4657(0xf5)](fs[_0x1d4657(0x11f)](_0x28eb7d)['toString']());return _0x49702b['projectType'];}function update_project_package_json(_0x52bb2d,_0x1ae24b,_0x12fe5f){const _0x4fc6ba=a21_0x154da9,_0x15a1e8=JSON[_0x4fc6ba(0xf5)](fs[_0x4fc6ba(0x11f)](_0x52bb2d)[_0x4fc6ba(0x10d)]());_0x15a1e8[_0x4fc6ba(0xda)][_0x1ae24b]=_0x12fe5f,fs['writeFileSync'](_0x52bb2d,JSON[_0x4fc6ba(0xc2)](_0x15a1e8,null,0x2));}function content_replace(_0x24e0aa=[],_0x3d8b70){const _0x10b9f4=a21_0x154da9;_0x24e0aa[_0x10b9f4(0x114)](_0x28d2ea=>{const _0x4167e1=_0x10b9f4,_0x5c3e0d=_0x3d8b70+_0x28d2ea[_0x4167e1(0xf1)];if(fs['existsSync'](_0x5c3e0d)){let _0xc3ffa4=fs['readFileSync'](_0x5c3e0d)['toString']();_0x28d2ea[_0x4167e1(0xc8)][_0x4167e1(0x114)](_0xe9f049=>{const _0x37daa8=_0x4167e1;_0xc3ffa4=_0xc3ffa4[_0x37daa8(0xc8)](_0xe9f049[0x0],_0xe9f049[0x1]);}),fs[_0x4167e1(0x113)](_0x5c3e0d,_0xc3ffa4);}});}
1
+ 'use strict';const a21_0x598ea1=a21_0x419c;(function(_0x1afab8,_0x32c8e8){const _0x5e98c7=a21_0x419c,_0x488267=_0x1afab8();while(!![]){try{const _0x3c04f2=parseInt(_0x5e98c7(0xce))/0x1+-parseInt(_0x5e98c7(0xb0))/0x2+-parseInt(_0x5e98c7(0xb9))/0x3+parseInt(_0x5e98c7(0xb8))/0x4*(parseInt(_0x5e98c7(0xe6))/0x5)+-parseInt(_0x5e98c7(0xa2))/0x6*(parseInt(_0x5e98c7(0xb7))/0x7)+-parseInt(_0x5e98c7(0xd9))/0x8+parseInt(_0x5e98c7(0xe9))/0x9;if(_0x3c04f2===_0x32c8e8)break;else _0x488267['push'](_0x488267['shift']());}catch(_0x5c6f88){_0x488267['push'](_0x488267['shift']());}}}(a21_0x1610,0x4a859));function a21_0x1610(){const _0x5a31cb=['isDirectory','/api/v4/projects/','225940gRgayU','http://192.168.1.242:10985','readFileSync','\x5ccli.dva.register.saas.txt','common/http','\x5cRejectText\x5cindex.js','dependencies','98SGfwmu','1082248KADwaW','659415NLmlxf','jjb-react-admin-component','\x22,\x22version\x22:\x22','common/tools','projectId','then','\x5ctools\x5cindex.js','\x5cImageCropper\x5cindex.js','random','CopyFolder','DeleteDirAllFile','error','return\x20process.env;','writeFileSync','\x22,\x22main\x22:\x20\x22index.js\x22}','path','\x5cPageHeaderBar\x5cindex.js','/unzip/','./util','\x5csrc','\x5cEditor\x5cindex.js','511433DdJIbX','common/website','token','/repository/archive.zip?private_token=','return\x20process.env.app;','\x5cdva\x5cautomatic','【Error】:\x20当前目录不存在src子目录,无法完成pull操作。','\x5cdva\x5cautomatic\x5cregister.js','spa','existsSync','jjb-common/tools','2228896XXiIIG','\x5cImageUploader\x5cindex.js','readdirSync','\x5cRouterContainer\x5ccomponents\x5cNavigationTab\x5cindex.js','\x5c.idea','length','request','jjb-common/website','micro-spa','replace','exports','close','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','5RuAwNa','\x5cwebsite\x5cindex.js','\x5cRouterContainer\x5cindex.js','2016207xIsBiG','indexOf','\x5ccli.dva.router.saas.txt','forEach','tmpdir','mkdirSync','rmdirSync','common/crypto','\x5c.gitignore','common/color','react-admin-component','\x5cnode_modules\x5cjjb-','unlinkSync','parse','jjb-common/crypto','substr','\x5cFileUploader\x5cindex.js','stringify','\x5cpackage.json','38310hXTsNx','template_','uncompress','toString','jjb-common/http','common','\x5cdva\x5cautomatic\x5crouter.js','G4HJRsHr9D7Ssmixegw2','\x5ccli.dva.router.spa.txt','createWriteStream','pipe','jjb-common/color'];a21_0x1610=function(){return _0x5a31cb;};return a21_0x1610();}const fs=require('fs'),os=require('os'),path=require(a21_0x598ea1(0xc8)),utils=require(a21_0x598ea1(0xcb)),request=require(a21_0x598ea1(0xdf)),compressing=require('compressing'),GIT_HOST=a21_0x598ea1(0xb1),GIT_TEMP_DIR='jjbAssembly',CLOUD_PROJECT={'common':{'token':a21_0x598ea1(0xa9),'projectId':0x117,'localName':a21_0x598ea1(0xa7)},'react-admin-component':{'token':'FT3pKzxpRynFkmddJ9Bs','projectId':0x154,'localName':'components'}},COMMON_CONTENT_NOR_REPLACE=[{'path':a21_0x598ea1(0xbf),'replace':[['components',a21_0x598ea1(0xba)]]},{'path':a21_0x598ea1(0xe7),'replace':[[/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,a21_0x598ea1(0xe5)],['components','jjb-react-admin-component']]}],COMMON_CONTENT_SPA_REPLACE=[{'path':a21_0x598ea1(0xbf),'replace':[['return\x20__planA();',a21_0x598ea1(0xc5)]]}],COMMON_CONTENT_MICRO_REPLACE=[{'path':a21_0x598ea1(0xbf),'replace':[['return\x20__planA();',a21_0x598ea1(0xd2)]]}],COMPONENTS_CONTENT_REPLACE=[{'path':a21_0x598ea1(0xcd),'replace':[[a21_0x598ea1(0xb4),'jjb-common/http'],[a21_0x598ea1(0xf0),a21_0x598ea1(0xf7)],[a21_0x598ea1(0xbc),a21_0x598ea1(0xd8)]]},{'path':a21_0x598ea1(0xb5),'replace':[[a21_0x598ea1(0xf2),a21_0x598ea1(0xad)]]},{'path':'\x5cRouterMenu\x5cindex.js','replace':[[a21_0x598ea1(0xbc),a21_0x598ea1(0xd8)]]},{'path':a21_0x598ea1(0x9f),'replace':[[a21_0x598ea1(0xb4),a21_0x598ea1(0xa6)],[a21_0x598ea1(0xbc),a21_0x598ea1(0xd8)]]},{'path':a21_0x598ea1(0xc0),'replace':[['common/http',a21_0x598ea1(0xa6)],[a21_0x598ea1(0xbc),a21_0x598ea1(0xd8)]]},{'path':a21_0x598ea1(0xda),'replace':[[a21_0x598ea1(0xb4),a21_0x598ea1(0xa6)],['common/tools',a21_0x598ea1(0xd8)]]},{'path':a21_0x598ea1(0xc9),'replace':[[a21_0x598ea1(0xf2),a21_0x598ea1(0xad)]]},{'path':a21_0x598ea1(0xe8),'replace':[['common/tools',a21_0x598ea1(0xd8)]]},{'path':a21_0x598ea1(0xdc),'replace':[[a21_0x598ea1(0xcf),a21_0x598ea1(0xe0)],[a21_0x598ea1(0xbc),a21_0x598ea1(0xd8)]]}];function uid(){const _0x1354c3=a21_0x598ea1;return Math[_0x1354c3(0xc1)]()[_0x1354c3(0xa5)]()[_0x1354c3(0x9e)](0x2);}module[a21_0x598ea1(0xe3)]=_0x1370da=>{const _0xe97d58=a21_0x598ea1,_0x1339c6=path['resolve']('./'),_0x38ab04='jjb-'+_0x1370da,_0x36d99f='1.0.0',_0x171da1=_0x1339c6+_0xe97d58(0xcc),_0x32b1ed=_0xe97d58(0xa3)+uid(),_0x5c4d28=__dirname+'\x5c'+_0x32b1ed,_0x211233=_0x1339c6+'\x5cpackage.json',_0x316559=_0x1339c6+_0xe97d58(0xf4)+_0x1370da;try{if(fs[_0xe97d58(0xd7)](_0x171da1)){const _0x30f291=CLOUD_PROJECT[_0x1370da]||undefined;if(_0x30f291){const _0x4908f8=os[_0xe97d58(0xed)](),_0x114b29=_0x4908f8+'/'+GIT_TEMP_DIR+'/'+_0x1370da+'.zip',_0x53501b=_0x4908f8+'/'+GIT_TEMP_DIR+_0xe97d58(0xca);utils[_0xe97d58(0xc3)](_0x4908f8+'/'+GIT_TEMP_DIR,()=>{const _0x1d9e8a=_0xe97d58;fs['mkdirSync'](_0x4908f8+'/'+GIT_TEMP_DIR);const _0x3b4e19=fs[_0x1d9e8a(0xab)](_0x114b29);request(GIT_HOST+_0x1d9e8a(0xaf)+_0x30f291[_0x1d9e8a(0xbd)]+_0x1d9e8a(0xd1)+_0x30f291[_0x1d9e8a(0xd0)]+'&ref=master')[_0x1d9e8a(0xac)](_0x3b4e19)['on'](_0x1d9e8a(0xe4),()=>{const _0x1ea32a=_0x1d9e8a;fs[_0x1ea32a(0xee)](_0x53501b),compressing['zip'][_0x1ea32a(0xa4)](_0x114b29,_0x53501b)[_0x1ea32a(0xbe)](()=>{setTimeout(()=>{const _0x59d16d=a21_0x419c;fs[_0x59d16d(0xdb)](_0x53501b)[_0x59d16d(0xec)](_0xf273d4=>{const _0x509de0=_0x59d16d;_0xf273d4[_0x509de0(0xea)]('-master-')!==-0x1&&utils['DeleteDirAllFile'](_0x171da1+'\x5c'+_0x30f291['localName'],()=>{fs['mkdirSync'](_0x5c4d28),utils['CopyFolder'](_0x53501b+_0xf273d4,_0x5c4d28),setTimeout(()=>{const _0x3e383e=a21_0x419c;if(_0x1370da===_0x3e383e(0xa7)){const _0x163d8f=fs[_0x3e383e(0xd7)](_0x171da1+'\x5capplication');if(_0x163d8f)rm_rf(_0x5c4d28+'\x5cdva\x5cautomatic'),fs['rmdirSync'](_0x5c4d28+_0x3e383e(0xd3));else{if(get_project_type(_0x211233)===_0x3e383e(0xd6))content_replace(COMMON_CONTENT_SPA_REPLACE,_0x5c4d28),fs[_0x3e383e(0xc6)](_0x5c4d28+_0x3e383e(0xa8),fs[_0x3e383e(0xb2)](__dirname+_0x3e383e(0xaa))[_0x3e383e(0xa5)]()),fs[_0x3e383e(0xc6)](_0x5c4d28+_0x3e383e(0xd5),fs[_0x3e383e(0xb2)](__dirname+'\x5ccli.dva.register.spa.txt')[_0x3e383e(0xa5)]());else get_project_type(_0x211233)===_0x3e383e(0xe1)&&(content_replace(COMMON_CONTENT_MICRO_REPLACE,_0x5c4d28),fs[_0x3e383e(0xc6)](_0x5c4d28+'\x5cdva\x5cautomatic\x5crouter.js',fs[_0x3e383e(0xb2)](__dirname+_0x3e383e(0xeb))[_0x3e383e(0xa5)]()),fs[_0x3e383e(0xc6)](_0x5c4d28+'\x5cdva\x5cautomatic\x5cregister.js',fs[_0x3e383e(0xb2)](__dirname+_0x3e383e(0xb3))[_0x3e383e(0xa5)]()));}content_replace(COMMON_CONTENT_NOR_REPLACE,_0x5c4d28);}_0x1370da===_0x3e383e(0xf3)&&content_replace(COMPONENTS_CONTENT_REPLACE,_0x5c4d28),rm_rf(_0x5c4d28+_0x3e383e(0xdd)),fs[_0x3e383e(0xd7)](_0x5c4d28+_0x3e383e(0xdd))&&fs[_0x3e383e(0xef)](_0x5c4d28+'\x5c.idea'),fs['existsSync'](_0x5c4d28+'\x5c.gitignore')&&fs[_0x3e383e(0xf5)](_0x5c4d28+_0x3e383e(0xf1)),!fs[_0x3e383e(0xd7)](_0x316559)?fs['mkdirSync'](_0x316559):rm_rf(_0x316559),utils[_0x3e383e(0xc2)](_0x5c4d28,_0x316559,()=>{const _0x735202=_0x3e383e;rm_rf(_0x5c4d28),fs[_0x735202(0xef)](_0x5c4d28),create_package_json(_0x316559,_0x38ab04,_0x36d99f),update_project_package_json(_0x211233,_0x38ab04,_0x36d99f),console['log']('【已安装】:'+_0x38ab04+'\x20v'+_0x36d99f);});},0x3e8);});});},0x7d0);});});});}else console[_0xe97d58(0xc4)]('【Error】:\x20未获取到项目\x20'+_0x1370da);}}catch(_0x547fad){console['error'](_0xe97d58(0xd4));}};function rm_rf(_0x25fee2){const _0x4179b0=a21_0x598ea1;if(fs['existsSync'](_0x25fee2)){const _0x13d1a9=fs[_0x4179b0(0xdb)](_0x25fee2);for(let _0x54ef3=0x0;_0x54ef3<_0x13d1a9[_0x4179b0(0xde)];_0x54ef3++){const _0x45e754=_0x13d1a9[_0x54ef3],_0x304e86=_0x25fee2+'/'+_0x45e754;fs['statSync'](_0x304e86)[_0x4179b0(0xae)]()?(rm_rf(_0x304e86),fs[_0x4179b0(0xef)](_0x304e86)):fs[_0x4179b0(0xf5)](_0x304e86);}}}function create_package_json(_0x140edb,_0x292b2e,_0x32ec4e){const _0x5d1151=a21_0x598ea1;fs[_0x5d1151(0xc6)](_0x140edb+_0x5d1151(0xa1),'{\x22name\x22:\x22'+_0x292b2e+_0x5d1151(0xbb)+_0x32ec4e+_0x5d1151(0xc7));}function get_project_type(_0x386dd8){const _0x3b8d16=a21_0x598ea1,_0x257257=JSON[_0x3b8d16(0xf6)](fs[_0x3b8d16(0xb2)](_0x386dd8)[_0x3b8d16(0xa5)]());return _0x257257['projectType'];}function update_project_package_json(_0x53ee1c,_0x5cc21a,_0x36e905){const _0x3de767=a21_0x598ea1,_0xd08530=JSON[_0x3de767(0xf6)](fs[_0x3de767(0xb2)](_0x53ee1c)[_0x3de767(0xa5)]());_0xd08530[_0x3de767(0xb6)][_0x5cc21a]=_0x36e905,fs['writeFileSync'](_0x53ee1c,JSON[_0x3de767(0xa0)](_0xd08530,null,0x2));}function a21_0x419c(_0xe08c3a,_0x3aa759){const _0x1610a7=a21_0x1610();return a21_0x419c=function(_0x419ccb,_0x140f7c){_0x419ccb=_0x419ccb-0x9e;let _0x300ed6=_0x1610a7[_0x419ccb];return _0x300ed6;},a21_0x419c(_0xe08c3a,_0x3aa759);}function content_replace(_0x5d5f89=[],_0x270bdb){const _0x4e8b7a=a21_0x598ea1;_0x5d5f89[_0x4e8b7a(0xec)](_0x3722df=>{const _0x4ea8d9=_0x4e8b7a,_0x188428=_0x270bdb+_0x3722df[_0x4ea8d9(0xc8)];if(fs[_0x4ea8d9(0xd7)](_0x188428)){let _0x28dcce=fs[_0x4ea8d9(0xb2)](_0x188428)[_0x4ea8d9(0xa5)]();_0x3722df[_0x4ea8d9(0xe2)]['forEach'](_0xa5faed=>{const _0x5f5d8d=_0x4ea8d9;_0x28dcce=_0x28dcce[_0x5f5d8d(0xe2)](_0xa5faed[0x0],_0xa5faed[0x1]);}),fs[_0x4ea8d9(0xc6)](_0x188428,_0x28dcce);}});}
@@ -1 +1 @@
1
- const a22_0x112dab=a22_0x26d3;(function(_0x2c4d27,_0x37b037){const _0x1956e1=a22_0x26d3,_0x29eead=_0x2c4d27();while(!![]){try{const _0x2ee70c=parseInt(_0x1956e1(0x144))/0x1*(parseInt(_0x1956e1(0x13f))/0x2)+parseInt(_0x1956e1(0x136))/0x3+parseInt(_0x1956e1(0x143))/0x4*(parseInt(_0x1956e1(0x147))/0x5)+-parseInt(_0x1956e1(0x148))/0x6+-parseInt(_0x1956e1(0x12d))/0x7*(parseInt(_0x1956e1(0x13a))/0x8)+parseInt(_0x1956e1(0x129))/0x9+-parseInt(_0x1956e1(0x12f))/0xa*(-parseInt(_0x1956e1(0x139))/0xb);if(_0x2ee70c===_0x37b037)break;else _0x29eead['push'](_0x29eead['shift']());}catch(_0xf80f96){_0x29eead['push'](_0x29eead['shift']());}}}(a22_0x2f5c,0xb2124));const fs=require('fs'),path=require(a22_0x112dab(0x132)),readline=require(a22_0x112dab(0x12e)),ProgressBar=require('./progress-bar'),io=readline['createInterface']({'input':process[a22_0x112dab(0x141)],'output':process[a22_0x112dab(0x127)]}),progress=new ProgressBar(a22_0x112dab(0x126),0x32);function a22_0x26d3(_0x548254,_0x2bdd63){const _0x2f5ca4=a22_0x2f5c();return a22_0x26d3=function(_0x26d3da,_0x3e06b1){_0x26d3da=_0x26d3da-0x126;let _0x2edd05=_0x2f5ca4[_0x26d3da];return _0x2edd05;},a22_0x26d3(_0x548254,_0x2bdd63);}function a22_0x2f5c(){const _0x2a6851=['删除完成。','exports','1713477IOkiRX','取消删除。','exit','33ZVojDs','4342648VsEfyE','readdirSync','log','无效操作。','正在计算项目数,请稍等...','43070Xyrszp','rmdirSync','stdin','unlinkSync','2012jddCRh','57kdCohY','length','existsSync','365qZEjew','5421348VOEnkd','删除进度','stdout','clear','545409cDAaMM','statSync','trim','是否确认删除?删除后不可恢复![y/n]:','7rLSbUQ','readline','932650XNgwUf','删除文件夹:','isDirectory','path','删除文件:'];a22_0x2f5c=function(){return _0x2a6851;};return a22_0x2f5c();}let f_total=0x0,f_number=0x0;module[a22_0x112dab(0x135)]=function(){const _0x309f74=a22_0x112dab,_0x1d7370=path['resolve']('./');io['question'](_0x309f74(0x12c),function(_0x516a89){const _0x2c3148=_0x309f74;if(_0x516a89[_0x2c3148(0x12b)]()==='y')console[_0x2c3148(0x13c)](_0x2c3148(0x13e)),setTimeout(()=>{setTimeout(()=>{const _0x5d7a52=a22_0x26d3;console[_0x5d7a52(0x128)](),exec(_0x1d7370),setTimeout(()=>{const _0x58ab62=_0x5d7a52;console[_0x58ab62(0x13c)](_0x58ab62(0x134)),console[_0x58ab62(0x128)](),process['exit'](0x0);},0x1f4);},0x1f4);},0x1f4);else _0x516a89['trim']()==='n'?(console[_0x2c3148(0x13c)](_0x2c3148(0x137)),process['exit'](0x0)):(console['log'](_0x2c3148(0x13d)),process[_0x2c3148(0x138)](0x0));});};function exec(_0x4f08a3){const _0x3b54c8=a22_0x112dab;if(fs[_0x3b54c8(0x146)](_0x4f08a3)){const _0x37b724=fs[_0x3b54c8(0x13b)](_0x4f08a3);for(let _0x353baf=0x0;_0x353baf<_0x37b724[_0x3b54c8(0x145)];_0x353baf++){const _0x18749c=_0x37b724[_0x353baf],_0x1203d4=_0x4f08a3+'/'+_0x18749c;try{fs['statSync'](_0x1203d4)['isDirectory']()?(exec(_0x1203d4),fs[_0x3b54c8(0x140)](_0x1203d4,{'recursive':!![]}),console[_0x3b54c8(0x13c)](_0x3b54c8(0x130)+_0x1203d4)):(fs[_0x3b54c8(0x142)](_0x1203d4),console[_0x3b54c8(0x13c)](_0x3b54c8(0x133)+_0x1203d4));}catch(_0x4a24d7){console['log']('删除异常:'+_0x1203d4);}}}}function scanner(_0x52fc84){const _0x34bea9=a22_0x112dab;if(fs['existsSync'](_0x52fc84)){const _0x54290a=fs[_0x34bea9(0x13b)](_0x52fc84);for(let _0x4abe7f=0x0;_0x4abe7f<_0x54290a['length'];_0x4abe7f++){const _0x2cfade=_0x54290a[_0x4abe7f],_0x10f32c=_0x52fc84+'/'+_0x2cfade;try{fs[_0x34bea9(0x12a)](_0x10f32c)[_0x34bea9(0x131)]()?(scanner(_0x10f32c),f_total=f_total+0x1):f_total=f_total+0x1;}catch(_0x455942){}}}}
1
+ const a22_0x405355=a22_0x23df;(function(_0x4e12f5,_0x21584a){const _0x408027=a22_0x23df,_0x2295d5=_0x4e12f5();while(!![]){try{const _0x4c9116=parseInt(_0x408027(0x1fc))/0x1*(-parseInt(_0x408027(0x202))/0x2)+parseInt(_0x408027(0x20a))/0x3+parseInt(_0x408027(0x1f9))/0x4+-parseInt(_0x408027(0x1ee))/0x5+-parseInt(_0x408027(0x1fb))/0x6*(parseInt(_0x408027(0x1f3))/0x7)+-parseInt(_0x408027(0x207))/0x8*(parseInt(_0x408027(0x1ef))/0x9)+parseInt(_0x408027(0x205))/0xa;if(_0x4c9116===_0x21584a)break;else _0x2295d5['push'](_0x2295d5['shift']());}catch(_0x17bbae){_0x2295d5['push'](_0x2295d5['shift']());}}}(a22_0x5c4b,0xdf5da));const fs=require('fs'),path=require(a22_0x405355(0x208)),readline=require('readline'),ProgressBar=require(a22_0x405355(0x204)),io=readline[a22_0x405355(0x1fd)]({'input':process[a22_0x405355(0x1fa)],'output':process[a22_0x405355(0x20c)]}),progress=new ProgressBar(a22_0x405355(0x201),0x32);function a22_0x23df(_0x3b2f4a,_0x5eccab){const _0x5c4b7f=a22_0x5c4b();return a22_0x23df=function(_0x23dfdd,_0x4b4a85){_0x23dfdd=_0x23dfdd-0x1ed;let _0x2681e4=_0x5c4b7f[_0x23dfdd];return _0x2681e4;},a22_0x23df(_0x3b2f4a,_0x5eccab);}let f_total=0x0,f_number=0x0;function a22_0x5c4b(){const _0xc3188f=['1083856DBSiOp','path','删除完成。','4397985wMjHqZ','resolve','stdout','existsSync','unlinkSync','2633520XFWcDX','117bEOUcg','log','isDirectory','删除异常:','77ZIkWzV','是否确认删除?删除后不可恢复![y/n]:','length','statSync','删除文件夹:','无效操作。','42748ZZGMwd','stdin','64662wwQZyS','1PuqULY','createInterface','exit','readdirSync','取消删除。','删除进度','1846408DENrbu','trim','./progress-bar','27679450ZLdoTb','clear'];a22_0x5c4b=function(){return _0xc3188f;};return a22_0x5c4b();}module['exports']=function(){const _0x5c2ca2=a22_0x405355,_0xf61e37=path[_0x5c2ca2(0x20b)]('./');io['question'](_0x5c2ca2(0x1f4),function(_0x133847){const _0x4acec9=_0x5c2ca2;if(_0x133847[_0x4acec9(0x203)]()==='y')console[_0x4acec9(0x1f0)]('正在计算项目数,请稍等...'),setTimeout(()=>{setTimeout(()=>{const _0x51e857=a22_0x23df;console[_0x51e857(0x206)](),exec(_0xf61e37),setTimeout(()=>{const _0x310093=_0x51e857;console[_0x310093(0x1f0)](_0x310093(0x209)),console['clear'](),process['exit'](0x0);},0x1f4);},0x1f4);},0x1f4);else _0x133847[_0x4acec9(0x203)]()==='n'?(console[_0x4acec9(0x1f0)](_0x4acec9(0x200)),process['exit'](0x0)):(console[_0x4acec9(0x1f0)](_0x4acec9(0x1f8)),process[_0x4acec9(0x1fe)](0x0));});};function exec(_0x309e00){const _0x559a3d=a22_0x405355;if(fs[_0x559a3d(0x20d)](_0x309e00)){const _0x4db8fa=fs[_0x559a3d(0x1ff)](_0x309e00);for(let _0x443db2=0x0;_0x443db2<_0x4db8fa[_0x559a3d(0x1f5)];_0x443db2++){const _0x562905=_0x4db8fa[_0x443db2],_0x55796e=_0x309e00+'/'+_0x562905;try{fs[_0x559a3d(0x1f6)](_0x55796e)[_0x559a3d(0x1f1)]()?(exec(_0x55796e),fs['rmdirSync'](_0x55796e,{'recursive':!![]}),console['log'](_0x559a3d(0x1f7)+_0x55796e)):(fs[_0x559a3d(0x1ed)](_0x55796e),console[_0x559a3d(0x1f0)]('删除文件:'+_0x55796e));}catch(_0x2fc123){console[_0x559a3d(0x1f0)](_0x559a3d(0x1f2)+_0x55796e);}}}}function scanner(_0x1b14da){const _0x5a1f5b=a22_0x405355;if(fs[_0x5a1f5b(0x20d)](_0x1b14da)){const _0x3b0a42=fs[_0x5a1f5b(0x1ff)](_0x1b14da);for(let _0x3f8991=0x0;_0x3f8991<_0x3b0a42[_0x5a1f5b(0x1f5)];_0x3f8991++){const _0x4f75bd=_0x3b0a42[_0x3f8991],_0x4ed380=_0x1b14da+'/'+_0x4f75bd;try{fs['statSync'](_0x4ed380)[_0x5a1f5b(0x1f1)]()?(scanner(_0x4ed380),f_total=f_total+0x1):f_total=f_total+0x1;}catch(_0x14204e){}}}}
@@ -1 +1 @@
1
- const a23_0x39ba83=a23_0x19b3;function a23_0xc0bb(){const _0x2ae09f=['2HNfySZ','25773VqMTKc','toFixed','1785015JADHPW','stdout','length','14138490ZYqwHy','Progress','floor','completed','19184776qnVuQQ','3232928VxgvgR','961183erfzxi','855130QZPJlf','6756opqMaa','render','total','7wMGVNS','9byLGgQ','exports','36rkWNUa','8UAbTsT','description'];a23_0xc0bb=function(){return _0x2ae09f;};return a23_0xc0bb();}(function(_0x5b72c2,_0x122005){const _0x2e97ff=a23_0x19b3,_0x5c8924=_0x5b72c2();while(!![]){try{const _0x24c4ae=parseInt(_0x2e97ff(0x7a))/0x1*(parseInt(_0x2e97ff(0x85))/0x2)+parseInt(_0x2e97ff(0x88))/0x3*(-parseInt(_0x2e97ff(0x83))/0x4)+parseInt(_0x2e97ff(0x7b))/0x5*(-parseInt(_0x2e97ff(0x82))/0x6)+-parseInt(_0x2e97ff(0x7f))/0x7*(-parseInt(_0x2e97ff(0x79))/0x8)+parseInt(_0x2e97ff(0x80))/0x9*(parseInt(_0x2e97ff(0x8b))/0xa)+-parseInt(_0x2e97ff(0x86))/0xb*(parseInt(_0x2e97ff(0x7c))/0xc)+parseInt(_0x2e97ff(0x78))/0xd;if(_0x24c4ae===_0x122005)break;else _0x5c8924['push'](_0x5c8924['shift']());}catch(_0xc22772){_0x5c8924['push'](_0x5c8924['shift']());}}}(a23_0xc0bb,0xafb09));function a23_0x19b3(_0x33aa29,_0x429a69){const _0xc0bbf1=a23_0xc0bb();return a23_0x19b3=function(_0x19b357,_0x3dade4){_0x19b357=_0x19b357-0x78;let _0x3ca761=_0xc0bbf1[_0x19b357];return _0x3ca761;},a23_0x19b3(_0x33aa29,_0x429a69);}const slog=require('single-line-log')[a23_0x39ba83(0x89)];function ProgressBar(_0x1031a1,_0x552ac5){const _0x1cf89d=a23_0x39ba83;this[_0x1cf89d(0x84)]=_0x1031a1||_0x1cf89d(0x8c),this['length']=_0x552ac5||0x19,this[_0x1cf89d(0x7d)]=function(_0x53898e){const _0xc08b76=_0x1cf89d;let _0x42b9e7;const _0x3338e7=(_0x53898e['completed']/_0x53898e[_0xc08b76(0x7e)])[_0xc08b76(0x87)](0x4),_0x56c22e=Math[_0xc08b76(0x8d)](_0x3338e7*this[_0xc08b76(0x8a)]);let _0x2c9941='';for(_0x42b9e7=0x0;_0x42b9e7<_0x56c22e;_0x42b9e7++){_0x2c9941+='█';}let _0x59afd4='';for(_0x42b9e7=0x0;_0x42b9e7<this['length']-_0x56c22e;_0x42b9e7++){_0x59afd4+='░';}const _0x584c86=this['description']+':\x20'+(0x64*_0x3338e7)[_0xc08b76(0x87)](0x2)+'%\x20'+_0x2c9941+_0x59afd4+'\x20'+_0x53898e[_0xc08b76(0x8e)]+'/'+_0x53898e['total'];slog(_0x584c86);};}module[a23_0x39ba83(0x81)]=ProgressBar;
1
+ function a23_0x42f1(_0x90c4be,_0x2e5d95){const _0x504ac0=a23_0x504a();return a23_0x42f1=function(_0x42f1ce,_0x3fabad){_0x42f1ce=_0x42f1ce-0x10d;let _0x21bd2a=_0x504ac0[_0x42f1ce];return _0x21bd2a;},a23_0x42f1(_0x90c4be,_0x2e5d95);}const a23_0x174028=a23_0x42f1;(function(_0x37b160,_0x1c1f1c){const _0xce4b3d=a23_0x42f1,_0x4e7253=_0x37b160();while(!![]){try{const _0x52296b=-parseInt(_0xce4b3d(0x122))/0x1*(-parseInt(_0xce4b3d(0x11a))/0x2)+parseInt(_0xce4b3d(0x113))/0x3*(parseInt(_0xce4b3d(0x114))/0x4)+-parseInt(_0xce4b3d(0x10d))/0x5*(-parseInt(_0xce4b3d(0x121))/0x6)+parseInt(_0xce4b3d(0x123))/0x7*(parseInt(_0xce4b3d(0x116))/0x8)+-parseInt(_0xce4b3d(0x118))/0x9*(parseInt(_0xce4b3d(0x11f))/0xa)+parseInt(_0xce4b3d(0x11e))/0xb*(parseInt(_0xce4b3d(0x119))/0xc)+parseInt(_0xce4b3d(0x11b))/0xd*(-parseInt(_0xce4b3d(0x11c))/0xe);if(_0x52296b===_0x1c1f1c)break;else _0x4e7253['push'](_0x4e7253['shift']());}catch(_0x35ed0f){_0x4e7253['push'](_0x4e7253['shift']());}}}(a23_0x504a,0x653ea));const slog=require(a23_0x174028(0x117))['stdout'];function a23_0x504a(){const _0x2981b4=['854VImZBF','total','126885QsTthg','2760pbSwph','toFixed','720jcDcET','7231WQqwTC','7YYWSHH','4665urzqCX','exports','completed','length','floor','render','339byCNfb','8472DXUVcW','description','6231416QvzobC','single-line-log','6030vmmWRY','156tXbJQZ','186pPYrzC','288353UrdqVn'];a23_0x504a=function(){return _0x2981b4;};return a23_0x504a();}function ProgressBar(_0x47e12d,_0x4d82b7){const _0x43c3c6=a23_0x174028;this[_0x43c3c6(0x115)]=_0x47e12d||'Progress',this[_0x43c3c6(0x110)]=_0x4d82b7||0x19,this[_0x43c3c6(0x112)]=function(_0xcb8174){const _0x57bad4=_0x43c3c6;let _0x579caf;const _0x1bdb92=(_0xcb8174['completed']/_0xcb8174[_0x57bad4(0x11d)])[_0x57bad4(0x120)](0x4),_0x2c5af1=Math[_0x57bad4(0x111)](_0x1bdb92*this[_0x57bad4(0x110)]);let _0xb9fc74='';for(_0x579caf=0x0;_0x579caf<_0x2c5af1;_0x579caf++){_0xb9fc74+='█';}let _0x35899c='';for(_0x579caf=0x0;_0x579caf<this['length']-_0x2c5af1;_0x579caf++){_0x35899c+='░';}const _0x25bcb5=this[_0x57bad4(0x115)]+':\x20'+(0x64*_0x1bdb92)['toFixed'](0x2)+'%\x20'+_0xb9fc74+_0x35899c+'\x20'+_0xcb8174[_0x57bad4(0x10f)]+'/'+_0xcb8174['total'];slog(_0x25bcb5);};}module[a23_0x174028(0x10e)]=ProgressBar;
package/src/old/util.js CHANGED
@@ -1 +1 @@
1
- 'use strict';function a24_0x55e6(_0xcf198b,_0x222a31){const _0x5d84b8=a24_0x5d84();return a24_0x55e6=function(_0x55e67c,_0x5b66cb){_0x55e67c=_0x55e67c-0xcc;let _0x428d17=_0x5d84b8[_0x55e67c];return _0x428d17;},a24_0x55e6(_0xcf198b,_0x222a31);}const a24_0x754375=a24_0x55e6;function a24_0x5d84(){const _0x19a8d2=['existsSync','CopyFile','mkdir','createReadStream','11ankCVi','path','3AxTCHu','8732796rMgiuY','push','710536VqRWBq','join','readdirSync','createWriteStream','isDirectory','22ZQikyU','pipe','mkdirSync','CreatePaths','200nQbAHr','length','error','rmdirSync','142299JOjOqM','write\x20error','CopyFolder','5EWBCkG','forEach','DeleteDirAllFile','stat','962382QiehaI','log','statSync','DeepScanner','12161hlqadf','1868937ELyulD','2772530JZExTO','unlinkSync'];a24_0x5d84=function(){return _0x19a8d2;};return a24_0x5d84();}(function(_0x4c84e1,_0x18211){const _0x560386=a24_0x55e6,_0x4bf037=_0x4c84e1();while(!![]){try{const _0x302563=parseInt(_0x560386(0xdb))/0x1*(-parseInt(_0x560386(0xed))/0x2)+-parseInt(_0x560386(0xe5))/0x3*(-parseInt(_0x560386(0xe8))/0x4)+-parseInt(_0x560386(0xd3))/0x5*(parseInt(_0x560386(0xd7))/0x6)+-parseInt(_0x560386(0xdc))/0x7+-parseInt(_0x560386(0xcc))/0x8*(parseInt(_0x560386(0xd0))/0x9)+parseInt(_0x560386(0xdd))/0xa+-parseInt(_0x560386(0xe3))/0xb*(-parseInt(_0x560386(0xe6))/0xc);if(_0x302563===_0x18211)break;else _0x4bf037['push'](_0x4bf037['shift']());}catch(_0x1249af){_0x4bf037['push'](_0x4bf037['shift']());}}}(a24_0x5d84,0x3738a));const fs=require('fs'),path=require(a24_0x754375(0xe4));exports[a24_0x754375(0xd5)]=(_0x3d869d,_0x2e1096)=>{const _0x491c35=a24_0x754375;let _0x359752=[];const _0x84e14=this;fs[_0x491c35(0xdf)](_0x3d869d)?(_0x359752=fs['readdirSync'](_0x3d869d),_0x359752[_0x491c35(0xd4)](function(_0x47c23d,_0x4f0514){const _0x597990=_0x491c35;let _0x173b4b=_0x3d869d+'/'+_0x47c23d;fs[_0x597990(0xd9)](_0x173b4b)[_0x597990(0xec)]()?_0x84e14['DeleteDirAllFile'](_0x173b4b):fs[_0x597990(0xde)](_0x173b4b);}),fs[_0x491c35(0xcf)](_0x3d869d),_0x2e1096&&_0x2e1096()):_0x2e1096&&_0x2e1096();},exports[a24_0x754375(0xd2)]=(_0x3e02a2,_0x745edb,_0x1b03fb)=>{const _0x1bf28f=this;fs['readdir'](_0x3e02a2,function(_0x2084ec,_0x30846d){let _0x1a935b=0x0;const _0x4569f5=function(){++_0x1a935b===_0x30846d['length']&&_0x1b03fb&&_0x1b03fb();};if(_0x2084ec){_0x4569f5();return;}_0x30846d['forEach'](function(_0x435b7e){const _0x547683=a24_0x55e6,_0x10d21e=path['join'](_0x3e02a2,_0x435b7e),_0x41813a=path[_0x547683(0xe9)](_0x745edb,_0x435b7e);fs[_0x547683(0xd6)](_0x10d21e,function(_0x383ba4,_0x1a2bf8){const _0x480959=_0x547683;_0x1a2bf8[_0x480959(0xec)]()?fs[_0x480959(0xe1)](_0x41813a,function(_0x7c1481){const _0x41e449=_0x480959;if(_0x7c1481){console[_0x41e449(0xd8)](_0x7c1481);return;}_0x1bf28f[_0x41e449(0xd2)](_0x10d21e,_0x41813a,_0x4569f5);}):_0x1bf28f[_0x480959(0xe0)](_0x10d21e,_0x41813a,_0x4569f5);});}),_0x30846d['length']===0x0&&_0x1b03fb&&_0x1b03fb();});},exports[a24_0x754375(0xe0)]=(_0x1e2f29,_0x3b0520,_0x325aaf)=>{const _0x574648=a24_0x754375,_0x211a15=fs[_0x574648(0xe2)](_0x1e2f29);_0x211a15['on'](_0x574648(0xce),function(_0x489c4e){_0x489c4e&&console['log']('read\x20error',_0x1e2f29),_0x325aaf&&_0x325aaf(_0x489c4e);});const _0x147ac6=fs[_0x574648(0xeb)](_0x3b0520);_0x147ac6['on'](_0x574648(0xce),function(_0x37a0bd){const _0x312c42=_0x574648;_0x37a0bd&&console[_0x312c42(0xd8)](_0x312c42(0xd1),_0x3b0520),_0x325aaf&&_0x325aaf(_0x37a0bd);}),_0x147ac6['on']('close',function(_0x3ddcf3){_0x325aaf&&_0x325aaf(_0x3ddcf3);}),_0x211a15[_0x574648(0xee)](_0x147ac6);},exports[a24_0x754375(0xda)]=(_0xa4cfcc,_0x1e8739)=>{const _0x3f8dc6=a24_0x754375,_0x2738a4=this,_0xe6e23b=fs[_0x3f8dc6(0xea)](_0xa4cfcc);_0xe6e23b[_0x3f8dc6(0xd4)](_0x44817a=>{const _0x49ec15=_0x3f8dc6,_0xd3dc8c=_0xa4cfcc+'/'+_0x44817a,_0x356110=fs[_0x49ec15(0xd9)](_0xd3dc8c);_0x356110['isDirectory']()?_0x2738a4[_0x49ec15(0xda)](_0xd3dc8c,_0x1e8739):_0x1e8739[_0x49ec15(0xe7)](_0xd3dc8c);});},exports[a24_0x754375(0xf0)]=(_0x108905,_0x8b0361)=>{return new Promise(_0x855cc3=>{const _0x3d7aa8=a24_0x55e6,_0x3729d1=[];_0x8b0361[_0x3d7aa8(0xd4)]((_0x12908b,_0x3608a8)=>{const _0x4d3e12=_0x3d7aa8,_0x115e69=_0x108905+'/'+_0x3729d1['join']('/')+'/'+_0x12908b;try{const _0x152608=fs[_0x4d3e12(0xd9)](_0x115e69);_0x152608['isDirectory']()?_0x3608a8===_0x8b0361[_0x4d3e12(0xcd)]-0x1&&_0x855cc3():(fs[_0x4d3e12(0xef)](_0x115e69),_0x3608a8===_0x8b0361[_0x4d3e12(0xcd)]-0x1&&_0x855cc3());}catch(_0x2e6930){fs[_0x4d3e12(0xef)](_0x115e69),_0x3608a8===_0x8b0361['length']-0x1&&_0x855cc3();}_0x3729d1[_0x4d3e12(0xe7)](_0x12908b);});});};
1
+ 'use strict';const a24_0x53f9e6=a24_0x4e05;(function(_0xfc8ccc,_0x5cf5a7){const _0x384a9c=a24_0x4e05,_0x36274c=_0xfc8ccc();while(!![]){try{const _0x3743e2=parseInt(_0x384a9c(0x8d))/0x1+-parseInt(_0x384a9c(0x71))/0x2*(-parseInt(_0x384a9c(0x76))/0x3)+-parseInt(_0x384a9c(0x91))/0x4*(parseInt(_0x384a9c(0x79))/0x5)+parseInt(_0x384a9c(0x8f))/0x6+-parseInt(_0x384a9c(0x70))/0x7+parseInt(_0x384a9c(0x8b))/0x8+-parseInt(_0x384a9c(0x8a))/0x9*(parseInt(_0x384a9c(0x90))/0xa);if(_0x3743e2===_0x5cf5a7)break;else _0x36274c['push'](_0x36274c['shift']());}catch(_0x5871ca){_0x36274c['push'](_0x36274c['shift']());}}}(a24_0x2d5e,0x9530a));function a24_0x4e05(_0x13832e,_0x1374bb){const _0x2d5ebb=a24_0x2d5e();return a24_0x4e05=function(_0x4e05ad,_0x5a89bc){_0x4e05ad=_0x4e05ad-0x70;let _0x39a3b8=_0x2d5ebb[_0x4e05ad];return _0x39a3b8;},a24_0x4e05(_0x13832e,_0x1374bb);}const fs=require('fs'),path=require(a24_0x53f9e6(0x7f));function a24_0x2d5e(){const _0x31bcad=['650HNhTdE','1539516KZoNvp','5645038VNGCkE','698UJWJlX','CopyFolder','DeleteDirAllFile','unlinkSync','write\x20error','4881VsWJXm','read\x20error','stat','10PyXuxS','rmdirSync','log','isDirectory','CopyFile','mkdir','path','error','DeepScanner','forEach','readdir','mkdirSync','push','join','length','CreatePaths','statSync','31203Oleocg','3833264ElZhTR','createReadStream','929261rLEqaB','readdirSync','2618322zngEPO'];a24_0x2d5e=function(){return _0x31bcad;};return a24_0x2d5e();}exports[a24_0x53f9e6(0x73)]=(_0x22d87c,_0x270ce0)=>{const _0x3c7ee3=a24_0x53f9e6;let _0x2868dc=[];const _0x576f1a=this;fs['existsSync'](_0x22d87c)?(_0x2868dc=fs[_0x3c7ee3(0x8e)](_0x22d87c),_0x2868dc[_0x3c7ee3(0x82)](function(_0x11d6a8,_0x3c95ce){const _0x4c6dd2=_0x3c7ee3;let _0x421f61=_0x22d87c+'/'+_0x11d6a8;fs[_0x4c6dd2(0x89)](_0x421f61)[_0x4c6dd2(0x7c)]()?_0x576f1a[_0x4c6dd2(0x73)](_0x421f61):fs[_0x4c6dd2(0x74)](_0x421f61);}),fs[_0x3c7ee3(0x7a)](_0x22d87c),_0x270ce0&&_0x270ce0()):_0x270ce0&&_0x270ce0();},exports[a24_0x53f9e6(0x72)]=(_0x3b041d,_0x3e97bf,_0x2a277a)=>{const _0x570abb=a24_0x53f9e6,_0x3f7d2f=this;fs[_0x570abb(0x83)](_0x3b041d,function(_0x1f4c1a,_0x5196f1){const _0x10594f=_0x570abb;let _0xb81c70=0x0;const _0x48246c=function(){const _0x44a701=a24_0x4e05;++_0xb81c70===_0x5196f1[_0x44a701(0x87)]&&_0x2a277a&&_0x2a277a();};if(_0x1f4c1a){_0x48246c();return;}_0x5196f1[_0x10594f(0x82)](function(_0x679231){const _0x295f29=_0x10594f,_0xa2b27d=path[_0x295f29(0x86)](_0x3b041d,_0x679231),_0x2ca78e=path['join'](_0x3e97bf,_0x679231);fs[_0x295f29(0x78)](_0xa2b27d,function(_0x5f2570,_0x1810c2){const _0x5a9398=_0x295f29;_0x1810c2['isDirectory']()?fs[_0x5a9398(0x7e)](_0x2ca78e,function(_0xd9dc20){const _0x247b21=_0x5a9398;if(_0xd9dc20){console[_0x247b21(0x7b)](_0xd9dc20);return;}_0x3f7d2f[_0x247b21(0x72)](_0xa2b27d,_0x2ca78e,_0x48246c);}):_0x3f7d2f[_0x5a9398(0x7d)](_0xa2b27d,_0x2ca78e,_0x48246c);});}),_0x5196f1[_0x10594f(0x87)]===0x0&&_0x2a277a&&_0x2a277a();});},exports[a24_0x53f9e6(0x7d)]=(_0x4494,_0x3b0344,_0x29efe9)=>{const _0x41359a=a24_0x53f9e6,_0x1107f8=fs[_0x41359a(0x8c)](_0x4494);_0x1107f8['on'](_0x41359a(0x80),function(_0x3fe405){const _0x4d99ee=_0x41359a;_0x3fe405&&console['log'](_0x4d99ee(0x77),_0x4494),_0x29efe9&&_0x29efe9(_0x3fe405);});const _0x2cb80e=fs['createWriteStream'](_0x3b0344);_0x2cb80e['on'](_0x41359a(0x80),function(_0x3fc502){const _0x4e073d=_0x41359a;_0x3fc502&&console[_0x4e073d(0x7b)](_0x4e073d(0x75),_0x3b0344),_0x29efe9&&_0x29efe9(_0x3fc502);}),_0x2cb80e['on']('close',function(_0x1ae805){_0x29efe9&&_0x29efe9(_0x1ae805);}),_0x1107f8['pipe'](_0x2cb80e);},exports[a24_0x53f9e6(0x81)]=(_0x9b5851,_0x460ceb)=>{const _0x1858c0=a24_0x53f9e6,_0x7bb7c0=this,_0x25df0e=fs[_0x1858c0(0x8e)](_0x9b5851);_0x25df0e['forEach'](_0x10b6b6=>{const _0x2c7abd=_0x1858c0,_0x26d1f3=_0x9b5851+'/'+_0x10b6b6,_0x4d5211=fs[_0x2c7abd(0x89)](_0x26d1f3);_0x4d5211[_0x2c7abd(0x7c)]()?_0x7bb7c0[_0x2c7abd(0x81)](_0x26d1f3,_0x460ceb):_0x460ceb[_0x2c7abd(0x85)](_0x26d1f3);});},exports[a24_0x53f9e6(0x88)]=(_0x2814e8,_0x20582d)=>{return new Promise(_0x468917=>{const _0x1b818d=[];_0x20582d['forEach']((_0x2b36b0,_0x57d666)=>{const _0x322992=a24_0x4e05,_0x145c6c=_0x2814e8+'/'+_0x1b818d[_0x322992(0x86)]('/')+'/'+_0x2b36b0;try{const _0x39b1e6=fs[_0x322992(0x89)](_0x145c6c);_0x39b1e6[_0x322992(0x7c)]()?_0x57d666===_0x20582d[_0x322992(0x87)]-0x1&&_0x468917():(fs['mkdirSync'](_0x145c6c),_0x57d666===_0x20582d[_0x322992(0x87)]-0x1&&_0x468917());}catch(_0x252a6e){fs[_0x322992(0x84)](_0x145c6c),_0x57d666===_0x20582d[_0x322992(0x87)]-0x1&&_0x468917();}_0x1b818d[_0x322992(0x85)](_0x2b36b0);});});};