From 757e9ce947d4126300a65eff0bfd27e028c2f85b Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 25 Mar 2021 18:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E6=B3=A8=E9=87=8A=E8=87=AA?= =?UTF-8?q?=E5=AE=B6=E5=9C=B0=E4=B8=8B=E6=97=A0=E9=9B=B6=E4=BB=B6=E4=B8=8D?= =?UTF-8?q?=E6=94=B6=E5=8F=96=E5=A5=BD=E5=8F=8B=E9=9B=B6=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_dreamFactory.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index 63e687d2..c2877fda 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -824,10 +824,10 @@ function PickUpComponent(index, encryptPin) { } //偷好友的电力 async function stealFriend() { - if (!$.pickUpMyselfComponent) { - $.log(`今日收取零件已达上限,偷好友零件也达到上限,故跳出`) - return - } + // if (!$.pickUpMyselfComponent) { + // $.log(`今日收取零件已达上限,偷好友零件也达到上限,故跳出`) + // return + // } await getFriendList(); $.friendList = [...new Set($.friendList)]; for (let i = 0; i < $.friendList.length; i++) {