mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
update jdCookie.js.
This commit is contained in:
parent
7f092d51e9
commit
e70387a60b
@ -25,7 +25,7 @@ if (JSON.stringify(process.env).indexOf('GITHUB')>-1) {
|
||||
await process.exit(0);
|
||||
})()
|
||||
}
|
||||
CookieJDs = [...new Set(CookieJDs.filter(item => item !== "" && item !== null && item !== undefined))]
|
||||
CookieJDs = [...new Set(CookieJDs.filter(item => !!item))]
|
||||
console.log(`\n====================共有${CookieJDs.length}个京东账号Cookie=========\n`);
|
||||
console.log(`==================脚本执行- 北京时间(UTC+8):${new Date(new Date().getTime() + new Date().getTimezoneOffset()*60*1000 + 8*60*60*1000).toLocaleString()}=====================\n`)
|
||||
for (let i = 0; i < CookieJDs.length; i++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user