This commit is contained in:
2024 2025-08-18 22:22:14 +08:00
parent d197aa4c6e
commit 5e838d8528
3 changed files with 6 additions and 4 deletions

View File

@ -80,7 +80,6 @@ if (process.env.ALLOWPIN) {
} }
} }
} else { } else {
let pinarr = pin.split(','); let pinarr = pin.split(',');
console.log(`\n❗已配置全部任务只执行pin: ${JSON.stringify(pinarr)}`); console.log(`\n❗已配置全部任务只执行pin: ${JSON.stringify(pinarr)}`);
@ -89,7 +88,9 @@ if (process.env.ALLOWPIN) {
runck.push(...CookieJDs.filter(x => x.includes(encodeURIComponent(i)))); runck.push(...CookieJDs.filter(x => x.includes(encodeURIComponent(i))));
} }
} }
CookieJDs = runck if (runck.length > 0) {
CookieJDs = runck
}
} catch { } } catch { }
} }
console.log(`\n====================共${CookieJDs.length}个京东账号Cookie=================`); console.log(`\n====================共${CookieJDs.length}个京东账号Cookie=================`);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long