mirror of https://github.com/KingRan/KR.git
parent
ba6dcd0b27
commit
0b6460ab9e
|
@ -65,6 +65,7 @@ let llhelp=true;
|
|||
option = {};
|
||||
$.retry = 0;
|
||||
await GetCollect();
|
||||
await $.wait(1500);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -90,6 +91,7 @@ let llhelp=true;
|
|||
option = {};
|
||||
$.retry = 0;
|
||||
await jdFruit();
|
||||
await $.wait(30 * 1000);
|
||||
}
|
||||
if ($.isNode()) {
|
||||
process.env.fruit_sleep ? await $.wait(Number(process.env.fruit_sleep)) : ''
|
||||
|
|
|
@ -84,6 +84,7 @@ let llhelp=true;
|
|||
option = {};
|
||||
$.retry = 0;
|
||||
await GetCollect();
|
||||
await $.wait(1500);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -109,6 +110,7 @@ let llhelp=true;
|
|||
option = {};
|
||||
$.retry = 0;
|
||||
await jdFruit();
|
||||
await $.wait(20 * 1000);
|
||||
}
|
||||
if ($.isNode()) {
|
||||
process.env.fruit_sleep ? await $.wait(Number(process.env.fruit_sleep)) : ''
|
||||
|
|
|
@ -81,6 +81,7 @@ const urlSchema = `openjd://virtual?params=%7B%20%22category%22:%20%22jump%22,%2
|
|||
$.retry = 0;
|
||||
//await shareCodesFormat();
|
||||
await jdFruit();
|
||||
await $.wait(30 * 1000);
|
||||
}
|
||||
if ($.isNode()) {
|
||||
process.env.fruit_sleep ? await $.wait(Number(process.env.fruit_sleep)) : ''
|
||||
|
|
|
@ -80,6 +80,7 @@ console.log(`共${cookiesArr.length}个京东账号\n`);
|
|||
taskInfoKey = [];
|
||||
option = {};
|
||||
await jdPet();
|
||||
await $.wait(30 * 1000);
|
||||
}
|
||||
}
|
||||
if ($.isNode() && allMessage && $.ctrTemp) {
|
||||
|
|
|
@ -85,6 +85,7 @@ console.log(`共${cookiesArr.length}个京东账号\n`);
|
|||
taskInfoKey = [];
|
||||
option = {};
|
||||
await GetShareCode();
|
||||
await $.wait(2 * 1000);
|
||||
}
|
||||
}
|
||||
console.log('\n互助码收集完毕,开始执行内部助力...\n');
|
||||
|
@ -115,7 +116,7 @@ console.log(`共${cookiesArr.length}个京东账号\n`);
|
|||
taskInfoKey = [];
|
||||
option = {};
|
||||
await jdPet();
|
||||
await $.wait(3 * 1000);
|
||||
await $.wait(30 * 1000);
|
||||
}
|
||||
}
|
||||
if ($.isNode() && allMessage && $.ctrTemp) {
|
||||
|
|
|
@ -71,8 +71,9 @@ $.newShareCode = [];
|
|||
subTitle = '';
|
||||
option = {};
|
||||
await jdPlantBean();
|
||||
await $.wait(5 * 1000);
|
||||
await doHelp();
|
||||
await $.wait(2000);
|
||||
await $.wait(5 * 1000);
|
||||
}
|
||||
}
|
||||
if ($.isNode() && allMessage) {
|
||||
|
|
|
@ -12,7 +12,7 @@ const $ = new Env('M京东签到')
|
|||
$.logic = async function () {
|
||||
await signBeanIndex()
|
||||
await $.wait(3000, 5000)
|
||||
await cgame();
|
||||
//await cgame();
|
||||
}
|
||||
$.run({filename: __filename, wait: [1000, 2000], random: true})
|
||||
.catch(reason => console.log(reason))
|
||||
|
|
Loading…
Reference in New Issue