diff --git a/jd_zoo.js b/jd_zoo.js index 1025e853..a3ff429e 100644 --- a/jd_zoo.js +++ b/jd_zoo.js @@ -72,7 +72,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++) {