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++) {