From d22e8941fdcca751332c4b41efa0f8007335d9dd Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Fri, 19 Feb 2021 11:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=B8=94=E9=BB=98=E8=AE=A4=E6=94=B9=E4=B8=BA=E7=BB=99=E5=A5=BD?= =?UTF-8?q?=E5=8F=8B=E5=96=82=E9=A3=9F(=E5=9B=A0=E5=AE=A0=E6=B1=AA?= =?UTF-8?q?=E6=B1=AA=E8=81=9A=E5=AE=9D=E7=9B=86=E4=B8=8B=E7=BA=BF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_joy_steal.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jd_joy_steal.js b/jd_joy_steal.js index 64ba5cf1..31af9ec9 100644 --- a/jd_joy_steal.js +++ b/jd_joy_steal.js @@ -2,7 +2,7 @@ * @Author: LXK9301 https://github.com/LXK9301 * @Date: 2020-07-16 18:54:16 * @Last Modified by: LXK9301 - * @Last Modified time: 2021-1-21 21:22:37 + * @Last Modified time: 2021-2-19 10:22:37 */ /* 活动入口:京东APP我的-更多工具-宠汪汪 @@ -52,7 +52,7 @@ if ($.isNode()) { let message = '', subTitle = ''; let jdNotify = false;//是否开启静默运行,false关闭静默运行(即通知),true打开静默运行(即不通知) -let jdJoyHelpFeed = false;//是否给好友喂食,false为不给喂食,true为给好友喂食,默认不给好友喂食 +let jdJoyHelpFeed = true;//是否给好友喂食,false为不给喂食,true为给好友喂食,默认不给好友喂食 let jdJoyStealCoin = true;//是否偷好友积分与狗粮,false为否,true为是,默认是偷 const JD_API_HOST = 'https://jdjoy.jd.com/pet'; //是否给好友喂食 @@ -176,7 +176,7 @@ async function jdJoySteal() { console.log('帮好友喂食失败,狗粮不足10g 跳出\n'); break } - if ($.help_feed >= 10) $.HelpFeedFlag = false;//修复每次运行都会给好友喂食一次的bug + if ($.help_feed >= 10) $.HelpFeedFlag = ctrTemp;//修复每次运行都会给好友喂食一次的bug if (!$.HelpFeedFlag) { console.log('您已设置不为好友喂食,现在跳过喂食,如需为好友喂食请在BoxJs打开喂食开关或者更改脚本 jdJoyHelpFeed 处'); break