Update jd_pet.js
This commit is contained in:
@ -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]) {
|
||||
|
Reference in New Issue
Block a user