九点前不执行助力代码

This commit is contained in:
star
2021-05-26 09:23:28 +08:00
parent ec0230b361
commit 5d7dec243b

View File

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