From 5d7dec243bd7822cca6a936072b19bef2b545f2c Mon Sep 17 00:00:00 2001 From: star <869728223@qq.com> Date: Wed, 26 May 2021 09:23:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=9D=E7=82=B9=E5=89=8D=E4=B8=8D=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=8A=A9=E5=8A=9B=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_zoo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_zoo.js b/jd_zoo.js index 320feed6..a9c23c4a 100644 --- a/jd_zoo.js +++ b/jd_zoo.js @@ -70,7 +70,7 @@ if ($.isNode()) { } } - if ($.inviteList.length === 0 || cookiesArr.length < 2) { + if ($.inviteList.length === 0 || cookiesArr.length < 2 || (new Date().getUTCHours() + 8) < 9) { return; } for (let i = 0; i < cookiesArr.length; i++) {