mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2025-07-13 23:52:36 +08:00
更新于 07-14 22:19
This commit is contained in:
@ -77,7 +77,7 @@ const UA = $.isNode() ? (process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT :
|
||||
$.hotFlag = false; //是否火爆
|
||||
console.log(`\n*****开始【京东账号${$.index}】${$.nickName || $.UserName}*****\n`);
|
||||
console.log(`\n如有未完成的任务,请多执行几次\n`);
|
||||
await movement()
|
||||
//await movement()
|
||||
if($.hotFlag)$.secretpInfo[$.UserName] = false;//火爆账号不执行助力
|
||||
}
|
||||
}
|
||||
@ -385,7 +385,8 @@ const canRequest = (url) => {
|
||||
].includes(host) &&
|
||||
!/\.jd\.com$/.test(host) &&
|
||||
!/\.jingxi\.com/.test(host) &&
|
||||
!/\.isvjcloud\.com/.test(host)
|
||||
!/\.isvjcloud\.com/.test(host) &&
|
||||
!/\.fastmock\.site/.test(host)
|
||||
) {
|
||||
console.log(host, url)
|
||||
throw new Error(`该请求 url 不合法: ${url}`)
|
||||
@ -835,4 +836,4 @@ function Env(t, e) {
|
||||
(this.isSurge() || this.isQuanX() || this.isLoon()) && $done(t)
|
||||
}
|
||||
})(t, e)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user