jjb-cmd 2.2.8 → 2.2.10
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 +5 -1
- package/bin/command.js +8 -0
- package/package.json +2 -1
- package/src/new/cmd.auth/index.js +1 -1
- package/src/new/cmd.init/index.js +1 -1
- package/src/new/cmd.install/config.js +1 -1
- package/src/new/cmd.install/index.js +1 -1
- package/src/new/cmd.install/tools.js +1 -1
- package/src/new/cmd.install.app/index.js +1 -1
- package/src/new/cmd.jenkins/index.js +1 -1
- package/src/new/cmd.publish/index.js +1 -1
- package/src/new/cmd.push/index.js +1 -1
- package/src/new/cmd.push/java.js +1 -1
- package/src/new/cmd.push-set/index.js +1 -1
- package/src/new/cmd.refresh/index.js +1 -1
- package/src/new/cmd.reglist/index.js +1 -1
- package/src/new/cmd.rm-rf/index.js +1 -1
- package/src/new/cmd.version/index.js +1 -1
- package/src/old/cli.init.js +1 -1
- package/src/old/cli.install/config.js +1 -1
- package/src/old/cli.install/index.js +1 -1
- package/src/old/cli.install/tools.js +1 -1
- package/src/old/cli.merge.js +1 -1
- package/src/old/cli.pull.js +1 -1
- package/src/old/cli.pull2.js +1 -1
- package/src/old/cli.rm-rf.js +1 -1
- package/src/old/progress-bar.js +1 -1
- package/src/old/util.js +1 -1
package/README.md
CHANGED
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
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a0_0x38d50a=a0_0x4b74;function a0_0x13ae(){const _0x58b129=['16625312OvFdmw','catch','1011348hpWrsp','join','12pwJfIZ','../../../.auth','698422FYIsvn','1614212xCDHTe','3155958uJiUtX','existsSync','/api/auth','post','Auth\x20Success!','axios','status','../cmd.install/config','log','1261235rDnDXa','writeFileSync','656796DCaRst'];a0_0x13ae=function(){return _0x58b129;};return a0_0x13ae();}function a0_0x4b74(_0x5d682a,_0x235d8e){const _0x13ae28=a0_0x13ae();return a0_0x4b74=function(_0x4b746f,_0x3fcdd9){_0x4b746f=_0x4b746f-0x6b;let _0x33d3d9=_0x13ae28[_0x4b746f];return _0x33d3d9;},a0_0x4b74(_0x5d682a,_0x235d8e);}(function(_0x7ef320,_0x3565c0){const _0x5ebe6c=a0_0x4b74,_0x37d011=_0x7ef320();while(!![]){try{const _0x5c523d=parseInt(_0x5ebe6c(0x6e))/0x1+parseInt(_0x5ebe6c(0x72))/0x2+parseInt(_0x5ebe6c(0x74))/0x3+-parseInt(_0x5ebe6c(0x73))/0x4+parseInt(_0x5ebe6c(0x7d))/0x5*(parseInt(_0x5ebe6c(0x70))/0x6)+parseInt(_0x5ebe6c(0x6b))/0x7+-parseInt(_0x5ebe6c(0x6c))/0x8;if(_0x5c523d===_0x3565c0)break;else _0x37d011['push'](_0x37d011['shift']());}catch(_0x4353c4){_0x37d011['push'](_0x37d011['shift']());}}}(a0_0x13ae,0x812fe));const axios=require(a0_0x38d50a(0x79)),fs=require('fs'),path=require('path'),{getApiHost}=require(a0_0x38d50a(0x7b));module['exports']=_0x45f71f=>{const _0x33e80d=a0_0x38d50a;console[_0x33e80d(0x7c)](_0x45f71f);const [_0x460fe6,_0x555d8a]=_0x45f71f;axios[_0x33e80d(0x77)](getApiHost()+_0x33e80d(0x76),{'username':_0x460fe6,'password':_0x555d8a})['then'](_0x2a74ed=>{const _0x585df5=_0x33e80d,_0x5b9bbc=path[_0x585df5(0x6f)](__dirname,_0x585df5(0x71));_0x2a74ed['data'][_0x585df5(0x7a)]?(console[_0x585df5(0x7c)](_0x585df5(0x78)),fs[_0x585df5(0x7e)](_0x5b9bbc,_0x460fe6+'/'+_0x555d8a)):(console[_0x585df5(0x7c)]('Auth\x20Fail!'),fs[_0x585df5(0x75)](_0x5b9bbc)&&fs['unlinkSync'](_0x5b9bbc));})[_0x33e80d(0x6d)](_0x361b19=>{console['log']('Auth\x20NetWork\x20Fail!');});};
|
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a1_0x4e9729=a1_0x5d98;function a1_0x5d98(_0x3e1ae2,_0x2c432e){const _0x566551=a1_0x5665();return a1_0x5d98=function(_0x5d98ff,_0x3d64e2){_0x5d98ff=_0x5d98ff-0x121;let _0x3bbc54=_0x566551[_0x5d98ff];return _0x3bbc54;},a1_0x5d98(_0x3e1ae2,_0x2c432e);}(function(_0x3a1d9b,_0x10d67d){const _0x25bd2b=a1_0x5d98,_0x504b15=_0x3a1d9b();while(!![]){try{const _0x126fd6=parseInt(_0x25bd2b(0x12d))/0x1+parseInt(_0x25bd2b(0x144))/0x2*(parseInt(_0x25bd2b(0x143))/0x3)+parseInt(_0x25bd2b(0x12a))/0x4*(parseInt(_0x25bd2b(0x13d))/0x5)+-parseInt(_0x25bd2b(0x121))/0x6*(parseInt(_0x25bd2b(0x129))/0x7)+parseInt(_0x25bd2b(0x134))/0x8+-parseInt(_0x25bd2b(0x148))/0x9+parseInt(_0x25bd2b(0x132))/0xa*(-parseInt(_0x25bd2b(0x135))/0xb);if(_0x126fd6===_0x10d67d)break;else _0x504b15['push'](_0x504b15['shift']());}catch(_0xd8faa2){_0x504b15['push'](_0x504b15['shift']());}}}(a1_0x5665,0xa444a));const fs=require('fs'),os=require('os'),path=require(a1_0x4e9729(0x149)),request=require(a1_0x4e9729(0x13b)),utils=require('../../old/util'),compressing=require('compressing'),readline=require('readline'),io=readline['createInterface']({'input':process[a1_0x4e9729(0x141)],'output':process[a1_0x4e9729(0x140)]}),child_process=require(a1_0x4e9729(0x13c)),{CLOUD_PROJECT,GIT_TEMP_DIR,GIT_HOST}=require(a1_0x4e9729(0x133));function a1_0x5665(){const _0x714164=['../cmd.install/config','3455152TUhIrS','44nvWVYa','exit','zip','/repository/archive.zip?private_token=','indexOf','close','request','child_process','10huYyGx','forEach','uncompress','stdout','stdin','/unzip/','9DbDHxc','717006jmRSil','pipe','trim','createWriteStream','8400672jFOKhE','path','.zip','初始化完成?请选择安装方式![yarn/npm]:','yarn','tmpdir','mkdirSync','6uvIwNj','-master-','execSync','includes','/api/v4/projects/','log','then','安装中,请耐心等待...','8999340TsThUG','1999136zYhzIl','CopyFolder','npm','1128115smOCNf','不存在。','token','【Error】:初始化失败,','readdirSync','1858040oVTdjU'];a1_0x5665=function(){return _0x714164;};return a1_0x5665();}module['exports']=_0x36b672=>{const _0xe71a57=a1_0x4e9729,_0x5ba194=path['resolve']('./'),_0x4bec9a=CLOUD_PROJECT[_0x36b672]||undefined;if(_0x4bec9a){const _0x3211ab=os[_0xe71a57(0x14d)](),_0x3b46d4=_0x3211ab+'/'+GIT_TEMP_DIR+'/'+_0x36b672+_0xe71a57(0x14a),_0x6ea591=_0x3211ab+'/'+GIT_TEMP_DIR+_0xe71a57(0x142);utils['DeleteDirAllFile'](_0x3211ab+'/'+GIT_TEMP_DIR,()=>{const _0x2bfc8d=_0xe71a57;fs[_0x2bfc8d(0x14e)](_0x3211ab+'/'+GIT_TEMP_DIR);let _0x3a2040=fs[_0x2bfc8d(0x147)](_0x3b46d4);request(GIT_HOST+_0x2bfc8d(0x125)+_0x4bec9a['projectId']+_0x2bfc8d(0x138)+_0x4bec9a[_0x2bfc8d(0x12f)]+'&ref=master')[_0x2bfc8d(0x145)](_0x3a2040)['on'](_0x2bfc8d(0x13a),()=>{const _0x470cf4=_0x2bfc8d;fs['mkdirSync'](_0x6ea591),compressing[_0x470cf4(0x137)][_0x470cf4(0x13f)](_0x3b46d4,_0x6ea591)[_0x470cf4(0x127)](()=>{setTimeout(()=>{const _0x3f3261=a1_0x5d98;fs[_0x3f3261(0x131)](_0x6ea591)[_0x3f3261(0x13e)](_0x3b04be=>{const _0x3918ff=_0x3f3261;_0x3b04be[_0x3918ff(0x139)](_0x3918ff(0x122))!==-0x1&&utils[_0x3918ff(0x12b)](_0x6ea591+_0x3b04be,_0x5ba194,()=>{const _0x19b5af=_0x3918ff;io['question'](_0x19b5af(0x14b),function(_0x6a1c5e){const _0x1c5c17=_0x19b5af;[_0x1c5c17(0x14c),_0x1c5c17(0x12c)][_0x1c5c17(0x124)](_0x6a1c5e[_0x1c5c17(0x146)]())?(console[_0x1c5c17(0x126)](_0x1c5c17(0x128)),child_process[_0x1c5c17(0x123)]('jjb-cmd\x20install.app\x20'+_0x6a1c5e[_0x1c5c17(0x146)](),{'cwd':_0x5ba194}),console[_0x1c5c17(0x126)]('安装完成,祝您愉快编码!'),process[_0x1c5c17(0x136)](0x0)):(console[_0x1c5c17(0x126)]('初始化完成!请自行使用jjb-cmd\x20install.app\x20yarn/npm安装项目!'),process[_0x1c5c17(0x136)](0x0));});});});},0x7d0);});});});}else console[_0xe71a57(0x126)](_0xe71a57(0x130)+_0x36b672+_0xe71a57(0x12e));};
|
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a2_0x12e4be=a2_0x307e;(function(_0x2ddcbf,_0x503b72){const _0x5a3cde=a2_0x307e,_0x296b97=_0x2ddcbf();while(!![]){try{const _0x457af2=-parseInt(_0x5a3cde(0x1d1))/0x1+-parseInt(_0x5a3cde(0x1e3))/0x2+-parseInt(_0x5a3cde(0x1c1))/0x3+-parseInt(_0x5a3cde(0x1e1))/0x4+parseInt(_0x5a3cde(0x1e7))/0x5+-parseInt(_0x5a3cde(0x1cf))/0x6*(-parseInt(_0x5a3cde(0x1e5))/0x7)+-parseInt(_0x5a3cde(0x1db))/0x8*(-parseInt(_0x5a3cde(0x1e2))/0x9);if(_0x457af2===_0x503b72)break;else _0x296b97['push'](_0x296b97['shift']());}catch(_0xfba9f6){_0x296b97['push'](_0x296b97['shift']());}}}(a2_0xa3e7,0xcf776));const os=require('os'),path=require(a2_0x12e4be(0x1ca)),fs=require('fs'),API_HOST='http://120.26.210.58:8088',API_HOST_HTTPS='https://jcloud.cqjjb.cn',API_HOST_TEST=a2_0x12e4be(0x1c4);function a2_0x307e(_0x3b3c93,_0x3fc6c9){const _0xa3e738=a2_0xa3e7();return a2_0x307e=function(_0x307e46,_0x5cadf5){_0x307e46=_0x307e46-0x1be;let _0x5a2db0=_0xa3e738[_0x307e46];return _0x5a2db0;},a2_0x307e(_0x3b3c93,_0x3fc6c9);}function a2_0xa3e7(){const _0x158f21=['jjb-assembly-','jjb-assembly-java','toString','hLqARY89CN6fUD3yg4NL','httpMethod','5255412DaYryg','13185jSXpSH','418688cwagUY','test','112CMUNvH','http','473815tWlFcb','snBxJ2i5kYarGGcsojhY','now','GIT_JAVA_ENV_JSON','4696821IWcaNi','ywPtT3xCG6b_vAxp6sTj','7V-YUxhmh51Mdhgx4rq4','http://120.26.210.58:8089','gPSit8aJsLVmNzuQ5Cy4','tmpdir','CONFIG_FILE_HOST','API_HOST','https://cdn.cqjjb.cn/jjb-cloud-config','path','env','dev','getApiHost','GIT_TEMP_JAVA','273456BEVRRV','FqNrmFAgrxasMrbbjvq9','1393198BTBedC','GIT_HOST','join','e9njpBd1nS_LREN8GFpR','CLOUD_PROJECT','parse','FT3pKzxpRynFkmddJ9Bs','GIT_TEMP_DIR','G4HJRsHr9D7Ssmixegw2','http://192.168.1.242:10985','24616PsIWpt'];a2_0xa3e7=function(){return _0x158f21;};return a2_0xa3e7();}exports[a2_0x12e4be(0x1c7)]=a2_0x12e4be(0x1c9),exports[a2_0x12e4be(0x1c8)]=API_HOST,exports['API_HOST_TEST']=API_HOST_TEST,exports[a2_0x12e4be(0x1d2)]=a2_0x12e4be(0x1da),exports[a2_0x12e4be(0x1d8)]=a2_0x12e4be(0x1dc)+Date[a2_0x12e4be(0x1bf)](),exports[a2_0x12e4be(0x1ce)]=a2_0x12e4be(0x1dd),exports[a2_0x12e4be(0x1c0)]={'development':a2_0x12e4be(0x1cc),'production':'prod','test':'test'},exports[a2_0x12e4be(0x1d5)]={'common':{'token':a2_0x12e4be(0x1d9),'projectId':0x117},'react-admin-component':{'token':a2_0x12e4be(0x1d7),'projectId':0x154},'jjb-dva-runtime':{'token':a2_0x12e4be(0x1df),'projectId':0x23b},'jjb-common-lib':{'token':a2_0x12e4be(0x1d4),'projectId':0x23c},'jjb-common-decorator':{'token':a2_0x12e4be(0x1c5),'projectId':0x23e},'vue-unisass-component':{'token':'d4wQ7dzEjYPsgVbKnYei','projectId':0x153},'react-component':{'token':a2_0x12e4be(0x1be),'projectId':0x33f},'micro-app-ts':{'token':a2_0x12e4be(0x1c3),'projectId':0x33e},'micro-app':{'token':a2_0x12e4be(0x1d0),'projectId':0x33d},'lib':{'token':a2_0x12e4be(0x1c2),'projectId':0x33c}},exports['TEMPLATE_FOLDER']=os[a2_0x12e4be(0x1c6)]()+'\x5c'+exports[a2_0x12e4be(0x1d8)],exports[a2_0x12e4be(0x1cd)]=()=>{const _0x2a541b=a2_0x12e4be,_0x1dd926=JSON[_0x2a541b(0x1d6)](fs['readFileSync'](path[_0x2a541b(0x1d3)](__dirname,'../../../package.json'))[_0x2a541b(0x1de)]());return _0x1dd926[_0x2a541b(0x1cb)]===_0x2a541b(0x1e4)?API_HOST_TEST:_0x1dd926[_0x2a541b(0x1e0)]===_0x2a541b(0x1e6)?API_HOST:API_HOST_HTTPS;};
|
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function a3_0x5d91(){const _0x6eefc2=['1.0.0','includes','3325208btUqzf','importList','compress','189RNceVO','exit','1052196HGIXSe','rmdirSync','exports','.gitignore','【Error】:安装失败,node_modules目录不存在。','find','zip','log','【Error】:执行失败,在您的项目根目录,需要一个jjb.config.json文件。','\x5ctypes','forEach','_zip','1427765pIEUiR','compressing','pure_name','setting.json','readdirSync','【jjb-cmd】:install命令执行完成,用时','import_list','join','mkdirSync','installTarget','now','jjb-common-lib','8219sPJzwC','【Warning】:若安装在node_modules中,请确保projectType\x20=\x20micro-spa,并关闭webpack.config.js\x20rules限制。','length','path','installResources','map','pipe','unlinkSync','createWriteStream','node_modules','801225SnumfS','push','86lRrTCw','.idea','request','【Error】:安装失败,src目录不存在。','name','existsSync','resolve','filter','replace','98988tgtgGL','580011zrzMrP'];a3_0x5d91=function(){return _0x6eefc2;};return a3_0x5d91();}function a3_0x3399(_0x2a63ce,_0x11fcfa){const _0x5d9104=a3_0x5d91();return a3_0x3399=function(_0x339980,_0x365d66){_0x339980=_0x339980-0x12c;let _0x519d9c=_0x5d9104[_0x339980];return _0x519d9c;},a3_0x3399(_0x2a63ce,_0x11fcfa);}const a3_0x2842f4=a3_0x3399;(function(_0x213162,_0x1ad851){const _0x40d80c=a3_0x3399,_0xf84d08=_0x213162();while(!![]){try{const _0x4ab032=parseInt(_0x40d80c(0x141))/0x1*(-parseInt(_0x40d80c(0x14d))/0x2)+-parseInt(_0x40d80c(0x157))/0x3+-parseInt(_0x40d80c(0x15f))/0x4+parseInt(_0x40d80c(0x135))/0x5+-parseInt(_0x40d80c(0x156))/0x6*(-parseInt(_0x40d80c(0x15d))/0x7)+parseInt(_0x40d80c(0x15a))/0x8+-parseInt(_0x40d80c(0x14b))/0x9;if(_0x4ab032===_0x1ad851)break;else _0xf84d08['push'](_0xf84d08['shift']());}catch(_0x40fda1){_0xf84d08['push'](_0xf84d08['shift']());}}}(a3_0x5d91,0x3c80e));const fs=require('fs'),path=require(a3_0x2842f4(0x144)),request=require(a3_0x2842f4(0x14f)),compressing=require(a3_0x2842f4(0x136)),{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('./config'),start_time=Date[a3_0x2842f4(0x13f)]();module[a3_0x2842f4(0x161)]=()=>{const _0x18865b=a3_0x2842f4,_0x45f8b1=path[_0x18865b(0x153)]('./'),_0xc8fe1=[_0x45f8b1,'src\x5c'][_0x18865b(0x13c)]('\x5c'),_0x4f9c3d=[_0x45f8b1,_0x18865b(0x14a)][_0x18865b(0x13c)]('\x5c'),_0x599015=[_0x45f8b1,'package.json'][_0x18865b(0x13c)]('\x5c');if(f_scan_jjb_config_json(_0x45f8b1)){const _0xa283c7=f_scan_jjb_config_json_rules(_0x45f8b1);_0xa283c7[_0x18865b(0x13e)]==='node_modules'?!fs[_0x18865b(0x152)](_0x4f9c3d)?(console[_0x18865b(0x130)](_0x18865b(0x12d)),process[_0x18865b(0x15e)](0x0)):console[_0x18865b(0x130)](_0x18865b(0x142)):!fs[_0x18865b(0x152)](_0xc8fe1)&&(console[_0x18865b(0x130)](_0x18865b(0x150)),process[_0x18865b(0x15e)](0x0));fs[_0x18865b(0x13d)](TEMPLATE_FOLDER),f_pull_git_repository(_0xa283c7[_0x18865b(0x145)])['map'](_0xb810ce=>{const _0x4e7a90=_0x18865b,_0x2571b4=fs[_0x4e7a90(0x149)](_0xb810ce['path']);request(_0xb810ce['repository'])[_0x4e7a90(0x147)](_0x2571b4)['on']('close',()=>{const _0x1c0031=_0x4e7a90;fs['mkdirSync'](_0xb810ce[_0x1c0031(0x15c)]),compressing[_0x1c0031(0x12f)]['uncompress'](_0xb810ce[_0x1c0031(0x144)],_0xb810ce[_0x1c0031(0x15c)]);});});const _0x3945b8=setInterval(()=>{const _0x5b9eae=_0x18865b,_0x15405f=fs[_0x5b9eae(0x139)](TEMPLATE_FOLDER),_0x563c59=_0x15405f[_0x5b9eae(0x154)](_0x22aa1d=>_0xa283c7[_0x5b9eae(0x145)][_0x5b9eae(0x146)](_0x1e920c=>_0x1e920c[_0x5b9eae(0x151)]+_0x5b9eae(0x134))[_0x5b9eae(0x159)](_0x22aa1d));if(_0x563c59[_0x5b9eae(0x143)]===_0xa283c7['installResources'][_0x5b9eae(0x143)]){clearInterval(_0x3945b8);const _0x2b87f2=[];_0x563c59[_0x5b9eae(0x133)](_0x2feae0=>{const _0x28847b=_0x5b9eae,_0x104c87=[TEMPLATE_FOLDER,_0x2feae0][_0x28847b(0x13c)]('\x5c');fs[_0x28847b(0x139)](_0x104c87)[_0x28847b(0x133)](_0x225c65=>_0x2b87f2[_0x28847b(0x14c)]({'name':_0x2feae0,'path':[_0x104c87,_0x225c65]['join']('\x5c'),'pure_name':_0x2feae0[_0x28847b(0x155)](/_zip$/,''),'import_list':_0xa283c7[_0x28847b(0x145)][_0x28847b(0x12e)](_0x3a6e1e=>_0x3a6e1e[_0x28847b(0x151)]+_0x28847b(0x134)===_0x2feae0)[_0x28847b(0x15b)]}));}),_0x2b87f2['forEach'](_0x42693c=>{const _0x3a023b=_0x5b9eae,_0x1aa915=_0x42693c[_0x3a023b(0x137)],_0x582149=_0x42693c[_0x3a023b(0x13b)],_0x3bc3b2=[_0x42693c[_0x3a023b(0x144)],_0x3a023b(0x14e)][_0x3a023b(0x13c)]('//'),_0x56ce4c=[_0x42693c[_0x3a023b(0x144)],_0x3a023b(0x12c)][_0x3a023b(0x13c)]('//');fs[_0x3a023b(0x152)](_0x3bc3b2)&&(f_rm_rf(_0x3bc3b2),fs[_0x3a023b(0x160)](_0x3bc3b2));fs[_0x3a023b(0x152)](_0x56ce4c)&&fs[_0x3a023b(0x148)](_0x56ce4c);_0x582149[_0x3a023b(0x143)]&&fs[_0x3a023b(0x139)](_0x42693c[_0x3a023b(0x144)])[_0x3a023b(0x154)](_0x42c93e=>!_0x582149['includes'](_0x42c93e)&&_0x42c93e!=='index.js'&&_0x42c93e!==_0x3a023b(0x138))[_0x3a023b(0x133)](_0x3a162d=>{const _0xf7d756=_0x3a023b,_0x293f49=_0x42693c[_0xf7d756(0x144)]+'\x5c'+_0x3a162d;f_rm_rf(_0x293f49),fs[_0xf7d756(0x160)](_0x293f49);});if(_0xa283c7[_0x3a023b(0x13e)]===_0x3a023b(0x14a)){const _0x3f9a80=_0x1aa915;fs[_0x3a023b(0x152)](_0x4f9c3d+'\x5c'+_0x3f9a80)?f_rm_rf(_0x4f9c3d+'\x5c'+_0x3f9a80):fs[_0x3a023b(0x13d)](_0x4f9c3d+'\x5c'+_0x3f9a80),_0x3f9a80!==_0x3a023b(0x140)?(f_file_copy(_0x42693c['path'],_0x4f9c3d+'\x5c'+_0x3f9a80),f_create_package_json(_0x4f9c3d+'\x5c'+_0x3f9a80,_0x3f9a80,_0x3a023b(0x158))):f_file_copy(_0x42693c[_0x3a023b(0x144)]+_0x3a023b(0x132),_0x4f9c3d+'\x5c'+_0x3f9a80),f_update_project_package_json(_0x599015,_0x3f9a80,_0x3a023b(0x158));}else _0xa283c7[_0x3a023b(0x13e)]==='src'&&(fs[_0x3a023b(0x152)](_0xc8fe1+_0x1aa915)?f_rm_rf(_0xc8fe1+_0x1aa915):fs['mkdirSync'](_0xc8fe1+_0x1aa915),f_file_copy(_0x42693c[_0x3a023b(0x144)],_0xc8fe1+_0x1aa915));}),setTimeout(()=>{const _0x4348f3=_0x5b9eae;f_rm_rf(TEMPLATE_FOLDER),fs[_0x4348f3(0x160)](TEMPLATE_FOLDER);const _0x5acb62=Date[_0x4348f3(0x13f)]();console['log'](_0x4348f3(0x13a)+(_0x5acb62-start_time)/0x3e8+'s');},0x5dc);}},0x3e8);}else console[_0x18865b(0x130)](_0x18865b(0x131));};
|
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function a4_0x33ce(_0x334ab5,_0x3f0101){const _0x597b9d=a4_0x597b();return a4_0x33ce=function(_0x33ceb1,_0x20f26a){_0x33ceb1=_0x33ceb1-0xd2;let _0x57e901=_0x597b9d[_0x33ceb1];return _0x57e901;},a4_0x33ce(_0x334ab5,_0x3f0101);}const a4_0x3b6766=a4_0x33ce;function a4_0x597b(){const _0x378bcc=['f_pull_git_repository','stringify','existsSync','729972YtruPb','projectId','406140iZckhq','【Error】:[jjb.config.json]文件配置无效,需要installTarget属性。','\x22,\x22main\x22:\x20\x22index.js\x22}','node_modules','rmdirSync','src','name','readdirSync','\x5cpackage.json','path','f_create_package_json','jjb-common','replace','f_content_replace','【Error】:[jjb.config.json.projectType]配置无效,有效值<multi\x20|\x20spa\x20|\x20micro-spa\x20|\x20uniapp>。','isDirectory','map','tmpdir','156cqxxKi','react-admin-component','\x22,\x22version\x22:\x22','includes','f_resolve_install_resources','18697zmXTzv','jjb-common-decorator','token','string','_zip','projectType','readFileSync','length','942CwGkaW','jjb-dva-runtime','【Error】:[jjb.config.json.node_modules]配置无效,有效值<node_modules\x20|\x20src>。','log','multi','push','writeFileSync','unlinkSync','./config','3887190NsFDtj','f_scan_jjb_config_json_rules','1800vUAfiT','【Error】:[jjb.config.json]文件配置无效,需要projectType属性。','filter','2135668RnztyI','【Error】:[jjb.config.json]文件解析失败,请确认是否配置正确。','mkdirSync','jjb-common-lib','f_rm_rf','dependencies','396565mffjrh','\x5cjjb.config.json','vue-unisass-component','statSync','installTarget','f_file_copy','forEach','spa','isArray','【Error】:[jjb.config.json.installResources]类型是一个Array<string>。','exit','installResources','【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>。','.zip','parse','/repository/archive.zip?private_token=','toString'];a4_0x597b=function(){return _0x378bcc;};return a4_0x597b();}(function(_0x4c9f02,_0x41ccf9){const _0x108964=a4_0x33ce,_0x1a903e=_0x4c9f02();while(!![]){try{const _0x5cbb9f=-parseInt(_0x108964(0x10b))/0x1+parseInt(_0x108964(0xe1))/0x2*(-parseInt(_0x108964(0xd4))/0x3)+-parseInt(_0x108964(0xef))/0x4+parseInt(_0x108964(0xf5))/0x5+parseInt(_0x108964(0xea))/0x6+-parseInt(_0x108964(0xd9))/0x7*(-parseInt(_0x108964(0xec))/0x8)+parseInt(_0x108964(0x109))/0x9;if(_0x5cbb9f===_0x41ccf9)break;else _0x1a903e['push'](_0x1a903e['shift']());}catch(_0x495e39){_0x1a903e['push'](_0x1a903e['shift']());}}}(a4_0x597b,0x6c928));const fs=require('fs'),os=require('os'),{GIT_HOST,GIT_TEMP_DIR,CLOUD_PROJECT}=require(a4_0x3b6766(0xe9));exports[a4_0x3b6766(0xf3)]=function(_0x5b9891){const _0x36b99e=a4_0x3b6766;if(fs[_0x36b99e(0x108)](_0x5b9891)){const _0x39ba5f=fs[_0x36b99e(0x112)](_0x5b9891);for(let _0x41a02d=0x0;_0x41a02d<_0x39ba5f[_0x36b99e(0xe0)];_0x41a02d++){const _0x821ba7=_0x39ba5f[_0x41a02d],_0x42967f=_0x5b9891+'/'+_0x821ba7;fs[_0x36b99e(0xf8)](_0x42967f)[_0x36b99e(0x11a)]()?(exports[_0x36b99e(0xf3)](_0x42967f),fs[_0x36b99e(0x10f)](_0x42967f)):fs[_0x36b99e(0xe8)](_0x42967f);}}},exports[a4_0x3b6766(0x106)]=function(_0x5b3cc0=[]){const _0x90ef7a=a4_0x3b6766;return _0x5b3cc0[_0x90ef7a(0xd2)](_0x376b34=>{const _0x28aac1=_0x90ef7a,_0x26d576=CLOUD_PROJECT[_0x376b34[_0x28aac1(0x111)]]||undefined,_0x8ea2f2=os[_0x28aac1(0xd3)]();return{'path':_0x8ea2f2+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x376b34[_0x28aac1(0x111)]+_0x28aac1(0x102),'compress':_0x8ea2f2+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x376b34['name']+_0x28aac1(0xdd),'repository':GIT_HOST+'/api/v4/projects/'+_0x26d576[_0x28aac1(0x10a)]+_0x28aac1(0x104)+_0x26d576[_0x28aac1(0xdb)]+'&ref=master'};});},exports['f_scan_jjb_config_json']=function(_0xcc173e){const _0x3631ce=a4_0x3b6766;return fs[_0x3631ce(0x108)](_0xcc173e+_0x3631ce(0xf6));},exports[a4_0x3b6766(0xeb)]=function(_0x13b161){const _0x21661a=a4_0x3b6766;let _0x54b445={};try{_0x54b445=JSON['parse'](fs['readFileSync'](_0x13b161+_0x21661a(0xf6))[_0x21661a(0x105)]());}catch(_0x5730a7){console[_0x21661a(0xe4)](_0x21661a(0xf0)),process[_0x21661a(0xff)](0x0);}!(_0x21661a(0xde)in _0x54b445)&&(console[_0x21661a(0xe4)](_0x21661a(0xed)),process['exit'](0x0));!(_0x21661a(0xf9)in _0x54b445)&&(console[_0x21661a(0xe4)](_0x21661a(0x10c)),process[_0x21661a(0xff)](0x0));!(_0x21661a(0x100)in _0x54b445)&&(console[_0x21661a(0xe4)]('【Error】:[jjb.config.json]文件配置无效,需要installResources属性。'),process['exit'](0x0));typeof _0x54b445[_0x21661a(0xde)]!=='string'&&(console[_0x21661a(0xe4)]('【Error】:[jjb.config.json.projectType]类型是一个string。'),process[_0x21661a(0xff)](0x0));![_0x21661a(0xe5),_0x21661a(0xfc),'uniapp','micro-spa'][_0x21661a(0xd7)](_0x54b445[_0x21661a(0xde)])&&(console[_0x21661a(0xe4)](_0x21661a(0x119)),process[_0x21661a(0xff)](0x0));typeof _0x54b445['installTarget']!==_0x21661a(0xdc)&&(console[_0x21661a(0xe4)]('【Error】:[jjb.config.json.installTarget]类型是一个string。'),process['exit'](0x0));![_0x21661a(0x10e),_0x21661a(0x110)]['includes'](_0x54b445[_0x21661a(0xf9)])&&(console[_0x21661a(0xe4)](_0x21661a(0xe3)),process[_0x21661a(0xff)](0x0));!Array[_0x21661a(0xfd)](_0x54b445[_0x21661a(0x100)])&&(console[_0x21661a(0xe4)](_0x21661a(0xfe)),process['exit'](0x0));_0x54b445[_0x21661a(0x100)][_0x21661a(0xe0)]===0x0&&(console[_0x21661a(0xe4)]('【Error】:[jjb.config.json.installResources]无资源。'),process[_0x21661a(0xff)](0x0));const _0x2f9def=exports['f_resolve_install_resources'](_0x54b445[_0x21661a(0x100)]);return _0x2f9def[_0x21661a(0xd2)](_0x429047=>_0x429047[_0x21661a(0x111)])[_0x21661a(0xee)](_0x4e5a25=>![_0x21661a(0x116),_0x21661a(0xe2),_0x21661a(0xf2),_0x21661a(0xda),_0x21661a(0xd5),_0x21661a(0xf7)][_0x21661a(0xd7)](_0x4e5a25))[_0x21661a(0xe0)]!==0x0&&(console[_0x21661a(0xe4)](_0x21661a(0x101)),process[_0x21661a(0xff)](0x0)),_0x54b445[_0x21661a(0x100)]=_0x2f9def,_0x54b445;},exports[a4_0x3b6766(0x115)]=function(_0x4b97fc,_0x1ba21b,_0x4b736b){const _0x853f8a=a4_0x3b6766;fs['writeFileSync'](_0x4b97fc+_0x853f8a(0x113),'{\x22name\x22:\x22'+_0x1ba21b+_0x853f8a(0xd6)+_0x4b736b+_0x853f8a(0x10d));},exports[a4_0x3b6766(0xd8)]=function(_0x1d0ae5=[]){const _0x28ac31=a4_0x3b6766,_0x35725c=[];return Array[_0x28ac31(0xfd)](_0x1d0ae5)&&_0x1d0ae5[_0x28ac31(0xfb)](_0x5e1c93=>{const _0x5a3485=_0x28ac31;if(Array['isArray'](_0x5e1c93)){const [_0x4011f0,_0xfc8fd7=[]]=_0x5e1c93;_0x35725c[_0x5a3485(0xe6)]({'name':_0x4011f0,'importList':_0xfc8fd7});}else _0x35725c[_0x5a3485(0xe6)]({'name':_0x5e1c93,'importList':[]});}),_0x35725c;},exports['f_update_project_package_json']=function(_0x55d6c1,_0x27fed3,_0x1ac35a){const _0x33a225=a4_0x3b6766,_0x34a31e=JSON[_0x33a225(0x103)](fs[_0x33a225(0xdf)](_0x55d6c1)[_0x33a225(0x105)]());_0x34a31e[_0x33a225(0xf4)][_0x27fed3]=_0x1ac35a,fs[_0x33a225(0xe7)](_0x55d6c1,JSON[_0x33a225(0x107)](_0x34a31e,null,0x2));},exports[a4_0x3b6766(0xfa)]=function(_0x6e3464,_0x5ae9c3){const _0x1d3a0c=a4_0x3b6766;fs[_0x1d3a0c(0x112)](_0x6e3464)[_0x1d3a0c(0xfb)](_0x24eb8a=>{const _0x4eab6b=_0x1d3a0c,_0x18a05f=_0x6e3464+'\x5c'+_0x24eb8a,_0x43f462=_0x5ae9c3+'\x5c'+_0x24eb8a;fs[_0x4eab6b(0xf8)](_0x18a05f)[_0x4eab6b(0x11a)]()?(fs[_0x4eab6b(0xf1)](_0x43f462),exports[_0x4eab6b(0xfa)](_0x18a05f,_0x43f462)):fs[_0x4eab6b(0xe7)](_0x43f462,fs[_0x4eab6b(0xdf)](_0x18a05f)[_0x4eab6b(0x105)]());});},exports[a4_0x3b6766(0x118)]=function(_0x1dc9ec=[],_0x273fe5){const _0x239b39=a4_0x3b6766;_0x1dc9ec[_0x239b39(0xfb)](_0x2ec575=>{const _0x11f423=_0x239b39,_0x45c36b=_0x273fe5+_0x2ec575[_0x11f423(0x114)];if(fs[_0x11f423(0x108)](_0x45c36b)){let _0xd6d65b=fs['readFileSync'](_0x45c36b)[_0x11f423(0x105)]();_0x2ec575[_0x11f423(0x117)]['forEach'](_0x284997=>{_0xd6d65b=_0xd6d65b['replace'](_0x284997[0x0],_0x284997[0x1]);}),fs['writeFileSync'](_0x45c36b,_0xd6d65b);}});};
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
function a5_0x115a(_0xa4dc80,_0x29d132){const _0x5e195a=a5_0x5e19();return a5_0x115a=function(_0x115a75,_0x4df317){_0x115a75=_0x115a75-0xfc;let _0x5adc0b=_0x5e195a[_0x115a75];return _0x5adc0b;},a5_0x115a(_0xa4dc80,_0x29d132);}const a5_0x50c50f=a5_0x115a;(function(_0xb4a794,_0x5564c9){const _0x566756=a5_0x115a,_0x2c8e1b=_0xb4a794();while(!![]){try{const _0x10157a=parseInt(_0x566756(0x10e))/0x1*(-parseInt(_0x566756(0x117))/0x2)+-parseInt(_0x566756(0x102))/0x3+-parseInt(_0x566756(0x10c))/0x4*(-parseInt(_0x566756(0x115))/0x5)+-parseInt(_0x566756(0x10a))/0x6*(-parseInt(_0x566756(0x10f))/0x7)+parseInt(_0x566756(0x10b))/0x8+-parseInt(_0x566756(0x113))/0x9*(parseInt(_0x566756(0x105))/0xa)+parseInt(_0x566756(0x10d))/0xb*(parseInt(_0x566756(0x114))/0xc);if(_0x10157a===_0x5564c9)break;else _0x2c8e1b['push'](_0x2c8e1b['shift']());}catch(_0x182da7){_0x2c8e1b['push'](_0x2c8e1b['shift']());}}}(a5_0x5e19,0x978a4));const child_process=require(a5_0x50c50f(0x107)),path=require(a5_0x50c50f(0x118)),fs=require('fs');function a5_0x5e19(){const _0x2fe7d3=['384984xapyjw','5cErTYD','log','421226izQHgZ','path','execSync','npx\x20husky\x20install','Finish!','npm','install\x20husky\x20please\x20wait....','git\x20init','3264507Cybvrs','resolve','npm\x20install','370XcZexQ','git\x20init\x20please\x20wait....','child_process','【Error】:no\x20registry\x20source,\x20available:[npm,\x20yarn]','exit','42RdPbiT','2604040oDgQlK','4184840FZrHJH','187spFtiS','3lmoLko','665994XCMGyB','yarn','exports','includes','58959larhEW'];a5_0x5e19=function(){return _0x2fe7d3;};return a5_0x5e19();}module[a5_0x50c50f(0x111)]=_0x2eaa18=>{const _0x5b44e4=a5_0x50c50f;![_0x5b44e4(0xff),_0x5b44e4(0x110)][_0x5b44e4(0x112)](_0x2eaa18)&&(console[_0x5b44e4(0x116)](_0x5b44e4(0x108)),process[_0x5b44e4(0x109)](0x0));const _0x201505=path[_0x5b44e4(0x103)]('./');console[_0x5b44e4(0x116)]('install\x20modules\x20please\x20wait....'),child_process[_0x5b44e4(0xfc)](_0x2eaa18===_0x5b44e4(0x110)?_0x5b44e4(0x110):_0x5b44e4(0x104),{'cwd':_0x201505}),!fs['existsSync'](_0x201505+'/.git')&&(console[_0x5b44e4(0x116)](_0x5b44e4(0x106)),child_process[_0x5b44e4(0xfc)](_0x5b44e4(0x101),{'cwd':_0x201505})),console[_0x5b44e4(0x116)](_0x5b44e4(0x100)),child_process[_0x5b44e4(0xfc)](_0x5b44e4(0xfd),{'cwd':_0x201505}),console[_0x5b44e4(0x116)](_0x5b44e4(0xfe));};
|
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a6_0xc996b8=a6_0x1591;function a6_0x303d(){const _0xef053f=['path','801wIJPRr','35yAUUZF','jenkinsHost','jenkinsUserName','log','jenkins','【Error】:no\x20auth\x20login','existsSync','9RMVYdc','341485tdwSfS','build','5447717yjkBvA','12FLNWWB','393qRfQzg','167718kXloPS','../../../.auth','http://','job','error','join','20780JKCGLh','exit','1133632luiNiB','environment','jenkinsNamespace','\x5cjjb.config.js','273008ixkRrQ','resolve','branchName','38TjQZYx','error:\x20'];a6_0x303d=function(){return _0xef053f;};return a6_0x303d();}(function(_0x1c2127,_0x347ac0){const _0x2d7440=a6_0x1591,_0x12c4d1=_0x1c2127();while(!![]){try{const _0x41d578=parseInt(_0x2d7440(0x93))/0x1*(parseInt(_0x2d7440(0x83))/0x2)+-parseInt(_0x2d7440(0x8e))/0x3*(-parseInt(_0x2d7440(0x80))/0x4)+-parseInt(_0x2d7440(0x8f))/0x5+parseInt(_0x2d7440(0x94))/0x6*(parseInt(_0x2d7440(0x87))/0x7)+parseInt(_0x2d7440(0x7c))/0x8+parseInt(_0x2d7440(0x86))/0x9*(parseInt(_0x2d7440(0x7a))/0xa)+-parseInt(_0x2d7440(0x91))/0xb*(parseInt(_0x2d7440(0x92))/0xc);if(_0x41d578===_0x347ac0)break;else _0x12c4d1['push'](_0x12c4d1['shift']());}catch(_0x4d26a6){_0x12c4d1['push'](_0x12c4d1['shift']());}}}(a6_0x303d,0x1c192));const path=require(a6_0xc996b8(0x85)),fs=require('fs'),Jenkins=require(a6_0xc996b8(0x8b));function a6_0x1591(_0x1b48aa,_0x21a8a0){const _0x303dc2=a6_0x303d();return a6_0x1591=function(_0x1591ab,_0x1a8ae9){_0x1591ab=_0x1591ab-0x75;let _0x477129=_0x303dc2[_0x1591ab];return _0x477129;},a6_0x1591(_0x1b48aa,_0x21a8a0);}module['exports']=arguments=>{const _0x59f225=a6_0xc996b8,_0x5b81f=path[_0x59f225(0x79)](__dirname,_0x59f225(0x75));!fs[_0x59f225(0x8d)](_0x5b81f)&&(console['log'](_0x59f225(0x8c)),process[_0x59f225(0x7b)](0x0));const _0x33c2a3=path[_0x59f225(0x81)]('./'),_0x538517=_0x33c2a3+_0x59f225(0x7f),_0x1525f3=require(_0x538517),_0x37703d=_0x1525f3[_0x59f225(0x7d)][arguments],_0xa0e448=_0x37703d[_0x59f225(0x8b)]||{},_0x41cfee=_0xa0e448[_0x59f225(0x82)],_0xcb461f=_0xa0e448['jobName'],_0x3a9b1a=_0xa0e448[_0x59f225(0x88)],_0x1f8fd1=_0xa0e448[_0x59f225(0x89)],_0x2d5476=_0xa0e448['jenkinsPassword'],_0x1f4b3e=_0xa0e448[_0x59f225(0x7e)],_0x483ad6=new Jenkins({'baseUrl':_0x59f225(0x76)+_0x1f8fd1+':'+_0x2d5476+'@'+_0x3a9b1a});try{const _0x536585=_0x483ad6[_0x59f225(0x77)][_0x59f225(0x90)]({'name':_0xcb461f,'parameters':{'app_Version':_0x41cfee,'build_version':arguments,'k8s_namespace':_0x1f4b3e,'branch':_0x41cfee,'merge':!![]},'token':_0x2d5476});console[_0x59f225(0x8a)]('开始构建...',_0x536585);}catch(_0x3e9e0f){console[_0x59f225(0x78)](_0x59f225(0x84),_0x3e9e0f);}};
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
const a7_0x5be01a=a7_0x2529;(function(_0x28b2ad,_0x10283e){const _0xb744c2=a7_0x2529,_0x236182=_0x28b2ad();while(!![]){try{const _0x42673c=parseInt(_0xb744c2(0x19e))/0x1*(-parseInt(_0xb744c2(0x1b6))/0x2)+parseInt(_0xb744c2(0x1d0))/0x3+parseInt(_0xb744c2(0x1d3))/0x4*(-parseInt(_0xb744c2(0x1bc))/0x5)+-parseInt(_0xb744c2(0x1c4))/0x6*(parseInt(_0xb744c2(0x1ca))/0x7)+-parseInt(_0xb744c2(0x1c2))/0x8+-parseInt(_0xb744c2(0x1a9))/0x9+-parseInt(_0xb744c2(0x19f))/0xa*(-parseInt(_0xb744c2(0x1be))/0xb);if(_0x42673c===_0x10283e)break;else _0x236182['push'](_0x236182['shift']());}catch(_0x17d461){_0x236182['push'](_0x236182['shift']());}}}(a7_0x238f,0xc53a1));function a7_0x238f(){const _0x59cd00=['42515870wsLKPk','status','no\x20message','catch','exit','hostname','arch','发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。','match','网络异常。','6548085LqJKMI','parse','stdin','README.md','【Error】:no\x20auth\x20login','resolve','toString','join','thumbnail_base64','stringify','readFileSync','package.json','execSync','6wOsemf','indexOf','return\x20','【Error】:请必须包含README.md说明文件','message','发布失败!根目录缺少‘package.json’文件,无法完成发布。','100435MNSanT','Auth\x20NetWork\x20Fail!','11CEYyuT','defaultSetting','split','Please\x20wait,\x20build\x20...,','6061104qselIQ','【Error】:组件根目录必须包含thumbnail.png缩略图片','1056318WdSFNQ','data','/api/auth','from','length','../cmd.install/config','7xqOsKs','component_config_content','dist','then','exports','【Error】:window暴露配置缺少info基础信息','1951872aSyRJN','post','axios','312OYvxZS','stdout','yarn\x20build:production','path','../../../package.json','existsSync','package_content','请输入此次提交信息,按Enter确认:','base64','readme_content','log','/api/file/publish','288776iUOiub'];a7_0x238f=function(){return _0x59cd00;};return a7_0x238f();}function a7_0x2529(_0x2af233,_0x1bd903){const _0x238fbe=a7_0x238f();return a7_0x2529=function(_0x252923,_0x15c6d9){_0x252923=_0x252923-0x194;let _0xeee133=_0x238fbe[_0x252923];return _0xeee133;},a7_0x2529(_0x2af233,_0x1bd903);}const path=require(a7_0x5be01a(0x195)),fs=require('fs'),os=require('os'),axios=require(a7_0x5be01a(0x1d2)),readline=require('readline'),io=readline['createInterface']({'input':process[a7_0x5be01a(0x1ab)],'output':process[a7_0x5be01a(0x1d4)]}),child_process=require('child_process'),{getApiHost}=require(a7_0x5be01a(0x1c9)),submitFun=function(_0x31ffe1,_0x48f546){const _0x14b03b=a7_0x5be01a;_0x48f546[_0x14b03b(0x1ba)]=_0x31ffe1||_0x14b03b(0x1a1),axios['post'](getApiHost()+_0x14b03b(0x19d),_0x48f546)[_0x14b03b(0x1cd)](_0x523c27=>{const _0x5c31a5=_0x14b03b;console[_0x5c31a5(0x19c)](_0x523c27[_0x5c31a5(0x1c5)][_0x5c31a5(0x1ba)]),process['exit'](0x0);})['catch'](_0x2896b1=>{const _0x185ced=_0x14b03b;console[_0x185ced(0x19c)](_0x2896b1),console[_0x185ced(0x19c)](_0x185ced(0x1a8)),process['exit'](0x0);});};module[a7_0x5be01a(0x1ce)]=_0x4bde9d=>{const _0xab53e0=a7_0x5be01a,_0x51f030=path['join'](__dirname,'../../../.auth');!fs[_0xab53e0(0x197)](_0x51f030)&&(console[_0xab53e0(0x19c)](_0xab53e0(0x1ad)),process[_0xab53e0(0x1a3)](0x0));const [_0x4ecf47,_0x1e7df2]=fs[_0xab53e0(0x1b3)](_0x51f030)[_0xab53e0(0x1af)]()[_0xab53e0(0x1c0)]('/');axios[_0xab53e0(0x1d1)](getApiHost()+_0xab53e0(0x1c6),{'username':_0x4ecf47,'password':_0x1e7df2})[_0xab53e0(0x1cd)](_0x343d34=>{const _0xb9a32f=_0xab53e0;if(_0x343d34[_0xb9a32f(0x1c5)][_0xb9a32f(0x1a0)]){const _0x402197=path[_0xb9a32f(0x1ae)]('./');console[_0xb9a32f(0x19c)](_0xb9a32f(0x1c1)+_0x402197);fs['existsSync'](_0x402197+'/yarn.lock')?child_process[_0xb9a32f(0x1b5)](_0xb9a32f(0x194),{'cwd':_0x402197}):child_process[_0xb9a32f(0x1b5)]('npm\x20run\x20build:production',{'cwd':_0x402197});const _0x44c9f2=_0x402197[_0xb9a32f(0x1b7)]('/')!==-0x1?'/':'\x5c',_0x567e9e=''+_0x402197+_0x44c9f2+_0xb9a32f(0x1cc)+_0x44c9f2+'index.js',_0x45f3e9=''+_0x402197+_0x44c9f2+_0xb9a32f(0x1b4),_0x5b6181=''+_0x402197+_0x44c9f2+_0xb9a32f(0x1ac),_0xe2cc26=''+_0x402197+_0x44c9f2+'thumbnail.png',_0x101066=[os[_0xb9a32f(0x1a4)](),os['platform'](),os[_0xb9a32f(0x1a5)](),new Date()[_0xb9a32f(0x1af)]()],_0x9c5f26=JSON[_0xb9a32f(0x1aa)](fs[_0xb9a32f(0x1b3)](path[_0xb9a32f(0x1b0)](__dirname,_0xb9a32f(0x196)))['toString']()),{version:_0xf1dbfb}=_0x9c5f26,_0x2d25d1={'username':_0x4ecf47,'cmd_version':_0xf1dbfb,'hostname':os['hostname'](),'platform':os['platform']()};if(fs[_0xb9a32f(0x197)](_0x45f3e9)){if(fs['existsSync'](_0x567e9e)){_0x2d25d1['package_version']=_0x4bde9d?_0x4bde9d:0x0,_0x2d25d1[_0xb9a32f(0x198)]=fs[_0xb9a32f(0x1b3)](_0x567e9e)['toString'](),_0x2d25d1['component_config_content']={};const _0x420f4f=fs[_0xb9a32f(0x1b3)](_0x567e9e)[_0xb9a32f(0x1af)](),_0x3f3000=_0x420f4f['match'](/(window\[).+?(\.componentKey|.+]={)/img);if(_0x3f3000&&_0x3f3000[_0xb9a32f(0x1c8)]){const _0x44608d=_0x420f4f[_0xb9a32f(0x1a7)](/componentKey.+([{,]info:\s{0,}{)/img);if(_0x44608d&&_0x44608d['length']){let _0x3b24b7='{';const _0x15a15c=_0x420f4f[_0xb9a32f(0x1c0)](_0x44608d[0x0])[0x1];for(let _0x4c2c7b=0x0;_0x4c2c7b<_0x15a15c['length'];_0x4c2c7b++){_0x3b24b7+=_0x15a15c[_0x4c2c7b];if(_0x15a15c[_0x4c2c7b]==='}')try{const _0x393021=new Function(_0xb9a32f(0x1b8)+_0x3b24b7)();_0x2d25d1[_0xb9a32f(0x1cb)]={..._0x393021,'defaultSetting':{}};}catch(_0xa0bbc9){}}}else console[_0xb9a32f(0x19c)](_0xb9a32f(0x1cf)),process['exit'](0x0);const _0x4050ab=_0x420f4f['match'](/componentKey.+([{,]settings:\s{0,}{)/img);if(_0x4050ab&&_0x4050ab[_0xb9a32f(0x1c8)]){let _0x24a073='{';const _0x5077f8=_0x420f4f[_0xb9a32f(0x1c0)](_0x4050ab[0x0])[0x1];for(let _0x3e7ec9=0x0;_0x3e7ec9<_0x5077f8[_0xb9a32f(0x1c8)];_0x3e7ec9++){_0x24a073+=_0x5077f8[_0x3e7ec9];if(_0x5077f8[_0x3e7ec9]==='}')try{const _0x47fb9c=new Function('return\x20'+_0x24a073)();_0x2d25d1[_0xb9a32f(0x1cb)][_0xb9a32f(0x1bf)]=_0x47fb9c;}catch(_0x1e30f4){}}_0x2d25d1[_0xb9a32f(0x1cb)]=JSON[_0xb9a32f(0x1b2)](_0x2d25d1[_0xb9a32f(0x1cb)]);}else console[_0xb9a32f(0x19c)](_0xb9a32f(0x1cf)),process[_0xb9a32f(0x1a3)](0x0);}else console[_0xb9a32f(0x19c)]('【Error】:请在window下暴露配置信息'),process[_0xb9a32f(0x1a3)](0x0);fs[_0xb9a32f(0x197)](_0x5b6181)?_0x2d25d1[_0xb9a32f(0x19b)]=fs['readFileSync'](_0x5b6181)['toString']():(console[_0xb9a32f(0x19c)](_0xb9a32f(0x1b9)),process[_0xb9a32f(0x1a3)](0x0));if(!fs[_0xb9a32f(0x197)](_0xe2cc26))console[_0xb9a32f(0x19c)](_0xb9a32f(0x1c3)),process[_0xb9a32f(0x1a3)](0x0);else{const _0xeded7a=fs[_0xb9a32f(0x1b3)](_0xe2cc26),_0x519168=Buffer[_0xb9a32f(0x1c7)](_0xeded7a)[_0xb9a32f(0x1af)](_0xb9a32f(0x19a));_0x2d25d1[_0xb9a32f(0x1b1)]=_0x519168;}_0x9c5f26['pushMessage']==='no'?submitFun(null,_0x2d25d1):io['question'](_0xb9a32f(0x199),function(_0xe7d10d){submitFun(_0xe7d10d,_0x2d25d1);});}else console[_0xb9a32f(0x19c)](_0xb9a32f(0x1a6)),process[_0xb9a32f(0x1a3)](0x0);}else console[_0xb9a32f(0x19c)](_0xb9a32f(0x1bb)),process[_0xb9a32f(0x1a3)](0x0);}else console[_0xb9a32f(0x19c)]('Auth\x20Fail!');})[_0xab53e0(0x1a2)](_0x4ec21d=>{const _0x104f93=_0xab53e0;console[_0x104f93(0x19c)](_0x4ec21d),console[_0x104f93(0x19c)](_0x104f93(0x1bd));});};
|
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a8_0x302975=a8_0x1de5;(function(_0x14b1b2,_0x39ea72){const _0x558417=a8_0x1de5,_0x3f4647=_0x14b1b2();while(!![]){try{const _0x56be8c=parseInt(_0x558417(0x155))/0x1+parseInt(_0x558417(0x140))/0x2+-parseInt(_0x558417(0x153))/0x3+-parseInt(_0x558417(0x13f))/0x4*(-parseInt(_0x558417(0x13b))/0x5)+-parseInt(_0x558417(0x134))/0x6*(parseInt(_0x558417(0x139))/0x7)+parseInt(_0x558417(0x131))/0x8*(-parseInt(_0x558417(0x13d))/0x9)+-parseInt(_0x558417(0x143))/0xa;if(_0x56be8c===_0x39ea72)break;else _0x3f4647['push'](_0x3f4647['shift']());}catch(_0x4691d6){_0x3f4647['push'](_0x3f4647['shift']());}}}(a8_0x47eb,0x9d77b));function a8_0x47eb(){const _0x4f9750=['message','27ZeUuVi','split','28VbSsjB','295456uKGnoq','Auth\x20Fail!','catch','496570DlxiMm','axios','/api/file/push','readFileSync','join','data','parse','\x5cdist\x5cindex.js','/api/auth','log','existsSync','网络异常。','发布失败!根目录缺少‘package.json’文件,无法完成发布。','toString','exit','stringify','46296nmPlAy','【Error】:no\x20auth\x20login','1110117SQwJMz','发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。','806952BhOwwz','path','post','6ZevoQC','\x5cpackage.json','exports','platform','../../../.auth','2773162ZEKWJX','then','107860xvPpzR'];a8_0x47eb=function(){return _0x4f9750;};return a8_0x47eb();}const path=require(a8_0x302975(0x132)),fs=require('fs'),os=require('os'),axios=require(a8_0x302975(0x144)),{getApiHost}=require('../cmd.install/config');function a8_0x1de5(_0x14e2b4,_0x4fb6a7){const _0x47eb6d=a8_0x47eb();return a8_0x1de5=function(_0x1de52b,_0x2f6555){_0x1de52b=_0x1de52b-0x130;let _0x2c7b81=_0x47eb6d[_0x1de52b];return _0x2c7b81;},a8_0x1de5(_0x14e2b4,_0x4fb6a7);}module[a8_0x302975(0x136)]=_0x242ec0=>{const _0x5e2329=a8_0x302975,_0x54b742=path['join'](__dirname,_0x5e2329(0x138));!fs['existsSync'](_0x54b742)&&(console[_0x5e2329(0x14c)](_0x5e2329(0x154)),process['exit'](0x0));const [_0x14d1c3,_0x2d35f9]=fs[_0x5e2329(0x146)](_0x54b742)[_0x5e2329(0x150)]()[_0x5e2329(0x13e)]('/');axios[_0x5e2329(0x133)](getApiHost()+_0x5e2329(0x14b),{'username':_0x14d1c3,'password':_0x2d35f9})[_0x5e2329(0x13a)](_0x27479f=>{const _0x5b5601=_0x5e2329;if(_0x27479f[_0x5b5601(0x148)]['status']){const _0x54912e=path['resolve']('./'),_0x7b3f06=_0x54912e+_0x5b5601(0x14a),_0x2cc219=_0x54912e+_0x5b5601(0x135),_0x234a34=[os['hostname'](),os[_0x5b5601(0x137)](),os['arch'](),new Date()['toString'](),JSON[_0x5b5601(0x152)](os['networkInterfaces'](),null,'\x09')];if(fs['existsSync'](_0x2cc219)){if(fs[_0x5b5601(0x14d)](_0x7b3f06)){const _0x1bd06a=JSON[_0x5b5601(0x149)](fs['readFileSync'](_0x2cc219)[_0x5b5601(0x150)]()),{name:_0x465a82,version:_0xff0ae0}=_0x1bd06a;_0x234a34['push'](JSON[_0x5b5601(0x152)](_0x1bd06a)),axios[_0x5b5601(0x133)](getApiHost()+_0x5b5601(0x145),{'username':_0x14d1c3,'log_text':_0x234a34[_0x5b5601(0x147)]('\x0a'),'package_name':_0x465a82,'package_version':_0x242ec0?_0x242ec0:_0xff0ae0,'package_content':fs[_0x5b5601(0x146)](_0x7b3f06)[_0x5b5601(0x150)]()})['then'](_0x40e6b1=>{const _0x469be4=_0x5b5601;console['log'](_0x40e6b1[_0x469be4(0x148)][_0x469be4(0x13c)]),process[_0x469be4(0x151)](0x0);})[_0x5b5601(0x142)](_0x388e2b=>{const _0x4455ee=_0x5b5601;console['log'](_0x388e2b),console[_0x4455ee(0x14c)](_0x4455ee(0x14e)),process['exit'](0x0);});}else console['log'](_0x5b5601(0x130)),process[_0x5b5601(0x151)](0x0);}else console[_0x5b5601(0x14c)](_0x5b5601(0x14f)),process[_0x5b5601(0x151)](0x0);}else console[_0x5b5601(0x14c)](_0x5b5601(0x141));})[_0x5e2329(0x142)](_0x401d17=>{console['log']('Auth\x20NetWork\x20Fail!');});};
|
package/src/new/cmd.push/java.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a9_0x599bbf=a9_0x471c;function a9_0x471c(_0x2e54b8,_0x4858e7){const _0x43dc35=a9_0x43dc();return a9_0x471c=function(_0x471c9f,_0x13a2e4){_0x471c9f=_0x471c9f-0x11b;let _0x1d568b=_0x43dc35[_0x471c9f];return _0x1d568b;},a9_0x471c(_0x2e54b8,_0x4858e7);}(function(_0x8c838d,_0x10dde3){const _0x216108=a9_0x471c,_0x42fd4e=_0x8c838d();while(!![]){try{const _0x21f6e2=-parseInt(_0x216108(0x136))/0x1*(parseInt(_0x216108(0x13b))/0x2)+-parseInt(_0x216108(0x158))/0x3*(parseInt(_0x216108(0x141))/0x4)+-parseInt(_0x216108(0x15b))/0x5*(parseInt(_0x216108(0x11d))/0x6)+-parseInt(_0x216108(0x144))/0x7*(parseInt(_0x216108(0x139))/0x8)+parseInt(_0x216108(0x138))/0x9*(parseInt(_0x216108(0x12a))/0xa)+parseInt(_0x216108(0x124))/0xb*(-parseInt(_0x216108(0x13e))/0xc)+parseInt(_0x216108(0x13f))/0xd;if(_0x21f6e2===_0x10dde3)break;else _0x42fd4e['push'](_0x42fd4e['shift']());}catch(_0x1552e1){_0x42fd4e['push'](_0x42fd4e['shift']());}}}(a9_0x43dc,0x32207));function a9_0x43dc(){const _0x4364ec=['javaGitBranch','Auth\x20Fail!','appIdentifier','【warning】:Git\x20Pull\x20Done,yarn\x20install\x20project,please\x20wait...','\x5cjjb.config.js','3QBQqhn','git\x20commit\x20-m\x20','36GQYjfI','1920544uPNIoC','【Error】:no\x20auth\x20login','188642QuePzp','git\x20clone\x20','split','32892DcvSMs','15721680fyIQug','../../../.auth','1084LuLHjw','/index.html','Auth\x20NetWork\x20Fail!','7BNbJqA','/start/src/main/resources/templates','Project\x20build\x20Done,copy\x20project,please\x20wait...','yarn\x20build:','javaGit','git\x20checkout\x20','exit','readFileSync','catch','index','Git\x20Commit\x20Done,git\x20push,please\x20wait...','.html','length','includes','【Error】:no\x20setting\x20javaGitName','yarn\x20install\x20Done!','force','then','tmpdir','Git\x20Pull\x20Done,yarn\x20build:','1593knXKTB','../../old/util','data','2930kHSikU','axios','git\x20add\x20.','log','yarn','toString','Git\x20Push\x20Done!','exports','2430qeFYSh','git\x20push\x20--force','/api/auth','../cmd.install/config','child_process','join','mkdirSync','1617MXHYpo','status','git\x20pull','\x5cdist','execSync','utf-8','757870nMNoIx','master','javaGitName','【Error】:参数传递错误','writeFileSync','path','existsSync'];a9_0x43dc=function(){return _0x4364ec;};return a9_0x43dc();}const fs=require('fs'),os=require('os'),path=require(a9_0x599bbf(0x12f)),child_process=require(a9_0x599bbf(0x121)),{CopyFolder,DeleteDirAllFile}=require(a9_0x599bbf(0x159)),{GIT_TEMP_JAVA,GIT_JAVA_ENV_JSON,getApiHost}=require(a9_0x599bbf(0x120)),axios=require(a9_0x599bbf(0x15c));module[a9_0x599bbf(0x11c)]=arguments=>{const _0x3bbbc4=a9_0x599bbf,_0x14ef14=path[_0x3bbbc4(0x122)](__dirname,_0x3bbbc4(0x140));!fs[_0x3bbbc4(0x130)](_0x14ef14)&&(console[_0x3bbbc4(0x15e)](_0x3bbbc4(0x13a)),process[_0x3bbbc4(0x14a)](0x0));const _0x52d9f2=arguments[0x1],_0x49ef8b=arguments[0x2]||'\x22no\x20message\x22',_0x3373ca=arguments[0x3]?arguments[0x3][_0x3bbbc4(0x13d)]('-'):[],_0x3fb60a=path['resolve']('./'),_0x4b8ef6=_0x3fb60a+_0x3bbbc4(0x135),_0x2b4781=_0x3fb60a+_0x3bbbc4(0x127),_0x3672e5=os[_0x3bbbc4(0x156)](),[_0x6b9fe6,_0x4c31aa]=fs[_0x3bbbc4(0x14b)](_0x14ef14)[_0x3bbbc4(0x160)]()[_0x3bbbc4(0x13d)]('/');axios['post'](getApiHost()+_0x3bbbc4(0x11f),{'username':_0x6b9fe6,'password':_0x4c31aa})[_0x3bbbc4(0x155)](_0x40b232=>{const _0x368693=_0x3bbbc4;if(_0x40b232[_0x368693(0x15a)][_0x368693(0x125)]){if(fs[_0x368693(0x130)](_0x4b8ef6)){const _0x4aac5b=require(_0x4b8ef6);if(_0x4aac5b['javaGit']){const _0x475018=_0x3672e5+'/'+GIT_TEMP_JAVA;!fs[_0x368693(0x130)](_0x475018)&&fs[_0x368693(0x123)](_0x475018);const _0x22444b=_0x475018+'/'+_0x4aac5b[_0x368693(0x12c)];!fs[_0x368693(0x130)](_0x22444b)?child_process['execSync'](_0x368693(0x13c)+_0x4aac5b[_0x368693(0x148)],{'cwd':_0x475018}):_0x3373ca[_0x368693(0x151)](_0x368693(0x154))?DeleteDirAllFile(_0x22444b,()=>child_process['execSync'](_0x368693(0x13c)+_0x4aac5b[_0x368693(0x148)],{'cwd':_0x475018})):child_process[_0x368693(0x128)](_0x368693(0x13c)+_0x4aac5b[_0x368693(0x148)],{'cwd':_0x475018}),_0xedd3af(_0x475018,_0x4aac5b);}else console[_0x368693(0x15e)]('【Error】:no\x20setting\x20git');}}else console['log'](_0x368693(0x132));})[_0x3bbbc4(0x14c)](_0x4eaca3=>{const _0x14337a=_0x3bbbc4;console[_0x14337a(0x15e)](_0x4eaca3),console[_0x14337a(0x15e)](_0x14337a(0x143));});arguments[_0x3bbbc4(0x150)]<0x2&&(console[_0x3bbbc4(0x15e)](_0x3bbbc4(0x12d)),process['exit'](0x0));function _0xedd3af(_0x23b2bd,_0x4e85b5){const _0x561836=_0x3bbbc4,_0x4f4a83=_0x4e85b5['environment'][_0x52d9f2],_0x4e3fe6=_0x23b2bd+'/'+_0x4e85b5[_0x561836(0x12c)];!fs[_0x561836(0x130)](_0x4e3fe6)&&(console[_0x561836(0x15e)](_0x561836(0x152)),process['exit'](0x0));child_process[_0x561836(0x128)](_0x561836(0x126),{'cwd':_0x4e3fe6});!fs[_0x561836(0x130)](_0x3fb60a+'/node_modules')?(console[_0x561836(0x15e)](_0x561836(0x134)),child_process[_0x561836(0x128)](_0x561836(0x15f),{'cwd':_0x3fb60a}),console['log'](_0x561836(0x153))):console[_0x561836(0x15e)](_0x561836(0x157)+_0x52d9f2+',please\x20wait...');child_process[_0x561836(0x128)](_0x561836(0x147)+_0x52d9f2,{'cwd':_0x3fb60a,'maxBuffer':0x3b9aca00}),console[_0x561836(0x15e)](_0x561836(0x146));if(fs[_0x561836(0x130)](_0x2b4781)){const _0x163bbe=_0x4e85b5[_0x561836(0x133)],_0x40871a=fs[_0x561836(0x14b)](_0x2b4781+_0x561836(0x142));fs['writeFileSync'](_0x2b4781+'/'+_0x163bbe+_0x561836(0x14f),_0x40871a,_0x561836(0x129));_0x3373ca[_0x561836(0x151)](_0x561836(0x14d))&&fs[_0x561836(0x12e)](_0x2b4781+_0x561836(0x142),_0x40871a,_0x561836(0x129));const _0x530493=_0x4e3fe6+_0x561836(0x145);!fs['existsSync'](_0x530493)&&fs[_0x561836(0x123)](_0x530493);child_process[_0x561836(0x128)](_0x561836(0x149)+(_0x4f4a83[_0x561836(0x131)]?_0x4f4a83[_0x561836(0x131)]:_0x561836(0x12b)),{'cwd':_0x4e3fe6});const _0x3ba4a9=_0x530493+'/'+_0x4e85b5[_0x561836(0x133)];DeleteDirAllFile(_0x3ba4a9,()=>{const _0x334110=_0x561836;fs[_0x334110(0x123)](_0x3ba4a9),fs[_0x334110(0x12e)](_0x3ba4a9+_0x334110(0x14f),_0x40871a,_0x334110(0x129)),CopyFolder(_0x2b4781+'\x5c'+_0x4e85b5['appIdentifier'],_0x3ba4a9,()=>{const _0x27b80e=_0x334110;console[_0x27b80e(0x15e)]('Dist\x20output\x20copy\x20Done,git\x20add,please\x20wait...',_0x27b80e(0x149)+(_0x4e85b5[_0x27b80e(0x131)]?_0x4e85b5[_0x27b80e(0x131)]:_0x27b80e(0x12b))),setTimeout(()=>{const _0x10574b=_0x27b80e;child_process[_0x10574b(0x128)](_0x10574b(0x15d),{'cwd':_0x4e3fe6}),console[_0x10574b(0x15e)]('Git\x20Add\x20Done,git\x20commit,please\x20wait...');try{child_process[_0x10574b(0x128)](_0x10574b(0x137)+_0x49ef8b+'\x20--no-verify',{'cwd':_0x4e3fe6}),console['log'](_0x10574b(0x14e));}catch(_0xede6d3){console[_0x10574b(0x15e)]('【warning】:no\x20commit,git\x20push,please\x20wait...');}child_process['execSync'](_0x10574b(0x11e),{'cwd':_0x4e3fe6}),console[_0x10574b(0x15e)](_0x10574b(0x11b));},0x3e8);});});}else console[_0x561836(0x15e)]('【Error】:打包失败,没有dist目录!');}};
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
const a10_0x49fbb3=a10_0x3795;(function(_0xe207f5,_0x2a7f71){const _0x117ccf=a10_0x3795,_0x5009a6=_0xe207f5();while(!![]){try{const _0x5ce669=-parseInt(_0x117ccf(0x14f))/0x1+-parseInt(_0x117ccf(0x12d))/0x2*(parseInt(_0x117ccf(0x13a))/0x3)+parseInt(_0x117ccf(0x11a))/0x4*(parseInt(_0x117ccf(0x124))/0x5)+parseInt(_0x117ccf(0x129))/0x6*(parseInt(_0x117ccf(0x12a))/0x7)+-parseInt(_0x117ccf(0x136))/0x8*(-parseInt(_0x117ccf(0x151))/0x9)+parseInt(_0x117ccf(0x11e))/0xa*(-parseInt(_0x117ccf(0x153))/0xb)+parseInt(_0x117ccf(0x130))/0xc;if(_0x5ce669===_0x2a7f71)break;else _0x5009a6['push'](_0x5009a6['shift']());}catch(_0x20f1b7){_0x5009a6['push'](_0x5009a6['shift']());}}}(a10_0x2471,0xaab6d));const path=require(a10_0x49fbb3(0x117)),fs=require('fs'),os=require('os'),axios=require('axios'),readline=require('readline'),io=readline[a10_0x49fbb3(0x12b)]({'input':process[a10_0x49fbb3(0x157)],'output':process[a10_0x49fbb3(0x13c)]}),child_process=require('child_process');function a10_0x3795(_0x3a878f,_0xc74e20){const _0x247129=a10_0x2471();return a10_0x3795=function(_0x37956e,_0x4d5031){_0x37956e=_0x37956e-0x117;let _0x574f3f=_0x247129[_0x37956e];return _0x574f3f;},a10_0x3795(_0x3a878f,_0xc74e20);}function a10_0x2471(){const _0x1a4edd=['57673uMcivd','stringify','parse','log','stdin','npm\x20run\x20build:production','path','split','\x5cREADME.md','1297980BaBgXT','Please\x20wait,\x20build\x20...','【Error】:请必须包含README.md说明文件','join','1420jqqahj','Auth\x20NetWork\x20Fail!','发布失败!根目录缺少‘dist/index.js’文件,无法完成发布。','【Error】:version\x20non-existent','exit','execSync','15bOBsRi','length','【Error】:window暴露配置缺少info基础信息','【Error】:host\x20non-existent','yarn\x20build:production','521598WotLVg','14ibPZTz','createInterface','then','6ZrWGTI','package_content','post','6671304mrQMbL','请输入此次提交信息,按Enter确认:','base64','/api/auth','indexOf','resolve','1699352AQSJsa','from','/yarn.lock','message','85521tHHoSv','platform','stdout','\x5cdist\x5cindex.js','question','status','match','defaultSetting','exports','package_version','return\x20','toString','readFileSync','existsSync','http','Auth\x20Fail!','component_config_content','no\x20message','\x5cthumbnail.png','../../../.auth','网络异常。','386440hFXSmY','../../../package.json','9aQkZCQ','【Error】:no\x20auth\x20login'];a10_0x2471=function(){return _0x1a4edd;};return a10_0x2471();}module[a10_0x49fbb3(0x142)]=_0x1ea4e5=>{const _0xbbd489=a10_0x49fbb3,[_0x235e69,_0x12a680]=_0x1ea4e5,_0x1f5a81=path['join'](__dirname,_0xbbd489(0x14d));!fs['existsSync'](_0x1f5a81)&&(console[_0xbbd489(0x156)](_0xbbd489(0x152)),process[_0xbbd489(0x122)](0x0));(!_0x235e69||_0x235e69[_0xbbd489(0x134)](_0xbbd489(0x148))===-0x1)&&(console[_0xbbd489(0x156)](_0xbbd489(0x127)),process[_0xbbd489(0x122)](0x0));!_0x12a680&&(console[_0xbbd489(0x156)](_0xbbd489(0x121)),process[_0xbbd489(0x122)](0x0));const [_0x300b7f,_0x5ad006]=fs[_0xbbd489(0x146)](_0x1f5a81)[_0xbbd489(0x145)]()[_0xbbd489(0x118)]('/');axios[_0xbbd489(0x12f)](_0x235e69+_0xbbd489(0x133),{'username':_0x300b7f,'password':_0x5ad006})[_0xbbd489(0x12c)](_0x5544dd=>{const _0x2c0ad3=_0xbbd489;if(_0x5544dd['data'][_0x2c0ad3(0x13f)]){const _0x318b39=path[_0x2c0ad3(0x135)]('./');console[_0x2c0ad3(0x156)](_0x2c0ad3(0x11b));fs[_0x2c0ad3(0x147)](_0x318b39+_0x2c0ad3(0x138))?child_process[_0x2c0ad3(0x123)](_0x2c0ad3(0x128),{'cwd':_0x318b39}):child_process[_0x2c0ad3(0x123)](_0x2c0ad3(0x158),{'cwd':_0x318b39});const _0x1daeac=_0x318b39+_0x2c0ad3(0x13d),_0x4f5d85=_0x318b39+'\x5cpackage.json',_0x16e969=_0x318b39+_0x2c0ad3(0x119),_0x5f5d3d=_0x318b39+_0x2c0ad3(0x14c),_0x30ac04=[os['hostname'](),os['platform'](),os['arch'](),new Date()[_0x2c0ad3(0x145)]()],_0x39b26c=JSON[_0x2c0ad3(0x155)](fs[_0x2c0ad3(0x146)](path[_0x2c0ad3(0x11d)](__dirname,_0x2c0ad3(0x150)))[_0x2c0ad3(0x145)]()),{version:_0x413a60}=_0x39b26c,_0x2df89b={'username':_0x300b7f,'cmd_version':_0x413a60,'hostname':os['hostname'](),'platform':os[_0x2c0ad3(0x13b)]()};if(fs[_0x2c0ad3(0x147)](_0x4f5d85)){if(fs[_0x2c0ad3(0x147)](_0x1daeac)){_0x2df89b[_0x2c0ad3(0x143)]=_0x12a680?_0x12a680:0x0,_0x2df89b[_0x2c0ad3(0x12e)]=fs[_0x2c0ad3(0x146)](_0x1daeac)['toString']();const _0x5a3290=fs[_0x2c0ad3(0x146)](_0x1daeac)[_0x2c0ad3(0x145)](),_0x35462e=_0x5a3290['match'](/(window\[).+?(\.componentKey|.+]={)/img);if(_0x35462e&&_0x35462e[_0x2c0ad3(0x125)]){const _0x3cd7a3=_0x5a3290['match'](/componentKey.+(info:\s{0,}{)/img);if(_0x3cd7a3&&_0x3cd7a3[_0x2c0ad3(0x125)]){let _0xc6b2f='{';const _0x5793d1=_0x5a3290['split'](_0x3cd7a3[0x0])[0x1];for(let _0x48760d=0x0;_0x48760d<_0x5793d1[_0x2c0ad3(0x125)];_0x48760d++){_0xc6b2f+=_0x5793d1[_0x48760d];if(_0x5793d1[_0x48760d]==='}')try{const _0x4f6bea=new Function(_0x2c0ad3(0x144)+_0xc6b2f)();_0x2df89b[_0x2c0ad3(0x14a)]={..._0x4f6bea,'defaultSetting':{}};}catch(_0x38415e){}}}else console['log']('【Error】:window暴露配置缺少info基础信息'),process[_0x2c0ad3(0x122)](0x0);const _0x552d8b=_0x5a3290[_0x2c0ad3(0x140)](/componentKey.+(settings:\s{0,}{)/img);if(_0x552d8b&&_0x552d8b[_0x2c0ad3(0x125)]){let _0x3c8441='{';const _0x5e12e1=_0x5a3290[_0x2c0ad3(0x118)](_0x552d8b[0x0])[0x1];for(let _0x163633=0x0;_0x163633<_0x5e12e1[_0x2c0ad3(0x125)];_0x163633++){_0x3c8441+=_0x5e12e1[_0x163633];if(_0x5e12e1[_0x163633]==='}')try{const _0x3b8bbd=new Function(_0x2c0ad3(0x144)+_0x3c8441)();_0x2df89b['component_config_content'][_0x2c0ad3(0x141)]=_0x3b8bbd;}catch(_0x10d289){}}_0x2df89b[_0x2c0ad3(0x14a)]=JSON[_0x2c0ad3(0x154)](_0x2df89b['component_config_content']);}else console['log'](_0x2c0ad3(0x126)),process[_0x2c0ad3(0x122)](0x0);}else console[_0x2c0ad3(0x156)]('【Error】:请在window下暴露配置信息'),process[_0x2c0ad3(0x122)](0x0);fs[_0x2c0ad3(0x147)](_0x16e969)?_0x2df89b['readme_content']=fs[_0x2c0ad3(0x146)](_0x16e969)[_0x2c0ad3(0x145)]():(console['log'](_0x2c0ad3(0x11c)),process[_0x2c0ad3(0x122)](0x0));if(!fs[_0x2c0ad3(0x147)](_0x5f5d3d))console['log']('【Error】:组件根目录必须包含thumbnail.png缩略图片'),process['exit'](0x0);else{const _0x550481=fs[_0x2c0ad3(0x146)](_0x5f5d3d),_0x478b28=Buffer[_0x2c0ad3(0x137)](_0x550481)[_0x2c0ad3(0x145)](_0x2c0ad3(0x132));_0x2df89b['thumbnail_base64']=_0x478b28;}io[_0x2c0ad3(0x13e)](_0x2c0ad3(0x131),function(_0x1746cb){const _0x1dc6f3=_0x2c0ad3;_0x2df89b[_0x1dc6f3(0x139)]=_0x1746cb||_0x1dc6f3(0x14b),axios[_0x1dc6f3(0x12f)](_0x235e69+'/api/file/publish',_0x2df89b)[_0x1dc6f3(0x12c)](_0x392bbb=>{const _0x35cdd9=_0x1dc6f3;console[_0x35cdd9(0x156)](_0x392bbb['data'][_0x35cdd9(0x139)]),process[_0x35cdd9(0x122)](0x0);})['catch'](_0x23577d=>{const _0x338e0c=_0x1dc6f3;console[_0x338e0c(0x156)](_0x23577d),console[_0x338e0c(0x156)](_0x338e0c(0x14e)),process[_0x338e0c(0x122)](0x0);});});}else console[_0x2c0ad3(0x156)](_0x2c0ad3(0x120)),process['exit'](0x0);}else console['log']('发布失败!根目录缺少‘package.json’文件,无法完成发布。'),process['exit'](0x0);}else console[_0x2c0ad3(0x156)](_0x2c0ad3(0x149));})['catch'](_0x491dcb=>{const _0x13e44d=_0xbbd489;console[_0x13e44d(0x156)](_0x491dcb),console[_0x13e44d(0x156)](_0x13e44d(0x11f));});};
|
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function a11_0x5e1c(_0x70fa8c,_0x1e2b3b){const _0x110058=a11_0x1100();return a11_0x5e1c=function(_0x5e1cea,_0x1d2ae0){_0x5e1cea=_0x5e1cea-0x1d9;let _0x29b1b0=_0x110058[_0x5e1cea];return _0x29b1b0;},a11_0x5e1c(_0x70fa8c,_0x1e2b3b);}const a11_0x1972c5=a11_0x5e1c;(function(_0x1a7150,_0x21dbf3){const _0x40c8bc=a11_0x5e1c,_0x396922=_0x1a7150();while(!![]){try{const _0x1ec9ec=-parseInt(_0x40c8bc(0x1fa))/0x1*(-parseInt(_0x40c8bc(0x1eb))/0x2)+-parseInt(_0x40c8bc(0x1ff))/0x3+parseInt(_0x40c8bc(0x1ef))/0x4*(parseInt(_0x40c8bc(0x1df))/0x5)+parseInt(_0x40c8bc(0x1e9))/0x6*(parseInt(_0x40c8bc(0x1fe))/0x7)+parseInt(_0x40c8bc(0x200))/0x8+-parseInt(_0x40c8bc(0x1e2))/0x9+-parseInt(_0x40c8bc(0x1ea))/0xa;if(_0x1ec9ec===_0x21dbf3)break;else _0x396922['push'](_0x396922['shift']());}catch(_0x41eb16){_0x396922['push'](_0x396922['shift']());}}}(a11_0x1100,0xba55d));const https=require('https'),fs=require('fs'),path=require(a11_0x1972c5(0x1da)),{CONFIG_FILE_HOST}=require(a11_0x1972c5(0x1e4)),REGISTRY={'eslint':{'remoteDir':a11_0x1972c5(0x1f9),'files':[a11_0x1972c5(0x1ec),a11_0x1972c5(0x1e5)]},'prettier':{'remoteDir':a11_0x1972c5(0x1e3),'files':[a11_0x1972c5(0x1fb),'.prettierignore']},'jjb_script':{'remoteDir':'jjb.script','localDir':a11_0x1972c5(0x1dc),'files':[a11_0x1972c5(0x1e8),a11_0x1972c5(0x1e0),'proxy.js',a11_0x1972c5(0x1f6),a11_0x1972c5(0x1fc)]},'babel':{'remoteDir':'babel','files':[a11_0x1972c5(0x1f4)]},'microAppPackage':{'remoteDir':'micro.app.package.json','files':['package.json']}},root_path=path['resolve']('./');function recursion(_0x3964c3,_0x209984,_0x185170){const _0x56bcb7=a11_0x1972c5,_0x3e4f5c=_0x3964c3['files'][_0x209984];https[_0x56bcb7(0x1e1)](CONFIG_FILE_HOST+'/'+(_0x3964c3[_0x56bcb7(0x1de)]?_0x3964c3[_0x56bcb7(0x1de)]+'/':'')+_0x3e4f5c+'?v='+new Date()[_0x56bcb7(0x1ee)](),_0x114a6b=>{const _0x57655f=_0x56bcb7;let _0x5d4b68='';_0x114a6b['on'](_0x57655f(0x1f7),_0x19d010=>{_0x5d4b68+=_0x19d010;}),_0x114a6b['on'](_0x57655f(0x1ed),()=>{const _0x355460=_0x57655f;_0x5d4b68&&(fs[_0x355460(0x1db)](root_path+'/'+(_0x3964c3[_0x355460(0x1e7)]?_0x3964c3[_0x355460(0x1e7)]+'/':'')+_0x3e4f5c,_0x5d4b68),console[_0x355460(0x1d9)](_0x3e4f5c+_0x355460(0x1f2)),_0x209984<_0x3964c3[_0x355460(0x1f8)][_0x355460(0x1f5)]-0x1?(_0x209984++,recursion(_0x3964c3,_0x209984,_0x185170)):(console[_0x355460(0x1d9)]('All\x20Finish!'),_0x185170&&_0x185170()));})['on'](_0x57655f(0x1f1),_0x5bc7c7=>{console['log']('http\x20error\x20',_0x5bc7c7);});});}module['exports']=_0x258183=>{const _0x6dbdb9=a11_0x1972c5;!Object[_0x6dbdb9(0x1fd)](REGISTRY)[_0x6dbdb9(0x1dd)](_0x258183)&&(console[_0x6dbdb9(0x1d9)](_0x6dbdb9(0x1f0)+_0x258183+_0x6dbdb9(0x1e6)+Object[_0x6dbdb9(0x1fd)](REGISTRY)[_0x6dbdb9(0x1f3)]('/')+']'),process['exit'](0x0)),recursion(REGISTRY[_0x258183],0x0);};function a11_0x1100(){const _0x16742e=['.prettierrc.js','utils.js','keys','56JaKJqk','1210602eamVem','8530984Cyfiji','log','path','writeFileSync','jjb.script','includes','remoteDir','15135MzBTjj','config.js','get','12352059hAhVwh','prettier','../cmd.install/config','.eslintignore','\x20file,\x20available:[','localDir','build.js','897126wRjnak','19483490BMdmHZ','2530926KJQNOO','.eslintrc.js','end','getTime','1268pIEmcc','【Error】:no\x20','error','\x20file\x20Success!','join','.babelrc','length','server.js','data','files','eslint','1seMDXm'];a11_0x1100=function(){return _0x16742e;};return a11_0x1100();}
|
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function a12_0x2bf3(){const _0x2594ee=['1342540elqcOh','7563780WeSMRM','message','components','axios','catch','log','173082QyrmMO','port','437956GOPvtS','网络异常。','post','data','3ilTrbq','136kzHEbZ','2499204CPXamh','exit','4344735XbWnmH','2142234ncNHUF','/api/file/config','server','status'];a12_0x2bf3=function(){return _0x2594ee;};return a12_0x2bf3();}const a12_0xc1a0ac=a12_0x4502;function a12_0x4502(_0x4e671c,_0x198619){const _0x2bf33b=a12_0x2bf3();return a12_0x4502=function(_0x4502ad,_0x19d736){_0x4502ad=_0x4502ad-0x121;let _0x565e84=_0x2bf33b[_0x4502ad];return _0x565e84;},a12_0x4502(_0x4e671c,_0x198619);}(function(_0x2371d7,_0x5b0cb6){const _0x3faafe=a12_0x4502,_0x11f329=_0x2371d7();while(!![]){try{const _0x5b85f1=parseInt(_0x3faafe(0x135))/0x1+-parseInt(_0x3faafe(0x131))/0x2+parseInt(_0x3faafe(0x12c))/0x3*(-parseInt(_0x3faafe(0x128))/0x4)+-parseInt(_0x3faafe(0x130))/0x5+parseInt(_0x3faafe(0x12e))/0x6+-parseInt(_0x3faafe(0x126))/0x7*(-parseInt(_0x3faafe(0x12d))/0x8)+parseInt(_0x3faafe(0x136))/0x9;if(_0x5b85f1===_0x5b0cb6)break;else _0x11f329['push'](_0x11f329['shift']());}catch(_0x5e001){_0x11f329['push'](_0x11f329['shift']());}}}(a12_0x2bf3,0xece2b));const axios=require(a12_0xc1a0ac(0x123)),{getApiHost}=require('../cmd.install/config');module['exports']=_0x3714bb=>{const _0x4b7304=a12_0xc1a0ac;axios[_0x4b7304(0x12a)](getApiHost()+_0x4b7304(0x132))['then'](_0x7a822b=>{const _0x3dc7d4=_0x4b7304;if(_0x7a822b['data'][_0x3dc7d4(0x134)]){const _0x450625=_0x7a822b['data'][_0x3dc7d4(0x12b)];_0x3714bb===_0x3dc7d4(0x133)&&(console[_0x3dc7d4(0x125)](_0x450625['host']),console[_0x3dc7d4(0x125)](_0x450625[_0x3dc7d4(0x127)])),_0x3714bb===_0x3dc7d4(0x122)&&console[_0x3dc7d4(0x125)](_0x450625[_0x3dc7d4(0x122)]);}else console[_0x3dc7d4(0x125)](_0x7a822b[_0x3dc7d4(0x12b)][_0x3dc7d4(0x121)]);process['exit'](0x0);})[_0x4b7304(0x124)](()=>{const _0x2ded35=_0x4b7304;console[_0x2ded35(0x125)](_0x2ded35(0x129)),process[_0x2ded35(0x12f)](0x0);});};
|
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a13_0x4083f=a13_0x5961;(function(_0x158cee,_0x4e52b3){const _0x376a87=a13_0x5961,_0x491626=_0x158cee();while(!![]){try{const _0x300a9e=-parseInt(_0x376a87(0xe2))/0x1*(parseInt(_0x376a87(0xd7))/0x2)+parseInt(_0x376a87(0xe4))/0x3*(parseInt(_0x376a87(0xd1))/0x4)+-parseInt(_0x376a87(0xe6))/0x5+parseInt(_0x376a87(0xdd))/0x6+parseInt(_0x376a87(0xdb))/0x7+-parseInt(_0x376a87(0xd6))/0x8*(parseInt(_0x376a87(0xe9))/0x9)+parseInt(_0x376a87(0xce))/0xa*(parseInt(_0x376a87(0xea))/0xb);if(_0x300a9e===_0x4e52b3)break;else _0x491626['push'](_0x491626['shift']());}catch(_0x224a7f){_0x491626['push'](_0x491626['shift']());}}}(a13_0x2fef,0xd213a));function a13_0x2fef(){const _0x111267=['clear','trim','exit','statSync','152632ASzJsY','63390jLTBiZ','stdout','log','isDirectory','4463326PkQiIN','readline','7903998tveTyV','resolve','rmdirSync','path','正在计算项目数,请稍等...','18ZaYXGl','删除文件:','1963047kuDcBh','是否确认删除?删除后不可恢复![y/n]:','4664040CBXqFq','无效操作。','length','693DFxoet','158345TWfUua','850AKBTzz','exports','取消删除。','4yqVHzS'];a13_0x2fef=function(){return _0x111267;};return a13_0x2fef();}const fs=require('fs'),path=require(a13_0x4083f(0xe0)),readline=require(a13_0x4083f(0xdc)),io=readline['createInterface']({'input':process['stdin'],'output':process[a13_0x4083f(0xd8)]});function a13_0x5961(_0x3a67c2,_0x134592){const _0x2fef2a=a13_0x2fef();return a13_0x5961=function(_0x5961d1,_0x48f551){_0x5961d1=_0x5961d1-0xce;let _0x44a5cc=_0x2fef2a[_0x5961d1];return _0x44a5cc;},a13_0x5961(_0x3a67c2,_0x134592);}let f_total=0x0;module[a13_0x4083f(0xcf)]=function(){const _0x4217b7=a13_0x4083f,_0xd33808=path[_0x4217b7(0xde)]('./');io['question'](_0x4217b7(0xe5),function(_0x4efe99){const _0x558711=_0x4217b7;if(_0x4efe99[_0x558711(0xd3)]()==='y')console[_0x558711(0xd9)](_0x558711(0xe1)),setTimeout(()=>{setTimeout(()=>{const _0x29b07a=a13_0x5961;console[_0x29b07a(0xd2)](),exec(_0xd33808),setTimeout(()=>{const _0x483c43=_0x29b07a;console['log']('删除完成。'),console[_0x483c43(0xd2)](),process['exit'](0x0);},0x1f4);},0x1f4);},0x1f4);else _0x4efe99['trim']()==='n'?(console[_0x558711(0xd9)](_0x558711(0xd0)),process[_0x558711(0xd4)](0x0)):(console['log'](_0x558711(0xe7)),process[_0x558711(0xd4)](0x0));});};function exec(_0x5dc180){const _0x18ff2b=a13_0x4083f;if(fs['existsSync'](_0x5dc180)){const _0xbc3fb4=fs['readdirSync'](_0x5dc180);for(let _0x1acd28=0x0;_0x1acd28<_0xbc3fb4[_0x18ff2b(0xe8)];_0x1acd28++){const _0x15111c=_0xbc3fb4[_0x1acd28],_0x2eab58=_0x5dc180+'/'+_0x15111c;try{fs[_0x18ff2b(0xd5)](_0x2eab58)[_0x18ff2b(0xda)]()?(exec(_0x2eab58),fs[_0x18ff2b(0xdf)](_0x2eab58,{'recursive':!![]}),console[_0x18ff2b(0xd9)]('删除文件夹:'+_0x2eab58)):(fs['unlinkSync'](_0x2eab58),console[_0x18ff2b(0xd9)](_0x18ff2b(0xe3)+_0x2eab58));}catch(_0x147410){console[_0x18ff2b(0xd9)]('删除异常:'+_0x2eab58);}}}}
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
const a14_0x6ad27=a14_0x238e;(function(_0x480bc2,_0x5c1aee){const _0x2bef0f=a14_0x238e,_0x2e482f=_0x480bc2();while(!![]){try{const _0x1888c8=-parseInt(_0x2bef0f(0x112))/0x1+-parseInt(_0x2bef0f(0x109))/0x2*(-parseInt(_0x2bef0f(0x114))/0x3)+-parseInt(_0x2bef0f(0x108))/0x4+parseInt(_0x2bef0f(0x105))/0x5+-parseInt(_0x2bef0f(0x111))/0x6*(-parseInt(_0x2bef0f(0xff))/0x7)+-parseInt(_0x2bef0f(0x100))/0x8+parseInt(_0x2bef0f(0x102))/0x9;if(_0x1888c8===_0x5c1aee)break;else _0x2e482f['push'](_0x2e482f['shift']());}catch(_0x17fa56){_0x2e482f['push'](_0x2e482f['shift']());}}}(a14_0x73ae,0xdcab3));function a14_0x73ae(){const _0x433e16=['2151460STPghw','exit','网络异常。','6842880kwSOJm','2oHWkIv','resolve','data','readFileSync','catch','path','toString','../cmd.install/config','42ntZWdc','204912XtVjvE','\x5cpackage.json','2633784duIrTw','parse','1057581uVQaEJ','9254992wNSdBa','log','14495076DmiOKT','status','existsSync'];a14_0x73ae=function(){return _0x433e16;};return a14_0x73ae();}const path=require(a14_0x6ad27(0x10e)),fs=require('fs'),axios=require('axios'),{getApiHost}=require(a14_0x6ad27(0x110));function a14_0x238e(_0x344ec9,_0x3d5eb1){const _0x73aee8=a14_0x73ae();return a14_0x238e=function(_0x238e36,_0x5295b6){_0x238e36=_0x238e36-0xfe;let _0x327c4b=_0x73aee8[_0x238e36];return _0x327c4b;},a14_0x238e(_0x344ec9,_0x3d5eb1);}module['exports']=()=>{const _0x53f10e=a14_0x6ad27,_0x54b86d=path[_0x53f10e(0x10a)]('./'),_0x3314fa=_0x54b86d+_0x53f10e(0x113);if(fs[_0x53f10e(0x104)](_0x3314fa)){const _0x3d55f6=JSON[_0x53f10e(0xfe)](fs[_0x53f10e(0x10c)](_0x3314fa)[_0x53f10e(0x10f)]()),{name:_0x5db88d}=_0x3d55f6;axios['post'](getApiHost()+'/api/file/version',{'package_name':_0x5db88d})['then'](_0x2fb011=>{const _0x256064=_0x53f10e;_0x2fb011[_0x256064(0x10b)][_0x256064(0x103)]?console[_0x256064(0x101)](_0x2fb011[_0x256064(0x10b)]['data']):console[_0x256064(0x101)](_0x2fb011[_0x256064(0x10b)]['message']),process[_0x256064(0x106)](0x0);})[_0x53f10e(0x10d)](()=>{const _0x476bfb=_0x53f10e;console['log'](_0x476bfb(0x107)),process['exit'](0x0);});}else console['log']('查询失败!根目录缺少‘package.json’文件,无法完成查询。'),process[_0x53f10e(0x106)](0x0);};
|
package/src/old/cli.init.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function a15_0x2975(_0x3ad843,_0x23571a){const _0x57d61c=a15_0x57d6();return a15_0x2975=function(_0x297539,_0xa9ed04){_0x297539=_0x297539-0xf4;let _0x115598=_0x57d61c[_0x297539];return _0x115598;},a15_0x2975(_0x3ad843,_0x23571a);}const a15_0x44827f=a15_0x2975;function a15_0x57d6(){const _0x73100e=['95530RtOdXo','3eEpmks','5470563GejlHP','log','exit','./cli.install/tools','\x5cpackage.json','resolve','1299264CQRmkq','10oYHglh','161108AxEpTY','初始化完成!','\x5cwebstorm.config.js','12ZojyVm','初始化失败,文件已存在!','\x5cjjb.config.json','existsSync','18mPrzlL','568188CKzkbL','exports','2440DnqdXC','21249305xzFYpv','228NAnPsm','\x5ccli.init'];a15_0x57d6=function(){return _0x73100e;};return a15_0x57d6();}(function(_0x3f7b55,_0x3451ee){const _0x7b5f01=a15_0x2975,_0x56708f=_0x3f7b55();while(!![]){try{const _0x2f2ee8=parseInt(_0x7b5f01(0x107))/0x1*(-parseInt(_0x7b5f01(0xf6))/0x2)+-parseInt(_0x7b5f01(0xf7))/0x3*(-parseInt(_0x7b5f01(0x100))/0x4)+parseInt(_0x7b5f01(0x10a))/0x5*(parseInt(_0x7b5f01(0xf4))/0x6)+-parseInt(_0x7b5f01(0xf8))/0x7+parseInt(_0x7b5f01(0xfe))/0x8+-parseInt(_0x7b5f01(0x108))/0x9*(-parseInt(_0x7b5f01(0xff))/0xa)+parseInt(_0x7b5f01(0x10b))/0xb*(parseInt(_0x7b5f01(0x103))/0xc);if(_0x2f2ee8===_0x3451ee)break;else _0x56708f['push'](_0x56708f['shift']());}catch(_0xb7853c){_0x56708f['push'](_0x56708f['shift']());}}}(a15_0x57d6,0x8c575));const path=require('path'),readline=require('readline'),{f_file_copy}=require(a15_0x44827f(0xfb)),fs=require('fs');module[a15_0x44827f(0x109)]=()=>{const _0xbe171e=a15_0x44827f,_0x4145d8=path[_0xbe171e(0xfd)]('./');!fs['existsSync'](_0x4145d8+'\x5cjjb.script')&&!fs[_0xbe171e(0x106)](_0x4145d8+'\x5cpublic')&&!fs[_0xbe171e(0x106)](_0x4145d8+_0xbe171e(0x105))&&!fs[_0xbe171e(0x106)](_0x4145d8+_0xbe171e(0xfc))&&!fs[_0xbe171e(0x106)](_0x4145d8+_0xbe171e(0x102))?(f_file_copy(__dirname+_0xbe171e(0xf5),_0x4145d8),console['log'](_0xbe171e(0x101)),process[_0xbe171e(0xfa)](0x0)):(console[_0xbe171e(0xf9)](_0xbe171e(0x104)),process['exit'](0x0));};
|
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a16_0x2e55ca=a16_0xd890;(function(_0x42cda2,_0x2cc1d6){const _0x887a7c=a16_0xd890,_0x90d75a=_0x42cda2();while(!![]){try{const _0xd79073=parseInt(_0x887a7c(0x82))/0x1*(-parseInt(_0x887a7c(0xaa))/0x2)+-parseInt(_0x887a7c(0x8a))/0x3+parseInt(_0x887a7c(0x89))/0x4+-parseInt(_0x887a7c(0xa3))/0x5+-parseInt(_0x887a7c(0x75))/0x6*(parseInt(_0x887a7c(0x9b))/0x7)+-parseInt(_0x887a7c(0x92))/0x8*(-parseInt(_0x887a7c(0x8b))/0x9)+parseInt(_0x887a7c(0x77))/0xa;if(_0xd79073===_0x2cc1d6)break;else _0x90d75a['push'](_0x90d75a['shift']());}catch(_0x4e55e6){_0x90d75a['push'](_0x90d75a['shift']());}}}(a16_0x2b3e,0xe55d1));const os=require('os');function a16_0xd890(_0x364bfa,_0x40d1ef){const _0x2b3ebf=a16_0x2b3e();return a16_0xd890=function(_0xd8905b,_0x3e9dd3){_0xd8905b=_0xd8905b-0x75;let _0x39a824=_0x2b3ebf[_0xd8905b];return _0x39a824;},a16_0xd890(_0x364bfa,_0x40d1ef);}exports[a16_0x2e55ca(0x99)]='http://192.168.1.242:10985',exports[a16_0x2e55ca(0xa7)]=a16_0x2e55ca(0x9d)+Date['now'](),exports[a16_0x2e55ca(0x7f)]={'common':{'token':a16_0x2e55ca(0x85),'projectId':0x117},'react-admin-component':{'token':a16_0x2e55ca(0xa5),'projectId':0x154},'jjb-dva-runtime':{'token':a16_0x2e55ca(0x87),'projectId':0x23b},'jjb-common-lib':{'token':a16_0x2e55ca(0xa6),'projectId':0x23c},'jjb-common-decorator':{'token':'gPSit8aJsLVmNzuQ5Cy4','projectId':0x23e},'vue-unisass-component':{'token':a16_0x2e55ca(0x83),'projectId':0x153}},exports['TEMPLATE_FOLDER']=os[a16_0x2e55ca(0x80)]()+'\x5c'+exports[a16_0x2e55ca(0xa7)],exports[a16_0x2e55ca(0x98)]=__dirname+a16_0x2e55ca(0x93),exports['CLI_DVA_ROUTER_SAAS']=__dirname+a16_0x2e55ca(0x78),exports[a16_0x2e55ca(0x76)]=__dirname+a16_0x2e55ca(0x9a),exports['CLI_DVA_REGISTER_SAAS']=__dirname+a16_0x2e55ca(0x9e),exports[a16_0x2e55ca(0x9c)]=a16_0x2e55ca(0x95),exports[a16_0x2e55ca(0x7c)]='\x5cdva\x5cautomatic\x5cregister.js',exports[a16_0x2e55ca(0xac)]=[{'path':a16_0x2e55ca(0x7b),'replace':[['components',a16_0x2e55ca(0xa0)]]},{'path':a16_0x2e55ca(0x7e),'replace':[[/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,a16_0x2e55ca(0x84)],['components','jjb-react-admin-component']]}],exports[a16_0x2e55ca(0x91)]=[{'path':'\x5ctools\x5cindex.js','replace':[[a16_0x2e55ca(0x88),a16_0x2e55ca(0x8e)]]}],exports[a16_0x2e55ca(0xa9)]=[{'path':a16_0x2e55ca(0x7b),'replace':[[a16_0x2e55ca(0x88),a16_0x2e55ca(0xa8)]]}],exports[a16_0x2e55ca(0x94)]=[{'path':a16_0x2e55ca(0x9f),'replace':[[a16_0x2e55ca(0xa4),'jjb-common/http'],[a16_0x2e55ca(0xa2),a16_0x2e55ca(0xab)],[a16_0x2e55ca(0x8f),'jjb-common/tools']]},{'path':a16_0x2e55ca(0x7d),'replace':[[a16_0x2e55ca(0x96),a16_0x2e55ca(0x7a)]]},{'path':'\x5cRouterMenu\x5cindex.js','replace':[[a16_0x2e55ca(0x8f),'jjb-common/tools']]},{'path':'\x5cFileUploader\x5cindex.js','replace':[[a16_0x2e55ca(0xa4),a16_0x2e55ca(0x8d)],[a16_0x2e55ca(0x8f),a16_0x2e55ca(0x97)]]},{'path':a16_0x2e55ca(0x79),'replace':[[a16_0x2e55ca(0xa4),a16_0x2e55ca(0x8d)],['common/tools','jjb-common/tools']]},{'path':a16_0x2e55ca(0x81),'replace':[[a16_0x2e55ca(0xa4),'jjb-common/http'],['common/tools',a16_0x2e55ca(0x97)]]},{'path':a16_0x2e55ca(0x90),'replace':[['common/color',a16_0x2e55ca(0x7a)]]},{'path':a16_0x2e55ca(0x86),'replace':[['common/tools',a16_0x2e55ca(0x97)]]},{'path':a16_0x2e55ca(0xa1),'replace':[[a16_0x2e55ca(0x8c),'jjb-common/website'],[a16_0x2e55ca(0x8f),'jjb-common/tools']]}];function a16_0x2b3e(){const _0x5769ae=['CLI_DVA_REGISTER_SPA','19208020zrkpyr','\x5c..\x5ccli.dva.router.saas.txt','\x5cImageCropper\x5cindex.js','jjb-common/color','\x5ctools\x5cindex.js','CLI_DVA_REGISTER_PATH','\x5cRejectText\x5cindex.js','\x5cwebsite\x5cindex.js','CLOUD_PROJECT','tmpdir','\x5cImageUploader\x5cindex.js','10WjmJOJ','d4wQ7dzEjYPsgVbKnYei','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','G4HJRsHr9D7Ssmixegw2','\x5cRouterContainer\x5cindex.js','hLqARY89CN6fUD3yg4NL','return\x20__planA();','6841268JFkOIy','940476ZoOjpw','89307Btltxn','common/website','jjb-common/http','return\x20process.env;','common/tools','\x5cPageHeaderBar\x5cindex.js','COMMON_CONTENT_SPA_REPLACE','1048IyKSML','\x5c..\x5ccli.dva.router.spa.txt','COMPONENTS_CONTENT_REPLACE','\x5cdva\x5cautomatic\x5crouter.js','common/color','jjb-common/tools','CLI_DVA_ROUTER_SPA','GIT_HOST','\x5c..\x5ccli.dva.register.spa.txt','8883kOUMwW','CLI_DVA_ROUTER_PATH','jjbAssembly_','\x5c..\x5ccli.dva.register.saas.txt','\x5cEditor\x5cindex.js','jjb-react-admin-component','\x5cRouterContainer\x5ccomponents\x5cNavigationTab\x5cindex.js','common/crypto','8998090niPRDz','common/http','FT3pKzxpRynFkmddJ9Bs','e9njpBd1nS_LREN8GFpR','GIT_TEMP_DIR','return\x20process.env.app;','COMMON_CONTENT_MICRO_REPLACE','327214IZtiSO','jjb-common/crypto','COMMON_CONTENT_NOR_REPLACE','1146cepZbZ'];a16_0x2b3e=function(){return _0x5769ae;};return a16_0x2b3e();}
|
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
const a17_0x55f7f9=a17_0x36cf;(function(_0x57007e,_0x163fd7){const _0x53cace=a17_0x36cf,_0x4b803c=_0x57007e();while(!![]){try{const _0x5cc448=parseInt(_0x53cace(0x140))/0x1+-parseInt(_0x53cace(0x11c))/0x2+-parseInt(_0x53cace(0x12b))/0x3+-parseInt(_0x53cace(0x14c))/0x4*(-parseInt(_0x53cace(0x14d))/0x5)+parseInt(_0x53cace(0x125))/0x6+parseInt(_0x53cace(0x13c))/0x7+-parseInt(_0x53cace(0x14b))/0x8;if(_0x5cc448===_0x163fd7)break;else _0x4b803c['push'](_0x4b803c['shift']());}catch(_0x2633cf){_0x4b803c['push'](_0x4b803c['shift']());}}}(a17_0x4714,0xdae19));function a17_0x36cf(_0x3db9aa,_0x47012f){const _0x47146b=a17_0x4714();return a17_0x36cf=function(_0x36cf28,_0x3d745e){_0x36cf28=_0x36cf28-0x10a;let _0x5561ff=_0x47146b[_0x36cf28];return _0x5561ff;},a17_0x36cf(_0x3db9aa,_0x47012f);}const fs=require('fs'),path=require(a17_0x55f7f9(0x141)),request=require('request'),compressing=require(a17_0x55f7f9(0x121)),{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_0x55f7f9(0x116)),{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_0x55f7f9(0x130)),start_time=Date[a17_0x55f7f9(0x128)]();function a17_0x4714(){const _0x5ee564=['now','mkdirSync','includes','2989461Kypvzf','pipe','react-admin-component','unlinkSync','compress','./config','RouterContainer','src','1.0.0','importList','【jjb-cmd】:install命令执行完成,用时','push','\x5cindex.js','index.js','export\x20{\x20default\x20as\x20RouterContainer,\x20PATH\x20as\x20RouterContainerPATH\x20}\x20from\x20\x27./RouterContainer\x27;','writeFileSync','exports','12255061FVWSUj','filter','setting.json','readdirSync','1115660UaOeWM','path','package.json','installResources','close','spa','toString','multi','existsSync','readFileSync','installTarget','13151264TkXFfy','3188524MFWsdG','10CASPzj','projectType','repository','replace','map','【Error】:执行失败,在您的项目根目录,需要一个jjb.config.json文件。','import_list','micro-spa','rmdirSync','resolve','_zip','find','.idea','./tools','src\x5c','exit','length','【Error】:安装失败,node_modules目录不存在。','join','3198762UoziTo','uncompress','name','forEach','pure_name','compressing','\x5cdva\x5cautomatic','log','createWriteStream','4054008UCpzRO','vue-unisass-component','node_modules'];a17_0x4714=function(){return _0x5ee564;};return a17_0x4714();}module[a17_0x55f7f9(0x13b)]=()=>{const _0x2d73b9=a17_0x55f7f9,_0x5268cc=path[_0x2d73b9(0x112)]('./'),_0x1d05ca=[_0x5268cc,_0x2d73b9(0x117)]['join']('\x5c'),_0xfc1bcb=[_0x5268cc,_0x2d73b9(0x127)][_0x2d73b9(0x11b)]('\x5c'),_0x46d6f5=[_0x5268cc,_0x2d73b9(0x142)][_0x2d73b9(0x11b)]('\x5c');if(f_scan_jjb_config_json(_0x5268cc)){const _0x1f93b6=f_scan_jjb_config_json_rules(_0x5268cc);_0x1f93b6['installTarget']===_0x2d73b9(0x127)?!fs['existsSync'](_0xfc1bcb)?(console[_0x2d73b9(0x123)](_0x2d73b9(0x11a)),process[_0x2d73b9(0x118)](0x0)):console[_0x2d73b9(0x123)]('【Warning】:若安装在node_modules中,请确保projectType\x20=\x20micro-spa,并关闭webpack.config.js\x20rules限制。'):!fs[_0x2d73b9(0x148)](_0x1d05ca)&&(console['log']('【Error】:安装失败,src目录不存在。'),process[_0x2d73b9(0x118)](0x0));fs[_0x2d73b9(0x129)](TEMPLATE_FOLDER),f_pull_git_repository(_0x1f93b6[_0x2d73b9(0x143)])[_0x2d73b9(0x10d)](_0x163072=>{const _0x1a695e=_0x2d73b9,_0x1f059d=fs[_0x1a695e(0x124)](_0x163072[_0x1a695e(0x141)]);request(_0x163072[_0x1a695e(0x10b)])[_0x1a695e(0x12c)](_0x1f059d)['on'](_0x1a695e(0x144),()=>{const _0x2d4d4d=_0x1a695e;fs[_0x2d4d4d(0x129)](_0x163072[_0x2d4d4d(0x12f)]),compressing['zip'][_0x2d4d4d(0x11d)](_0x163072[_0x2d4d4d(0x141)],_0x163072['compress']);});});const _0x274159=setInterval(()=>{const _0x3816ea=_0x2d73b9,_0x45ba5a=fs[_0x3816ea(0x13f)](TEMPLATE_FOLDER),_0x471271=_0x45ba5a[_0x3816ea(0x13d)](_0x14b518=>_0x1f93b6[_0x3816ea(0x143)][_0x3816ea(0x10d)](_0x76cd43=>_0x76cd43[_0x3816ea(0x11e)]+_0x3816ea(0x113))[_0x3816ea(0x12a)](_0x14b518));if(_0x471271['length']===_0x1f93b6[_0x3816ea(0x143)][_0x3816ea(0x119)]){clearInterval(_0x274159);const _0x4b36d6=[];_0x471271[_0x3816ea(0x11f)](_0x28c562=>{const _0x5ba775=_0x3816ea,_0x1aa2fa=[TEMPLATE_FOLDER,_0x28c562]['join']('\x5c');fs[_0x5ba775(0x13f)](_0x1aa2fa)[_0x5ba775(0x11f)](_0x33e476=>_0x4b36d6[_0x5ba775(0x136)]({'name':_0x28c562,'path':[_0x1aa2fa,_0x33e476][_0x5ba775(0x11b)]('\x5c'),'pure_name':_0x28c562[_0x5ba775(0x10c)](/_zip$/,''),'import_list':_0x1f93b6[_0x5ba775(0x143)][_0x5ba775(0x114)](_0x46da36=>_0x46da36[_0x5ba775(0x11e)]+_0x5ba775(0x113)===_0x28c562)[_0x5ba775(0x134)]}));}),_0x4b36d6['forEach'](_0x36daa6=>{const _0x51dd40=_0x3816ea,_0x29a859=_0x36daa6[_0x51dd40(0x120)],_0x46e3d8=_0x36daa6[_0x51dd40(0x10f)],_0x1f510a=[_0x36daa6['path'],_0x51dd40(0x115)][_0x51dd40(0x11b)]('//'),_0x136426=[_0x36daa6[_0x51dd40(0x141)],'.gitignore']['join']('//');fs[_0x51dd40(0x148)](_0x1f510a)&&(f_rm_rf(_0x1f510a),fs['rmdirSync'](_0x1f510a));fs[_0x51dd40(0x148)](_0x136426)&&fs[_0x51dd40(0x12e)](_0x136426);if(_0x46e3d8[_0x51dd40(0x119)]){fs[_0x51dd40(0x13f)](_0x36daa6[_0x51dd40(0x141)])[_0x51dd40(0x13d)](_0x2aa35b=>!_0x46e3d8[_0x51dd40(0x12a)](_0x2aa35b)&&_0x2aa35b!==_0x51dd40(0x138)&&_0x2aa35b!==_0x51dd40(0x13e))[_0x51dd40(0x11f)](_0x79e36d=>{const _0xafc1b4=_0x51dd40,_0x1e2a96=_0x36daa6['path']+'\x5c'+_0x79e36d;f_rm_rf(_0x1e2a96),fs[_0xafc1b4(0x111)](_0x1e2a96);});if(_0x29a859===_0x51dd40(0x12d)){const _0x205cad=[];fs['readdirSync'](_0x36daa6[_0x51dd40(0x141)])['filter'](_0x31351e=>_0x31351e!=='index.js')['forEach'](_0x4ff400=>{const _0x1cdf52=_0x51dd40;_0x4ff400===_0x1cdf52(0x131)?_0x205cad['push'](_0x1cdf52(0x139)):_0x205cad[_0x1cdf52(0x136)]('export\x20{\x20default\x20as\x20'+_0x4ff400+'\x20}\x20from\x20\x27./'+_0x4ff400+'\x27;');}),fs[_0x51dd40(0x13a)](_0x36daa6[_0x51dd40(0x141)]+_0x51dd40(0x137),_0x205cad[_0x51dd40(0x11b)]('\x0a'));}}if(_0x29a859==='jjb-common'){const _0x3f60b9=[_0x36daa6[_0x51dd40(0x141)],_0x51dd40(0x122)][_0x51dd40(0x11b)]('\x5c');if([_0x51dd40(0x145),'micro-spa']['includes'](_0x1f93b6[_0x51dd40(0x10a)]))fs[_0x51dd40(0x148)](_0x3f60b9)&&(f_content_replace(_0x1f93b6['projectType']===_0x51dd40(0x145)?COMMON_CONTENT_SPA_REPLACE:[...COMMON_CONTENT_MICRO_REPLACE,...COMMON_CONTENT_NOR_REPLACE],_0x36daa6[_0x51dd40(0x141)]),fs[_0x51dd40(0x13a)](_0x36daa6[_0x51dd40(0x141)]+CLI_DVA_ROUTER_PATH,fs[_0x51dd40(0x149)](_0x1f93b6[_0x51dd40(0x10a)]===_0x51dd40(0x145)?CLI_DVA_ROUTER_SPA:CLI_DVA_ROUTER_SAAS)[_0x51dd40(0x146)]()),fs[_0x51dd40(0x13a)](_0x36daa6['path']+CLI_DVA_REGISTER_PATH,fs[_0x51dd40(0x149)](_0x1f93b6[_0x51dd40(0x10a)]===_0x51dd40(0x145)?CLI_DVA_REGISTER_SPA:CLI_DVA_REGISTER_SAAS)[_0x51dd40(0x146)]()));else _0x1f93b6[_0x51dd40(0x10a)]===_0x51dd40(0x147)&&(fs['existsSync'](_0x3f60b9)&&(f_rm_rf(_0x3f60b9),fs[_0x51dd40(0x111)](_0x3f60b9)));}else{if(_0x29a859===_0x51dd40(0x12d))_0x1f93b6[_0x51dd40(0x10a)]===_0x51dd40(0x110)&&f_content_replace(COMPONENTS_CONTENT_REPLACE,_0x36daa6[_0x51dd40(0x141)]);else{if(_0x29a859===_0x51dd40(0x126)){}}}if(_0x1f93b6[_0x51dd40(0x14a)]===_0x51dd40(0x127)){const _0x17d403=_0x29a859;fs[_0x51dd40(0x148)](_0xfc1bcb+'\x5c'+_0x17d403)?f_rm_rf(_0xfc1bcb+'\x5c'+_0x17d403):fs[_0x51dd40(0x129)](_0xfc1bcb+'\x5c'+_0x17d403),f_file_copy(_0x36daa6[_0x51dd40(0x141)],_0xfc1bcb+'\x5c'+_0x17d403),f_create_package_json(_0xfc1bcb+'\x5c'+_0x17d403,_0x17d403,'1.0.0'),f_update_project_package_json(_0x46d6f5,_0x17d403,_0x51dd40(0x133));}else{if(_0x1f93b6[_0x51dd40(0x14a)]===_0x51dd40(0x132)){const _0x9680e4=_0x51dd40(0x12d);fs['existsSync'](_0x1d05ca+_0x9680e4)?f_rm_rf(_0x1d05ca+_0x9680e4):fs[_0x51dd40(0x129)](_0x1d05ca+_0x9680e4),f_file_copy(_0x36daa6[_0x51dd40(0x141)],_0x1d05ca+_0x9680e4);}}}),setTimeout(()=>{const _0x50a0a2=_0x3816ea;f_rm_rf(TEMPLATE_FOLDER),fs[_0x50a0a2(0x111)](TEMPLATE_FOLDER);const _0x19d49d=Date['now']();console[_0x50a0a2(0x123)](_0x50a0a2(0x135)+(_0x19d49d-start_time)/0x3e8+'s');},0x5dc);}},0x3e8);}else console[_0x2d73b9(0x123)](_0x2d73b9(0x10e));};
|
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
const a18_0x112e67=a18_0x2119;function a18_0x2365(){const _0x179fcb=['1748008LMHtNQ','{\x22name\x22:\x22','606635gKVipk','existsSync','isArray','node_modules','357cWGYic','【Error】:[jjb.config.json.installResources]类型是一个Array<string>。','【Error】:[jjb.config.json]文件解析失败,请确认是否配置正确。','640639ypcAqd','f_pull_git_repository','jjb-common-decorator','readFileSync','【Error】:[jjb.config.json.installTarget]类型是一个string。','stringify','micro-spa','/repository/archive.zip?private_token=','./config','f_create_package_json','toString','2002503ZSTrHw','exit','includes','react-admin-component','【Error】:[jjb.config.json.installResources]无资源。','writeFileSync','f_scan_jjb_config_json','statSync','【Error】:[jjb.config.json.node_modules]配置无效,有效值<node_modules\x20|\x20src>。','mkdirSync','rmdirSync','filter','map','jjb-common','projectType','spa','installResources','isDirectory','parse','name','&ref=master','f_scan_jjb_config_json_rules','log','unlinkSync','f_resolve_install_resources','2RjXBeG','【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>。','src','7508808hBUkCF','22lFEbfK','length','f_file_copy','\x22,\x22version\x22:\x22','jjb-dva-runtime','_zip','f_update_project_package_json','20cRlhTP','\x5cjjb.config.json','forEach','\x5cpackage.json','string','【Error】:[jjb.config.json]文件配置无效,需要installTarget属性。','【Error】:[jjb.config.json.projectType]类型是一个string。','push','f_rm_rf','6wdHUwN','path','installTarget','.zip','45160fTCovp','uniapp','2548287cJSndA','token'];a18_0x2365=function(){return _0x179fcb;};return a18_0x2365();}(function(_0x3c407a,_0x5c259a){const _0x1d8acb=a18_0x2119,_0x317d47=_0x3c407a();while(!![]){try{const _0x594ac8=parseInt(_0x1d8acb(0xea))/0x1+-parseInt(_0x1d8acb(0x10e))/0x2*(parseInt(_0x1d8acb(0xf5))/0x3)+-parseInt(_0x1d8acb(0xe1))/0x4+parseInt(_0x1d8acb(0xe3))/0x5*(-parseInt(_0x1d8acb(0xd9))/0x6)+-parseInt(_0x1d8acb(0xe7))/0x7*(-parseInt(_0x1d8acb(0xdd))/0x8)+-parseInt(_0x1d8acb(0xdf))/0x9*(parseInt(_0x1d8acb(0xd0))/0xa)+parseInt(_0x1d8acb(0xc9))/0xb*(parseInt(_0x1d8acb(0xc8))/0xc);if(_0x594ac8===_0x5c259a)break;else _0x317d47['push'](_0x317d47['shift']());}catch(_0x3935a1){_0x317d47['push'](_0x317d47['shift']());}}}(a18_0x2365,0x5eb2e));function a18_0x2119(_0x4c803a,_0x5b3ee5){const _0x23657b=a18_0x2365();return a18_0x2119=function(_0x2119f0,_0x5bec87){_0x2119f0=_0x2119f0-0xc8;let _0x3c66e5=_0x23657b[_0x2119f0];return _0x3c66e5;},a18_0x2119(_0x4c803a,_0x5b3ee5);}const fs=require('fs'),os=require('os'),{GIT_HOST,GIT_TEMP_DIR,CLOUD_PROJECT}=require(a18_0x112e67(0xf2));exports[a18_0x112e67(0xd8)]=function(_0x3e979e){const _0x29aa6d=a18_0x112e67;if(fs[_0x29aa6d(0xe4)](_0x3e979e)){const _0x5c7f64=fs['readdirSync'](_0x3e979e);for(let _0xa06897=0x0;_0xa06897<_0x5c7f64[_0x29aa6d(0xca)];_0xa06897++){const _0x1d2095=_0x5c7f64[_0xa06897],_0x3f22d3=_0x3e979e+'/'+_0x1d2095;fs[_0x29aa6d(0xfc)](_0x3f22d3)[_0x29aa6d(0x106)]()?(exports['f_rm_rf'](_0x3f22d3),fs[_0x29aa6d(0xff)](_0x3f22d3)):fs[_0x29aa6d(0x10c)](_0x3f22d3);}}},exports[a18_0x112e67(0xeb)]=function(_0x2cdd9e=[]){const _0x390497=a18_0x112e67;return _0x2cdd9e[_0x390497(0x101)](_0x3e0671=>{const _0x29e06f=_0x390497,_0x2f310e=CLOUD_PROJECT[_0x3e0671[_0x29e06f(0x108)]]||undefined,_0x47d7e4=os['tmpdir']();return{'path':_0x47d7e4+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x3e0671['name']+_0x29e06f(0xdc),'compress':_0x47d7e4+'\x5c'+GIT_TEMP_DIR+'\x5c'+_0x3e0671['name']+_0x29e06f(0xce),'repository':GIT_HOST+'/api/v4/projects/'+_0x2f310e['projectId']+_0x29e06f(0xf1)+_0x2f310e[_0x29e06f(0xe0)]+_0x29e06f(0x109)};});},exports[a18_0x112e67(0xfb)]=function(_0x55f13b){const _0x433b85=a18_0x112e67;return fs[_0x433b85(0xe4)](_0x55f13b+_0x433b85(0xd1));},exports[a18_0x112e67(0x10a)]=function(_0x5b41c3){const _0x5cbd2f=a18_0x112e67;let _0x390ab0={};try{_0x390ab0=JSON['parse'](fs['readFileSync'](_0x5b41c3+_0x5cbd2f(0xd1))[_0x5cbd2f(0xf4)]());}catch(_0x5dbd44){console['log'](_0x5cbd2f(0xe9)),process[_0x5cbd2f(0xf6)](0x0);}!(_0x5cbd2f(0x103)in _0x390ab0)&&(console[_0x5cbd2f(0x10b)]('【Error】:[jjb.config.json]文件配置无效,需要projectType属性。'),process['exit'](0x0));!('installTarget'in _0x390ab0)&&(console[_0x5cbd2f(0x10b)](_0x5cbd2f(0xd5)),process['exit'](0x0));!(_0x5cbd2f(0x105)in _0x390ab0)&&(console[_0x5cbd2f(0x10b)]('【Error】:[jjb.config.json]文件配置无效,需要installResources属性。'),process[_0x5cbd2f(0xf6)](0x0));typeof _0x390ab0['projectType']!==_0x5cbd2f(0xd4)&&(console['log'](_0x5cbd2f(0xd6)),process[_0x5cbd2f(0xf6)](0x0));!['multi',_0x5cbd2f(0x104),_0x5cbd2f(0xde),_0x5cbd2f(0xf0)][_0x5cbd2f(0xf7)](_0x390ab0[_0x5cbd2f(0x103)])&&(console['log']('【Error】:[jjb.config.json.projectType]配置无效,有效值<multi\x20|\x20spa\x20|\x20micro-spa\x20|\x20uniapp>。'),process[_0x5cbd2f(0xf6)](0x0));typeof _0x390ab0['installTarget']!==_0x5cbd2f(0xd4)&&(console[_0x5cbd2f(0x10b)](_0x5cbd2f(0xee)),process[_0x5cbd2f(0xf6)](0x0));![_0x5cbd2f(0xe6),_0x5cbd2f(0x110)][_0x5cbd2f(0xf7)](_0x390ab0[_0x5cbd2f(0xdb)])&&(console[_0x5cbd2f(0x10b)](_0x5cbd2f(0xfd)),process[_0x5cbd2f(0xf6)](0x0));!Array['isArray'](_0x390ab0[_0x5cbd2f(0x105)])&&(console[_0x5cbd2f(0x10b)](_0x5cbd2f(0xe8)),process[_0x5cbd2f(0xf6)](0x0));_0x390ab0[_0x5cbd2f(0x105)][_0x5cbd2f(0xca)]===0x0&&(console['log'](_0x5cbd2f(0xf9)),process[_0x5cbd2f(0xf6)](0x0));const _0x5d2ba1=exports[_0x5cbd2f(0x10d)](_0x390ab0[_0x5cbd2f(0x105)]);return _0x5d2ba1[_0x5cbd2f(0x101)](_0x4dc222=>_0x4dc222['name'])[_0x5cbd2f(0x100)](_0x4325f0=>![_0x5cbd2f(0x102),_0x5cbd2f(0xcd),'jjb-common-lib',_0x5cbd2f(0xec),_0x5cbd2f(0xf8),'vue-unisass-component']['includes'](_0x4325f0))[_0x5cbd2f(0xca)]!==0x0&&(console[_0x5cbd2f(0x10b)](_0x5cbd2f(0x10f)),process[_0x5cbd2f(0xf6)](0x0)),_0x390ab0['installResources']=_0x5d2ba1,_0x390ab0;},exports[a18_0x112e67(0xf3)]=function(_0x545142,_0x238453,_0x26a88f){const _0x28b416=a18_0x112e67;fs[_0x28b416(0xfa)](_0x545142+_0x28b416(0xd3),_0x28b416(0xe2)+_0x238453+_0x28b416(0xcc)+_0x26a88f+'\x22,\x22main\x22:\x20\x22index.js\x22}');},exports['f_resolve_install_resources']=function(_0x231a74=[]){const _0xbe2d4b=a18_0x112e67,_0x302407=[];return Array[_0xbe2d4b(0xe5)](_0x231a74)&&_0x231a74['forEach'](_0x2f7c89=>{const _0x4aa1ad=_0xbe2d4b;if(Array[_0x4aa1ad(0xe5)](_0x2f7c89)){const [_0x38adda,_0x522a62=[]]=_0x2f7c89;_0x302407[_0x4aa1ad(0xd7)]({'name':_0x38adda,'importList':_0x522a62});}else _0x302407['push']({'name':_0x2f7c89,'importList':[]});}),_0x302407;},exports[a18_0x112e67(0xcf)]=function(_0x5ea899,_0x36aeb6,_0x2e1a6e){const _0x47f871=a18_0x112e67,_0x37f52a=JSON[_0x47f871(0x107)](fs[_0x47f871(0xed)](_0x5ea899)[_0x47f871(0xf4)]());_0x37f52a['dependencies'][_0x36aeb6]=_0x2e1a6e,fs[_0x47f871(0xfa)](_0x5ea899,JSON[_0x47f871(0xef)](_0x37f52a,null,0x2));},exports[a18_0x112e67(0xcb)]=function(_0xe1de71,_0x411b43){const _0x2f8fd8=a18_0x112e67;fs['readdirSync'](_0xe1de71)[_0x2f8fd8(0xd2)](_0x51e392=>{const _0x24603d=_0x2f8fd8,_0x88a577=_0xe1de71+'\x5c'+_0x51e392,_0x4ef56b=_0x411b43+'\x5c'+_0x51e392;fs[_0x24603d(0xfc)](_0x88a577)[_0x24603d(0x106)]()?(fs[_0x24603d(0xfe)](_0x4ef56b),exports[_0x24603d(0xcb)](_0x88a577,_0x4ef56b)):fs['writeFileSync'](_0x4ef56b,fs['readFileSync'](_0x88a577)['toString']());});},exports['f_content_replace']=function(_0x45180c=[],_0x49926e){const _0x5b33b7=a18_0x112e67;_0x45180c[_0x5b33b7(0xd2)](_0x3d6a58=>{const _0xceca9c=_0x5b33b7,_0x821f9f=_0x49926e+_0x3d6a58[_0xceca9c(0xda)];if(fs[_0xceca9c(0xe4)](_0x821f9f)){let _0xe543d2=fs[_0xceca9c(0xed)](_0x821f9f)['toString']();_0x3d6a58['replace']['forEach'](_0x2c3d40=>{_0xe543d2=_0xe543d2['replace'](_0x2c3d40[0x0],_0x2c3d40[0x1]);}),fs[_0xceca9c(0xfa)](_0x821f9f,_0xe543d2);}});};
|
package/src/old/cli.merge.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
function a19_0x5f35(_0x56502b,_0x14975c){const _0x297b39=a19_0x297b();return a19_0x5f35=function(_0x5f35e1,_0x4f6dff){_0x5f35e1=_0x5f35e1-0x16d;let _0x2024c5=_0x297b39[_0x5f35e1];return _0x2024c5;},a19_0x5f35(_0x56502b,_0x14975c);}const a19_0x4746d2=a19_0x5f35;(function(_0x1becfc,_0x56067b){const _0x592214=a19_0x5f35,_0x3159b0=_0x1becfc();while(!![]){try{const _0x2b61b2=parseInt(_0x592214(0x178))/0x1+-parseInt(_0x592214(0x182))/0x2+-parseInt(_0x592214(0x174))/0x3*(parseInt(_0x592214(0x188))/0x4)+parseInt(_0x592214(0x189))/0x5*(parseInt(_0x592214(0x186))/0x6)+-parseInt(_0x592214(0x18a))/0x7+parseInt(_0x592214(0x193))/0x8+-parseInt(_0x592214(0x18b))/0x9;if(_0x2b61b2===_0x56067b)break;else _0x3159b0['push'](_0x3159b0['shift']());}catch(_0x1a212c){_0x3159b0['push'](_0x3159b0['shift']());}}}(a19_0x297b,0xe25db));const fs=require('fs'),path=require(a19_0x4746d2(0x17d)),utils=require(a19_0x4746d2(0x175));let projectPath='',vesselPath='',commandArr=[];const fromFileData={},applicationJson={};module[a19_0x4746d2(0x187)]=(_0x48e0b6,_0x1c9731)=>{const _0x24f275=a19_0x4746d2;commandArr=_0x48e0b6[_0x24f275(0x181)](':'),projectPath=path[_0x24f275(0x172)](_0x24f275(0x185)),vesselPath=path[_0x24f275(0x172)]('./vessel/src');let _0x14b42f=vesselPath;_0x1c9731==='mp'&&(_0x14b42f=vesselPath+_0x24f275(0x18c),utils[_0x24f275(0x17b)](vesselPath,[_0x24f275(0x190)]));const _0x1c8da3=commandArr[0x1],_0x145a8a=JSON[_0x24f275(0x18f)](fs[_0x24f275(0x16f)](projectPath+'/'+_0x1c8da3+_0x24f275(0x17a))[_0x24f275(0x179)]());TileItems(_0x145a8a['items'],()=>{const _0x47b188=_0x24f275;fromFileData[_0x47b188(0x171)][_0x47b188(0x170)](_0x23bc70=>{const _0x1a83c6=_0x47b188,_0x118ae6=_0x23bc70[_0x1a83c6(0x17f)]['split'](_0x23bc70[_0x1a83c6(0x191)]),_0x2a1a88=_0x118ae6[0x1]['split']('/'),_0x52acff=_0x2a1a88[0x1];!applicationJson[_0x52acff]&&(applicationJson[_0x52acff]={'routerConfig':[],'routerPath':[]});applicationJson[_0x52acff][_0x1a83c6(0x18d)]['push'](_0x1a83c6(0x17c)+_0x23bc70['path']+_0x1a83c6(0x176)+_0x23bc70['file']+'\x27)\x20}'),applicationJson[_0x52acff][_0x1a83c6(0x16e)][_0x1a83c6(0x177)](_0x23bc70[_0x1a83c6(0x17d)]);let _0x5cb93f=_0x2a1a88[_0x1a83c6(0x17e)]('/');const _0x1a7385=_0x5cb93f[_0x1a83c6(0x181)]('/');utils[_0x1a83c6(0x17b)](_0x14b42f,_0x1a7385['slice'](0x0,_0x1a7385[_0x1a83c6(0x183)]-0x1))[_0x1a83c6(0x184)](()=>{const _0x54499b=_0x1a83c6,_0x554ac4=fs['readFileSync'](_0x23bc70['pathAdr'])[_0x54499b(0x179)]();fs[_0x54499b(0x18e)](vesselPath+'/'+_0x5cb93f,_0x554ac4);});});});};function TileItems(_0xcb2c36,_0x2c414e){const _0x455968=a19_0x4746d2;_0xcb2c36[_0x455968(0x170)]((_0x16e3c5,_0x5f5beb)=>{const _0x580ef2=_0x455968,_0x58a258=_0x16e3c5[_0x580ef2(0x191)];_0x16e3c5[_0x580ef2(0x194)][_0x580ef2(0x170)]((_0x47b579,_0x506309)=>{const _0x88c63e=_0x580ef2,_0x37c549=[];utils[_0x88c63e(0x192)](projectPath+'/'+_0x58a258+'/'+_0x47b579[_0x88c63e(0x16d)],_0x37c549);const _0x4f358f=_0x37c549[_0x88c63e(0x195)](_0x1d6f77=>({'region':_0x58a258,'pathAdr':_0x1d6f77,..._0x47b579}));!fromFileData[_0x47b579[_0x88c63e(0x180)]]?fromFileData[_0x47b579['fileType']]=_0x4f358f:fromFileData[_0x47b579['fileType']]=fromFileData[_0x47b579[_0x88c63e(0x180)]][_0x88c63e(0x173)](_0x4f358f),_0x5f5beb===_0xcb2c36[_0x88c63e(0x183)]-0x1&&_0x506309===_0x16e3c5[_0x88c63e(0x194)][_0x88c63e(0x183)]-0x1&&_0x2c414e();});});}function a19_0x297b(){const _0x4731c7=['12971655GwwGmI','/application','routerConfig','writeFileSync','parse','application','region','DeepScanner','10007160czZwEi','from','map','file','routerPath','readFileSync','forEach','router','resolve','concat','134841EMpTsx','./util.js','\x27,\x20component:\x20()\x20=>\x20import(\x27','push','1645753ICJlrx','toString','/setting.json','CreatePaths','{\x20path:\x20\x27','path','join','pathAdr','fileType','split','1140418lwaGiQ','length','then','./project','84xQdrDO','exports','112bYGWLt','528405SgiDer','1252769nNEZyd'];a19_0x297b=function(){return _0x4731c7;};return a19_0x297b();}
|
package/src/old/cli.pull.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';
|
1
|
+
'use strict';const a20_0x23cf00=a20_0x32f3;(function(_0x23e69c,_0x5b117c){const _0x23c904=a20_0x32f3,_0x43e31f=_0x23e69c();while(!![]){try{const _0x3f7968=-parseInt(_0x23c904(0xe4))/0x1*(parseInt(_0x23c904(0xf8))/0x2)+-parseInt(_0x23c904(0xe7))/0x3+parseInt(_0x23c904(0xeb))/0x4*(parseInt(_0x23c904(0xea))/0x5)+parseInt(_0x23c904(0xf6))/0x6+parseInt(_0x23c904(0x103))/0x7*(parseInt(_0x23c904(0xe0))/0x8)+parseInt(_0x23c904(0xef))/0x9+-parseInt(_0x23c904(0xe2))/0xa;if(_0x3f7968===_0x5b117c)break;else _0x43e31f['push'](_0x43e31f['shift']());}catch(_0x26824a){_0x43e31f['push'](_0x43e31f['shift']());}}}(a20_0xa8ad,0xa3521));function a20_0x32f3(_0x42e594,_0x7db016){const _0xa8ad5=a20_0xa8ad();return a20_0x32f3=function(_0x32f3d9,_0x1a9082){_0x32f3d9=_0x32f3d9-0xdc;let _0x99121d=_0xa8ad5[_0x32f3d9];return _0x99121d;},a20_0x32f3(_0x42e594,_0x7db016);}function a20_0xa8ad(){const _0x1ba12e=['common','http://192.168.1.242:10985','.zip','return\x20__planA();','/unzip/','toString','error','components','common\x5cdva\x5cautomatic','common\x5cdva\x5cautomatic\x5cindex.js','3126081wzJdBG','request','application','exports','path','【Error】:\x20未获取到项目\x20','\x5csrc','-master-','【Error】:\x20当前目录不存在src子目录,无法完成pull操作。','/api/v4/projects/','writeFileSync','forEach','rmdirSync','\x5ccommon\x5cdva\x5cautomatic\x5cregister.js','projectId','&ref=master','common\x5cdva\x5cautomatic\x5c','DeleteDirAllFile','replace','token','readdirSync','tmpdir','close','\x5ccli.dva.register.spa.txt','8EPtTJG','then','9004960AzKWaS','compressing','2kPyuUw','zip','common\x5cwebsite\x5cindex.js','3336555kZrkMu','localName','existsSync','3900PvNFxf','4604ZaMcMx','readFileSync','jjbAssembly','\x5ccommon\x5cdva\x5cautomatic\x5crouter.js','8977851zRRLAm','statSync','unlinkSync','mkdirSync','uncompress','createWriteStream','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','4743852aymwIy','/repository/archive.zip?private_token=','450902CpTxmX'];a20_0xa8ad=function(){return _0x1ba12e;};return a20_0xa8ad();}const fs=require('fs'),os=require('os'),path=require(a20_0x23cf00(0x107)),utils=require('./util'),request=require(a20_0x23cf00(0x104)),compressing=require(a20_0x23cf00(0xe3)),GIT_TEMP_DIR=a20_0x23cf00(0xed),GIT_HOST=a20_0x23cf00(0xfa),CLOUD_PROJECT={'common':{'token':'G4HJRsHr9D7Ssmixegw2','projectId':0x117,'localName':a20_0x23cf00(0xf9)},'react-admin-component':{'token':'FT3pKzxpRynFkmddJ9Bs','projectId':0x154,'localName':a20_0x23cf00(0x100)}};module[a20_0x23cf00(0x106)]=_0x2ec295=>{const _0x312609=a20_0x23cf00,_0x433823=_0x2ec295,_0x189fbc=path['resolve']('./');try{if(fs[_0x312609(0xf0)](_0x189fbc+_0x312609(0x109))){const _0xe6b2ff=_0x189fbc+_0x312609(0x109),_0x466373=CLOUD_PROJECT[_0x433823]||undefined;if(_0x466373){const _0x3b4274=os[_0x312609(0xdd)](),_0x3bf162=_0x3b4274+('/'+GIT_TEMP_DIR+'/'+_0x433823+_0x312609(0xfb)),_0x3e16cd=_0x3b4274+'/'+GIT_TEMP_DIR+_0x312609(0xfd);utils[_0x312609(0x114)](_0x3b4274+'/'+GIT_TEMP_DIR,()=>{const _0x5b14bb=_0x312609;fs[_0x5b14bb(0xf2)](_0x3b4274+'/'+GIT_TEMP_DIR);let _0xfc210c=fs[_0x5b14bb(0xf4)](_0x3bf162);request(GIT_HOST+_0x5b14bb(0x10c)+_0x466373[_0x5b14bb(0x111)]+_0x5b14bb(0xf7)+_0x466373[_0x5b14bb(0x116)]+_0x5b14bb(0x112))['pipe'](_0xfc210c)['on'](_0x5b14bb(0xde),()=>{const _0xc75ed1=_0x5b14bb;fs[_0xc75ed1(0xf2)](_0x3e16cd),compressing[_0xc75ed1(0xe5)][_0xc75ed1(0xf3)](_0x3bf162,_0x3e16cd)[_0xc75ed1(0xe1)](()=>{setTimeout(()=>{const _0xf70900=a20_0x32f3,_0x3bbf07=fs[_0xf70900(0xdc)](_0x3e16cd);_0x3bbf07['forEach'](_0x4f0b73=>{const _0x35f04b=_0xf70900;if(_0x4f0b73['indexOf'](_0x35f04b(0x10a))!==-0x1){const _0x3675e4=_0xe6b2ff+'\x5c'+_0x466373[_0x35f04b(0xe8)];utils[_0x35f04b(0x114)](_0x3675e4,()=>{fs['mkdirSync'](_0x3675e4),utils['CopyFolder'](_0x3e16cd+_0x4f0b73,_0x3675e4),setTimeout(()=>{const _0x3c2452=a20_0x32f3,_0xd20f7d=fs[_0x3c2452(0xe9)](_0xe6b2ff+'\x5c'+_0x3c2452(0x105));if(!_0xd20f7d){const _0x37b507=_0xe6b2ff+'\x5c'+'common\x5ctools\x5cindex.js',_0x2b6ecd=_0xe6b2ff+'\x5c'+_0x3c2452(0xe6);let _0x13b75a=fs[_0x3c2452(0xec)](_0x37b507)[_0x3c2452(0xfe)](),_0x4593a6=fs[_0x3c2452(0xec)](_0x2b6ecd)[_0x3c2452(0xfe)]();_0x13b75a=_0x13b75a[_0x3c2452(0x115)](_0x3c2452(0xfc),'return\x20process.env;'),_0x4593a6=_0x4593a6[_0x3c2452(0x115)](/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,_0x3c2452(0xf5)),fs[_0x3c2452(0x10d)](_0x37b507,_0x13b75a),fs[_0x3c2452(0x10d)](_0x2b6ecd,_0x4593a6),fs[_0x3c2452(0x10d)](_0xe6b2ff+_0x3c2452(0xee),fs[_0x3c2452(0xec)](__dirname+'\x5ccli.dva.router.spa.txt')[_0x3c2452(0xfe)]()),fs[_0x3c2452(0x10d)](_0xe6b2ff+_0x3c2452(0x110),fs[_0x3c2452(0xec)](__dirname+_0x3c2452(0xdf))[_0x3c2452(0xfe)]());}else fs['exists'](_0xe6b2ff+'\x5c'+_0x3c2452(0x102),_0x2f9ba6=>{const _0x1cfe1e=_0x3c2452;_0x2f9ba6&&(fs[_0x1cfe1e(0xdc)](_0xe6b2ff+'\x5c'+'common\x5cdva\x5cautomatic')[_0x1cfe1e(0x10e)](_0x363281=>{const _0x4f70fb=_0x1cfe1e;fs[_0x4f70fb(0xf1)](_0xe6b2ff+'\x5c'+_0x4f70fb(0x113)+_0x363281);}),fs[_0x1cfe1e(0x10f)](_0xe6b2ff+'\x5c'+_0x1cfe1e(0x101)));});},0x3e8);});}}),console['log'](_0x433823+'-文件下载完毕');},0x7d0);});});});}else console[_0x312609(0xff)](_0x312609(0x108)+_0x433823);}}catch(_0x55e88a){console[_0x312609(0xff)](_0x312609(0x10b));}};
|
package/src/old/cli.pull2.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const a21_0x51383c=a21_0xa388;(function(_0xebfc63,_0x19d7ca){const _0x1a94b6=a21_0xa388,_0x3f2c76=_0xebfc63();while(!![]){try{const _0x3908db=parseInt(_0x1a94b6(0x108))/0x1+-parseInt(_0x1a94b6(0xcd))/0x2+-parseInt(_0x1a94b6(0xea))/0x3+-parseInt(_0x1a94b6(0xed))/0x4+-parseInt(_0x1a94b6(0x112))/0x5+parseInt(_0x1a94b6(0xfe))/0x6+parseInt(_0x1a94b6(0x10c))/0x7;if(_0x3908db===_0x19d7ca)break;else _0x3f2c76['push'](_0x3f2c76['shift']());}catch(_0x56d43d){_0x3f2c76['push'](_0x3f2c76['shift']());}}}(a21_0x2df4,0x9cb52));function a21_0xa388(_0x4e1b0f,_0x3fbc1a){const _0x2df479=a21_0x2df4();return a21_0xa388=function(_0xa3888d,_0x14fdee){_0xa3888d=_0xa3888d-0xcd;let _0x573028=_0x2df479[_0xa3888d];return _0x573028;},a21_0xa388(_0x4e1b0f,_0x3fbc1a);}const fs=require('fs'),os=require('os'),path=require(a21_0x51383c(0xe6)),utils=require(a21_0x51383c(0x117)),request=require(a21_0x51383c(0xf4)),compressing=require('compressing'),GIT_HOST=a21_0x51383c(0xfa),GIT_TEMP_DIR=a21_0x51383c(0x101),CLOUD_PROJECT={'common':{'token':a21_0x51383c(0xe5),'projectId':0x117,'localName':a21_0x51383c(0xf7)},'react-admin-component':{'token':'FT3pKzxpRynFkmddJ9Bs','projectId':0x154,'localName':'components'}},COMMON_CONTENT_NOR_REPLACE=[{'path':a21_0x51383c(0x123),'replace':[[a21_0x51383c(0xd1),a21_0x51383c(0xe8)]]},{'path':a21_0x51383c(0x105),'replace':[[/const\srelation\s=\srequire\(`~\/application\/\${module.code}\/enumerate\/menu`\)\.default;/,a21_0x51383c(0xd3)],['components',a21_0x51383c(0xe8)]]}],COMMON_CONTENT_SPA_REPLACE=[{'path':a21_0x51383c(0x123),'replace':[['return\x20__planA();','return\x20process.env;']]}],COMMON_CONTENT_MICRO_REPLACE=[{'path':'\x5ctools\x5cindex.js','replace':[['return\x20__planA();',a21_0x51383c(0xf9)]]}],COMPONENTS_CONTENT_REPLACE=[{'path':'\x5cEditor\x5cindex.js','replace':[[a21_0x51383c(0x11e),'jjb-common/http'],[a21_0x51383c(0x120),'jjb-common/crypto'],['common/tools',a21_0x51383c(0xee)]]},{'path':a21_0x51383c(0x113),'replace':[[a21_0x51383c(0x114),a21_0x51383c(0xf1)]]},{'path':'\x5cRouterMenu\x5cindex.js','replace':[[a21_0x51383c(0x10a),a21_0x51383c(0xee)]]},{'path':'\x5cFileUploader\x5cindex.js','replace':[[a21_0x51383c(0x11e),'jjb-common/http'],[a21_0x51383c(0x10a),a21_0x51383c(0xee)]]},{'path':a21_0x51383c(0xef),'replace':[['common/http',a21_0x51383c(0xe7)],[a21_0x51383c(0x10a),a21_0x51383c(0xee)]]},{'path':a21_0x51383c(0x111),'replace':[[a21_0x51383c(0x11e),a21_0x51383c(0xe7)],['common/tools',a21_0x51383c(0xee)]]},{'path':a21_0x51383c(0xf8),'replace':[[a21_0x51383c(0x114),'jjb-common/color']]},{'path':a21_0x51383c(0xd0),'replace':[[a21_0x51383c(0x10a),a21_0x51383c(0xee)]]},{'path':a21_0x51383c(0xfc),'replace':[[a21_0x51383c(0xf0),'jjb-common/website'],[a21_0x51383c(0x10a),a21_0x51383c(0xee)]]}];function uid(){const _0x4fa5d9=a21_0x51383c;return Math['random']()[_0x4fa5d9(0x104)]()[_0x4fa5d9(0x125)](0x2);}module[a21_0x51383c(0xd8)]=_0x52da00=>{const _0x55a4d0=a21_0x51383c,_0x259ee8=path[_0x55a4d0(0x11d)]('./'),_0xc24723=_0x55a4d0(0xdf)+_0x52da00,_0x13d2d0=_0x55a4d0(0x107),_0x2849cd=_0x259ee8+_0x55a4d0(0xde),_0x391d87=_0x55a4d0(0xe3)+uid(),_0x1b2db5=__dirname+'\x5c'+_0x391d87,_0x52d9a5=_0x259ee8+_0x55a4d0(0xe1),_0x24d27b=_0x259ee8+_0x55a4d0(0xf6)+_0x52da00;try{if(fs[_0x55a4d0(0x10e)](_0x2849cd)){const _0x2ddf0d=CLOUD_PROJECT[_0x52da00]||undefined;if(_0x2ddf0d){const _0x823a17=os[_0x55a4d0(0xf5)](),_0x359558=_0x823a17+'/'+GIT_TEMP_DIR+'/'+_0x52da00+_0x55a4d0(0x10f),_0x9414e=_0x823a17+'/'+GIT_TEMP_DIR+_0x55a4d0(0x11c);utils[_0x55a4d0(0x122)](_0x823a17+'/'+GIT_TEMP_DIR,()=>{const _0x5ecbe5=_0x55a4d0;fs[_0x5ecbe5(0xd7)](_0x823a17+'/'+GIT_TEMP_DIR);const _0x48ad4a=fs['createWriteStream'](_0x359558);request(GIT_HOST+'/api/v4/projects/'+_0x2ddf0d['projectId']+_0x5ecbe5(0xfd)+_0x2ddf0d[_0x5ecbe5(0xe4)]+_0x5ecbe5(0xf3))['pipe'](_0x48ad4a)['on'](_0x5ecbe5(0x110),()=>{const _0x54797a=_0x5ecbe5;fs['mkdirSync'](_0x9414e),compressing[_0x54797a(0xe2)][_0x54797a(0xec)](_0x359558,_0x9414e)['then'](()=>{setTimeout(()=>{const _0x326eb5=a21_0xa388;fs[_0x326eb5(0x124)](_0x9414e)[_0x326eb5(0xf2)](_0x2d285f=>{const _0x285ef8=_0x326eb5;_0x2d285f['indexOf'](_0x285ef8(0xd9))!==-0x1&&utils['DeleteDirAllFile'](_0x2849cd+'\x5c'+_0x2ddf0d['localName'],()=>{const _0x1c8060=_0x285ef8;fs[_0x1c8060(0xd7)](_0x1b2db5),utils[_0x1c8060(0xdc)](_0x9414e+_0x2d285f,_0x1b2db5),setTimeout(()=>{const _0x3abafe=_0x1c8060;if(_0x52da00===_0x3abafe(0xf7)){const _0xd54db1=fs[_0x3abafe(0x10e)](_0x2849cd+_0x3abafe(0xd6));if(_0xd54db1)rm_rf(_0x1b2db5+_0x3abafe(0x106)),fs[_0x3abafe(0xcf)](_0x1b2db5+'\x5cdva\x5cautomatic');else{if(get_project_type(_0x52d9a5)===_0x3abafe(0xdd))content_replace(COMMON_CONTENT_SPA_REPLACE,_0x1b2db5),fs[_0x3abafe(0xd5)](_0x1b2db5+_0x3abafe(0xda),fs[_0x3abafe(0xfb)](__dirname+_0x3abafe(0x10d))[_0x3abafe(0x104)]()),fs[_0x3abafe(0xd5)](_0x1b2db5+_0x3abafe(0x10b),fs[_0x3abafe(0xfb)](__dirname+_0x3abafe(0xdb))['toString']());else get_project_type(_0x52d9a5)===_0x3abafe(0x103)&&(content_replace(COMMON_CONTENT_MICRO_REPLACE,_0x1b2db5),fs[_0x3abafe(0xd5)](_0x1b2db5+_0x3abafe(0xda),fs[_0x3abafe(0xfb)](__dirname+_0x3abafe(0xd4))[_0x3abafe(0x104)]()),fs[_0x3abafe(0xd5)](_0x1b2db5+'\x5cdva\x5cautomatic\x5cregister.js',fs[_0x3abafe(0xfb)](__dirname+_0x3abafe(0x100))['toString']()));}content_replace(COMMON_CONTENT_NOR_REPLACE,_0x1b2db5);}_0x52da00===_0x3abafe(0xff)&&content_replace(COMPONENTS_CONTENT_REPLACE,_0x1b2db5),rm_rf(_0x1b2db5+_0x3abafe(0x11f)),fs['existsSync'](_0x1b2db5+_0x3abafe(0x11f))&&fs[_0x3abafe(0xcf)](_0x1b2db5+_0x3abafe(0x11f)),fs['existsSync'](_0x1b2db5+_0x3abafe(0x109))&&fs[_0x3abafe(0xeb)](_0x1b2db5+_0x3abafe(0x109)),!fs['existsSync'](_0x24d27b)?fs[_0x3abafe(0xd7)](_0x24d27b):rm_rf(_0x24d27b),utils[_0x3abafe(0xdc)](_0x1b2db5,_0x24d27b,()=>{const _0xe2a27=_0x3abafe;rm_rf(_0x1b2db5),fs[_0xe2a27(0xcf)](_0x1b2db5),create_package_json(_0x24d27b,_0xc24723,_0x13d2d0),update_project_package_json(_0x52d9a5,_0xc24723,_0x13d2d0),console[_0xe2a27(0xce)](_0xe2a27(0x102)+_0xc24723+'\x20v'+_0x13d2d0);});},0x3e8);});});},0x7d0);});});});}else console['error']('【Error】:\x20未获取到项目\x20'+_0x52da00);}}catch(_0x2e1087){console[_0x55a4d0(0x119)](_0x55a4d0(0x11a));}};function rm_rf(_0x51c2cd){const _0x150060=a21_0x51383c;if(fs[_0x150060(0x10e)](_0x51c2cd)){const _0x4829bf=fs['readdirSync'](_0x51c2cd);for(let _0x171574=0x0;_0x171574<_0x4829bf['length'];_0x171574++){const _0x3b3043=_0x4829bf[_0x171574],_0x2c3f15=_0x51c2cd+'/'+_0x3b3043;fs[_0x150060(0x115)](_0x2c3f15)[_0x150060(0x121)]()?(rm_rf(_0x2c3f15),fs[_0x150060(0xcf)](_0x2c3f15)):fs[_0x150060(0xeb)](_0x2c3f15);}}}function create_package_json(_0x2601f4,_0x1c20bf,_0x5c9efd){const _0x4cdd73=a21_0x51383c;fs[_0x4cdd73(0xd5)](_0x2601f4+_0x4cdd73(0xe1),_0x4cdd73(0xe9)+_0x1c20bf+_0x4cdd73(0xd2)+_0x5c9efd+'\x22,\x22main\x22:\x20\x22index.js\x22}');}function a21_0x2df4(){const _0x32321d=['/repository/archive.zip?private_token=','5174868qFRIxE','react-admin-component','\x5ccli.dva.register.saas.txt','jjbAssembly','【已安装】:','micro-spa','toString','\x5cwebsite\x5cindex.js','\x5cdva\x5cautomatic','1.0.0','298169RJbNRx','\x5c.gitignore','common/tools','\x5cdva\x5cautomatic\x5cregister.js','20430333nuJGWR','\x5ccli.dva.router.spa.txt','existsSync','.zip','close','\x5cImageUploader\x5cindex.js','5565065UwrXTE','\x5cRejectText\x5cindex.js','common/color','statSync','projectType','./util','dependencies','error','【Error】:\x20当前目录不存在src子目录,无法完成pull操作。','replace','/unzip/','resolve','common/http','\x5c.idea','common/crypto','isDirectory','DeleteDirAllFile','\x5ctools\x5cindex.js','readdirSync','substr','978818RihkXa','log','rmdirSync','\x5cRouterContainer\x5cindex.js','components','\x22,\x22version\x22:\x22','const\x20relation\x20=\x20require(\x27~/enumerate/menu\x27).default;','\x5ccli.dva.router.saas.txt','writeFileSync','\x5capplication','mkdirSync','exports','-master-','\x5cdva\x5cautomatic\x5crouter.js','\x5ccli.dva.register.spa.txt','CopyFolder','spa','\x5csrc','jjb-','parse','\x5cpackage.json','zip','template_','token','G4HJRsHr9D7Ssmixegw2','path','jjb-common/http','jjb-react-admin-component','{\x22name\x22:\x22','3214719XYakQi','unlinkSync','uncompress','3053588KlGfYE','jjb-common/tools','\x5cImageCropper\x5cindex.js','common/website','jjb-common/color','forEach','&ref=master','request','tmpdir','\x5cnode_modules\x5cjjb-','common','\x5cPageHeaderBar\x5cindex.js','return\x20process.env.app;','http://192.168.1.242:10985','readFileSync','\x5cRouterContainer\x5ccomponents\x5cNavigationTab\x5cindex.js'];a21_0x2df4=function(){return _0x32321d;};return a21_0x2df4();}function get_project_type(_0x453e45){const _0x1ca3aa=a21_0x51383c,_0x549a1e=JSON[_0x1ca3aa(0xe0)](fs['readFileSync'](_0x453e45)[_0x1ca3aa(0x104)]());return _0x549a1e[_0x1ca3aa(0x116)];}function update_project_package_json(_0x45eadd,_0x1a27b9,_0x2dcb84){const _0x5493b1=a21_0x51383c,_0x5d1da4=JSON['parse'](fs[_0x5493b1(0xfb)](_0x45eadd)[_0x5493b1(0x104)]());_0x5d1da4[_0x5493b1(0x118)][_0x1a27b9]=_0x2dcb84,fs['writeFileSync'](_0x45eadd,JSON['stringify'](_0x5d1da4,null,0x2));}function content_replace(_0x4d893e=[],_0x1e8dd9){_0x4d893e['forEach'](_0x5dd52e=>{const _0x10da19=a21_0xa388,_0x39e746=_0x1e8dd9+_0x5dd52e[_0x10da19(0xe6)];if(fs['existsSync'](_0x39e746)){let _0x4be152=fs[_0x10da19(0xfb)](_0x39e746)[_0x10da19(0x104)]();_0x5dd52e[_0x10da19(0x11b)][_0x10da19(0xf2)](_0x183e91=>{const _0x205331=_0x10da19;_0x4be152=_0x4be152[_0x205331(0x11b)](_0x183e91[0x0],_0x183e91[0x1]);}),fs['writeFileSync'](_0x39e746,_0x4be152);}});}
|
package/src/old/cli.rm-rf.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const a22_0x247767=a22_0x1939;function a22_0x1939(_0x47be96,_0x49957){const _0x3bb9a3=a22_0x3bb9();return a22_0x1939=function(_0x193900,_0x48b351){_0x193900=_0x193900-0x143;let _0x486cf7=_0x3bb9a3[_0x193900];return _0x486cf7;},a22_0x1939(_0x47be96,_0x49957);}(function(_0x2ec224,_0x3875fd){const _0x4c14fa=a22_0x1939,_0xdf94f6=_0x2ec224();while(!![]){try{const _0xe29045=parseInt(_0x4c14fa(0x157))/0x1+-parseInt(_0x4c14fa(0x14c))/0x2+parseInt(_0x4c14fa(0x152))/0x3+-parseInt(_0x4c14fa(0x153))/0x4*(-parseInt(_0x4c14fa(0x14a))/0x5)+-parseInt(_0x4c14fa(0x15e))/0x6*(parseInt(_0x4c14fa(0x154))/0x7)+parseInt(_0x4c14fa(0x161))/0x8+-parseInt(_0x4c14fa(0x162))/0x9;if(_0xe29045===_0x3875fd)break;else _0xdf94f6['push'](_0xdf94f6['shift']());}catch(_0x58e684){_0xdf94f6['push'](_0xdf94f6['shift']());}}}(a22_0x3bb9,0x26004));const fs=require('fs'),path=require(a22_0x247767(0x143)),readline=require(a22_0x247767(0x15f)),ProgressBar=require('./progress-bar'),io=readline[a22_0x247767(0x14e)]({'input':process[a22_0x247767(0x15a)],'output':process['stdout']}),progress=new ProgressBar(a22_0x247767(0x156),0x32);function a22_0x3bb9(){const _0x4afa4c=['log','删除文件:','existsSync','isDirectory','resolve','statSync','35pICmET','length','390392YRswJe','trim','createInterface','clear','删除文件夹:','question','418677TiFRlp','64804BWTQBH','4284SHbWEI','删除完成。','删除进度','166121TVkAkt','rmdirSync','unlinkSync','stdin','exit','正在计算项目数,请稍等...','取消删除。','2454GPDytk','readline','无效操作。','2375736qehMLN','1034082DCjWZT','readdirSync','是否确认删除?删除后不可恢复![y/n]:','path'];a22_0x3bb9=function(){return _0x4afa4c;};return a22_0x3bb9();}let f_total=0x0,f_number=0x0;module['exports']=function(){const _0x56801b=a22_0x247767,_0x175d99=path[_0x56801b(0x148)]('./');io[_0x56801b(0x151)](_0x56801b(0x164),function(_0x330469){const _0x5d9cb8=_0x56801b;if(_0x330469[_0x5d9cb8(0x14d)]()==='y')console[_0x5d9cb8(0x144)](_0x5d9cb8(0x15c)),setTimeout(()=>{setTimeout(()=>{const _0x3030bc=a22_0x1939;console[_0x3030bc(0x14f)](),exec(_0x175d99),setTimeout(()=>{const _0x242f47=_0x3030bc;console[_0x242f47(0x144)](_0x242f47(0x155)),console[_0x242f47(0x14f)](),process[_0x242f47(0x15b)](0x0);},0x1f4);},0x1f4);},0x1f4);else _0x330469[_0x5d9cb8(0x14d)]()==='n'?(console[_0x5d9cb8(0x144)](_0x5d9cb8(0x15d)),process[_0x5d9cb8(0x15b)](0x0)):(console[_0x5d9cb8(0x144)](_0x5d9cb8(0x160)),process[_0x5d9cb8(0x15b)](0x0));});};function exec(_0x3860ff){const _0x8317c9=a22_0x247767;if(fs[_0x8317c9(0x146)](_0x3860ff)){const _0x3c4e57=fs[_0x8317c9(0x163)](_0x3860ff);for(let _0x2a7d1a=0x0;_0x2a7d1a<_0x3c4e57[_0x8317c9(0x14b)];_0x2a7d1a++){const _0x27b204=_0x3c4e57[_0x2a7d1a],_0x4c58d6=_0x3860ff+'/'+_0x27b204;try{fs[_0x8317c9(0x149)](_0x4c58d6)['isDirectory']()?(exec(_0x4c58d6),fs[_0x8317c9(0x158)](_0x4c58d6,{'recursive':!![]}),console['log'](_0x8317c9(0x150)+_0x4c58d6)):(fs[_0x8317c9(0x159)](_0x4c58d6),console[_0x8317c9(0x144)](_0x8317c9(0x145)+_0x4c58d6));}catch(_0xcc8a78){console['log']('删除异常:'+_0x4c58d6);}}}}function scanner(_0x566f90){const _0x8dad25=a22_0x247767;if(fs[_0x8dad25(0x146)](_0x566f90)){const _0x5e68f6=fs['readdirSync'](_0x566f90);for(let _0x554821=0x0;_0x554821<_0x5e68f6['length'];_0x554821++){const _0x106ec9=_0x5e68f6[_0x554821],_0x83974d=_0x566f90+'/'+_0x106ec9;try{fs[_0x8dad25(0x149)](_0x83974d)[_0x8dad25(0x147)]()?(scanner(_0x83974d),f_total=f_total+0x1):f_total=f_total+0x1;}catch(_0x56dc90){}}}}
|
package/src/old/progress-bar.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function
|
1
|
+
function a23_0x52d4(_0x2e64c9,_0x169c17){const _0x732115=a23_0x7321();return a23_0x52d4=function(_0x52d441,_0x4d2628){_0x52d441=_0x52d441-0xbb;let _0x108b41=_0x732115[_0x52d441];return _0x108b41;},a23_0x52d4(_0x2e64c9,_0x169c17);}const a23_0x3e2db6=a23_0x52d4;(function(_0x3f3fe7,_0x7eaf9d){const _0x7b0178=a23_0x52d4,_0x369023=_0x3f3fe7();while(!![]){try{const _0x3c441c=-parseInt(_0x7b0178(0xc1))/0x1*(-parseInt(_0x7b0178(0xc7))/0x2)+-parseInt(_0x7b0178(0xc2))/0x3+parseInt(_0x7b0178(0xc3))/0x4+parseInt(_0x7b0178(0xcf))/0x5*(-parseInt(_0x7b0178(0xc6))/0x6)+parseInt(_0x7b0178(0xcc))/0x7*(parseInt(_0x7b0178(0xce))/0x8)+-parseInt(_0x7b0178(0xbe))/0x9*(-parseInt(_0x7b0178(0xc9))/0xa)+-parseInt(_0x7b0178(0xcb))/0xb;if(_0x3c441c===_0x7eaf9d)break;else _0x369023['push'](_0x369023['shift']());}catch(_0x536c40){_0x369023['push'](_0x369023['shift']());}}}(a23_0x7321,0x5e483));const slog=require(a23_0x3e2db6(0xc8))[a23_0x3e2db6(0xc4)];function ProgressBar(_0x112e0a,_0x46296b){const _0x414a71=a23_0x3e2db6;this[_0x414a71(0xc0)]=_0x112e0a||_0x414a71(0xca),this[_0x414a71(0xd0)]=_0x46296b||0x19,this[_0x414a71(0xbc)]=function(_0x4ba1ec){const _0x34ddf4=_0x414a71;let _0x496f0c;const _0x5b5fd1=(_0x4ba1ec[_0x34ddf4(0xcd)]/_0x4ba1ec[_0x34ddf4(0xc5)])['toFixed'](0x4),_0x112fe2=Math[_0x34ddf4(0xbf)](_0x5b5fd1*this[_0x34ddf4(0xd0)]);let _0x1c3b73='';for(_0x496f0c=0x0;_0x496f0c<_0x112fe2;_0x496f0c++){_0x1c3b73+='█';}let _0x19ea1a='';for(_0x496f0c=0x0;_0x496f0c<this['length']-_0x112fe2;_0x496f0c++){_0x19ea1a+='░';}const _0x2aa9aa=this[_0x34ddf4(0xc0)]+':\x20'+(0x64*_0x5b5fd1)[_0x34ddf4(0xbd)](0x2)+'%\x20'+_0x1c3b73+_0x19ea1a+'\x20'+_0x4ba1ec[_0x34ddf4(0xcd)]+'/'+_0x4ba1ec[_0x34ddf4(0xc5)];slog(_0x2aa9aa);};}module[a23_0x3e2db6(0xbb)]=ProgressBar;function a23_0x7321(){const _0x52069c=['140586kIeCQm','289998prCPxV','single-line-log','70InjWFh','Progress','12861057syRaMI','104314pVQgHr','completed','328irBJDi','10JxUYti','length','exports','render','toFixed','740403zxgTzG','floor','description','3DhGrKM','148623TdUXsS','119684deFzzH','stdout','total'];a23_0x7321=function(){return _0x52069c;};return a23_0x7321();}
|
package/src/old/util.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const
|
1
|
+
'use strict';const a24_0x54e18a=a24_0x3d39;(function(_0x421b8a,_0x19d3fc){const _0x404854=a24_0x3d39,_0x339be3=_0x421b8a();while(!![]){try{const _0x4beb49=parseInt(_0x404854(0xb8))/0x1*(-parseInt(_0x404854(0xc7))/0x2)+parseInt(_0x404854(0xb7))/0x3*(parseInt(_0x404854(0xc6))/0x4)+parseInt(_0x404854(0xb2))/0x5+-parseInt(_0x404854(0xc3))/0x6+-parseInt(_0x404854(0xce))/0x7+parseInt(_0x404854(0xc0))/0x8+-parseInt(_0x404854(0xcf))/0x9*(parseInt(_0x404854(0xc8))/0xa);if(_0x4beb49===_0x19d3fc)break;else _0x339be3['push'](_0x339be3['shift']());}catch(_0x4526a7){_0x339be3['push'](_0x339be3['shift']());}}}(a24_0x1c16,0x9dcc4));function a24_0x3d39(_0x408092,_0x5c332e){const _0x1c16e7=a24_0x1c16();return a24_0x3d39=function(_0x3d3935,_0x35d080){_0x3d3935=_0x3d3935-0xad;let _0x177505=_0x1c16e7[_0x3d3935];return _0x177505;},a24_0x3d39(_0x408092,_0x5c332e);}const fs=require('fs'),path=require(a24_0x54e18a(0xbf));exports[a24_0x54e18a(0xad)]=(_0x7efc06,_0x17faa4)=>{const _0x71705a=a24_0x54e18a;let _0x378465=[];const _0x187781=this;fs[_0x71705a(0xc4)](_0x7efc06)?(_0x378465=fs['readdirSync'](_0x7efc06),_0x378465[_0x71705a(0xc9)](function(_0x30b92c,_0x2550fd){const _0x64ac20=_0x71705a;let _0x5c7403=_0x7efc06+'/'+_0x30b92c;fs[_0x64ac20(0xbe)](_0x5c7403)['isDirectory']()?_0x187781[_0x64ac20(0xad)](_0x5c7403):fs[_0x64ac20(0xc1)](_0x5c7403);}),fs[_0x71705a(0xbb)](_0x7efc06),_0x17faa4&&_0x17faa4()):_0x17faa4&&_0x17faa4();},exports[a24_0x54e18a(0xc2)]=(_0x1df226,_0x42f4a9,_0x523a56)=>{const _0x4758ef=a24_0x54e18a,_0x24d023=this;fs[_0x4758ef(0xb4)](_0x1df226,function(_0x4e8988,_0xe915ce){const _0x2e93d3=_0x4758ef;let _0x4dac57=0x0;const _0x221000=function(){const _0x47f636=a24_0x3d39;++_0x4dac57===_0xe915ce[_0x47f636(0xcb)]&&_0x523a56&&_0x523a56();};if(_0x4e8988){_0x221000();return;}_0xe915ce[_0x2e93d3(0xc9)](function(_0x5a164a){const _0xda872=_0x2e93d3,_0x1ff436=path[_0xda872(0xca)](_0x1df226,_0x5a164a),_0x116565=path[_0xda872(0xca)](_0x42f4a9,_0x5a164a);fs[_0xda872(0xb1)](_0x1ff436,function(_0xebf866,_0x1a1eb2){const _0x205485=_0xda872;_0x1a1eb2[_0x205485(0xb0)]()?fs['mkdir'](_0x116565,function(_0x2544bf){const _0x152c18=_0x205485;if(_0x2544bf){console[_0x152c18(0xae)](_0x2544bf);return;}_0x24d023[_0x152c18(0xc2)](_0x1ff436,_0x116565,_0x221000);}):_0x24d023[_0x205485(0xcd)](_0x1ff436,_0x116565,_0x221000);});}),_0xe915ce[_0x2e93d3(0xcb)]===0x0&&_0x523a56&&_0x523a56();});},exports[a24_0x54e18a(0xcd)]=(_0x1b9a12,_0x3c7f90,_0x2bff32)=>{const _0x4f4c1e=a24_0x54e18a,_0x3d8c5a=fs[_0x4f4c1e(0xc5)](_0x1b9a12);_0x3d8c5a['on']('error',function(_0x1ed941){const _0x2c3f13=_0x4f4c1e;_0x1ed941&&console[_0x2c3f13(0xae)](_0x2c3f13(0xb6),_0x1b9a12),_0x2bff32&&_0x2bff32(_0x1ed941);});const _0x11ed6c=fs[_0x4f4c1e(0xaf)](_0x3c7f90);_0x11ed6c['on'](_0x4f4c1e(0xbc),function(_0x392aef){const _0x2134c4=_0x4f4c1e;_0x392aef&&console[_0x2134c4(0xae)]('write\x20error',_0x3c7f90),_0x2bff32&&_0x2bff32(_0x392aef);}),_0x11ed6c['on']('close',function(_0x3074c0){_0x2bff32&&_0x2bff32(_0x3074c0);}),_0x3d8c5a[_0x4f4c1e(0xb3)](_0x11ed6c);},exports[a24_0x54e18a(0xcc)]=(_0x15f364,_0x645732)=>{const _0x1da3ee=a24_0x54e18a,_0x2f0fac=this,_0x2dd2e6=fs[_0x1da3ee(0xb5)](_0x15f364);_0x2dd2e6[_0x1da3ee(0xc9)](_0x5a494b=>{const _0x32534b=_0x1da3ee,_0x5e520a=_0x15f364+'/'+_0x5a494b,_0xbd2110=fs[_0x32534b(0xbe)](_0x5e520a);_0xbd2110[_0x32534b(0xb0)]()?_0x2f0fac[_0x32534b(0xcc)](_0x5e520a,_0x645732):_0x645732[_0x32534b(0xbd)](_0x5e520a);});},exports[a24_0x54e18a(0xb9)]=(_0xac0a86,_0xedde82)=>{return new Promise(_0x1657b3=>{const _0x14c1fb=a24_0x3d39,_0x10617a=[];_0xedde82[_0x14c1fb(0xc9)]((_0x19193d,_0x4b03b8)=>{const _0x2c7bb8=_0x14c1fb,_0x230f4b=_0xac0a86+'/'+_0x10617a[_0x2c7bb8(0xca)]('/')+'/'+_0x19193d;try{const _0x24042e=fs[_0x2c7bb8(0xbe)](_0x230f4b);_0x24042e['isDirectory']()?_0x4b03b8===_0xedde82[_0x2c7bb8(0xcb)]-0x1&&_0x1657b3():(fs[_0x2c7bb8(0xba)](_0x230f4b),_0x4b03b8===_0xedde82['length']-0x1&&_0x1657b3());}catch(_0x4edcd6){fs[_0x2c7bb8(0xba)](_0x230f4b),_0x4b03b8===_0xedde82[_0x2c7bb8(0xcb)]-0x1&&_0x1657b3();}_0x10617a[_0x2c7bb8(0xbd)](_0x19193d);});});};function a24_0x1c16(){const _0x29f780=['rmdirSync','error','push','statSync','path','10262064vPicVz','unlinkSync','CopyFolder','837444BLPOWk','existsSync','createReadStream','16Dfhxbh','1429502EmGsHk','35920XdDPGN','forEach','join','length','DeepScanner','CopyFile','1703891rCMOmx','3492ZAXRcP','DeleteDirAllFile','log','createWriteStream','isDirectory','stat','3669840uiNGkP','pipe','readdir','readdirSync','read\x20error','840786QXkrFy','1NGkScP','CreatePaths','mkdirSync'];a24_0x1c16=function(){return _0x29f780;};return a24_0x1c16();}
|