From 61f7a341bc42b2994bb643bd3139851ba725b626 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 af0bc9a..19d3888 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]) {