From becf93563e2790a9894c3312c3122ff13c5f3cd5 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Mon, 23 Nov 2020 20:04:14 +0800 Subject: [PATCH] Update jd_pet.js --- jd_pet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_pet.js b/jd_pet.js index af0bc9aa..19d38887 100644 --- a/jd_pet.js +++ b/jd_pet.js @@ -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]) {