mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
Update jd_pet.js
This commit is contained in:
parent
98634a8e85
commit
fc718f880e
@ -38,7 +38,7 @@ let message = '', subTitle = '', option = {};
|
||||
let jdNotify = false;//是否关闭通知,false打开通知推送,true关闭通知推送
|
||||
const JD_API_HOST = 'https://api.m.jd.com/client.action';
|
||||
let goodsUrl = '', taskInfoKey = [];
|
||||
let randomCount = 20;
|
||||
let randomCount = $.isNode() ? 20 : 5;
|
||||
!(async () => {
|
||||
await requireConfig();
|
||||
if (!cookiesArr[0]) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user