From 51808bc700e44f6f45c17f6dc197b94e720937de Mon Sep 17 00:00:00 2001 From: KingRan Date: Tue, 1 Mar 2022 12:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_opencardL86.js | 6 +++--- jd_opencardL87.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jd_opencardL86.js b/jd_opencardL86.js index e7c2a9a..f2e3cd8 100644 --- a/jd_opencardL86.js +++ b/jd_opencardL86.js @@ -163,7 +163,7 @@ async function run() { } console.log(`${$.score}值 游戏:${$.point}`) $.runFalag = true - let count = parseInt($.score/1000) + let count = parseInt($.score/100) console.log(`抽奖次数为:${count}`) for(m=1;count--;m++){ console.log(`第${m}次抽奖`) @@ -193,8 +193,8 @@ async function run() { await $.wait(parseInt(Math.random() * 1000 + 5000, 10)) if(flag) await $.wait(parseInt(Math.random() * 1000 + 10000, 10)) - if($.index % 3 == 0) console.log('休息1分钟,别被黑ip了\n可持续发展') - if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 60000, 10)) + if($.index % 5 == 0) console.log('休息一下,别被黑ip了\n可持续发展') + if($.index % 5 == 0) await $.wait(parseInt(Math.random() * 5000 + 10000, 10)) } catch (e) { console.log(e) diff --git a/jd_opencardL87.js b/jd_opencardL87.js index 2ae526e..cb4926d 100644 --- a/jd_opencardL87.js +++ b/jd_opencardL87.js @@ -180,8 +180,8 @@ async function run() { } await $.wait(parseInt(Math.random() * 1000 + 5000, 10)) if(flag) await $.wait(parseInt(Math.random() * 1000 + 10000, 10)) - if($.index % 3 == 0) console.log('休息1分钟,别被黑ip了\n可持续发展') - if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 60000, 10)) + if($.index % 3 == 0) console.log('休息一下,别被黑ip了\n可持续发展') + if($.index % 3 == 0) await $.wait(parseInt(Math.random() * 5000 + 10000, 10)) } catch (e) { console.log(e) }