This commit is contained in:
star
2021-06-06 11:17:28 +08:00
parent 38e5bee45a
commit 109b9e9868

View File

@ -133,7 +133,7 @@ if ($.isNode()) {
}
await main();
}
$.inviteCodeList.push(...getRandomArrayElements($.authorCodeList, 3));
$.inviteCodeList.push(...getRandomArrayElements($.authorCodeList, 5));
for (let i = 0; i < cookiesArr.length; i++) {
$.cookie = cookiesArr[i];
$.UserName = decodeURIComponent($.cookie.match(/pt_pin=([^; ]+)(?=;?)/) && $.cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]);