更新时间

This commit is contained in:
黄志军
2021-11-03 14:56:35 +08:00
parent aaf249edf1
commit ddc4bd47ef
7 changed files with 9 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ const urlSchema = `openjd://virtual?params=%7B%20%22category%22:%20%22jump%22,%2
}
for (let i = 0; i < cookiesArr.length; i++) {
if (cookiesArr[i]) {
await $.wait(Math.floor(Math.random() * (175000) + 5000));
cookie = cookiesArr[i];
$.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1])
$.index = i + 1;