From f3eb9102d443253c87445c3c074ca7684c7ad575 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 11 Nov 2020 11:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=B0=8F=E5=BF=83=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E7=9A=84=EF=BC=8C=20=E5=95=A5=E4=B9=9F=E6=B2=A1=20=EF=BC=8C=20?= =?UTF-8?q?=E4=B8=8D=E8=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_pigPet.js | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/jd_pigPet.js b/jd_pigPet.js index 59e41548..2432a9db 100644 --- a/jd_pigPet.js +++ b/jd_pigPet.js @@ -1,36 +1,12 @@ /* 京东金融养猪猪 +啥也没有, 刚新建一文件, 不小心提交上去了 */ -/* -东东萌宠 更新地址: https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_pet.js -更新时间:2020-11-07 -已支持IOS双京东账号,Node.js支持N个京东账号 -脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js -互助码shareCode请先手动运行脚本查看打印可看到 -一天只能帮助5个人。多出的助力码无效 - -=================================Quantumultx========================= -[task_local] -#东东萌宠 -15 6-18/6 * * * https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_pet.js, tag=东东萌宠, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jdmc.png, enabled=true - -=================================Loon=================================== -[Script] -cron "15 6-18/6 * * *" script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_pet.js,tag=东东萌宠 - -===================================Surge================================ -东东萌宠 = type=cron,cronexp="15 6-18/6 * * *",wake-system=1,timeout=120,script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_pet.js - -====================================小火箭============================= -东东萌宠 = type=cron,script-path=https://raw.githubusercontent.com/lxk0301/jd_scripts/master/jd_pet.js, cronexpr="15 6-18/6 * * *", timeout=200, enable=true - -*/ const $ = new Env('金融养猪'); let cookiesArr = [], cookie = '', jdPetShareArr = [], isBox = false, notify, newShareCodes; const JD_API_HOST = 'https://ms.jr.jd.com/gw/generic/uc/h5/m'; !(async () => { - await requireConfig(); if (!cookiesArr[0]) { $.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/', {"open-url": "https://bean.m.jd.com/"}); return;