From 2a77d7df166f6f44cb7116f2a70a810b6849dca3 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 27 Jan 2021 11:14:36 +0800 Subject: [PATCH] =?UTF-8?q?jd=5Fsyj.js=E6=94=B9=E5=90=8D=E4=B8=BA=E8=B5=9A?= =?UTF-8?q?=E4=BA=AC=E8=B1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_syj.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/jd_syj.js b/jd_syj.js index 86ab7e00..68a65524 100644 --- a/jd_syj.js +++ b/jd_syj.js @@ -5,27 +5,28 @@ * @Last Modified time: 2021-1-1 16:58:02 */ /* -十元街脚本,一周签到下来可获得30京豆,一天任意时刻运行一次即可 +赚京豆脚本,一周签到下来可获得30京豆,一天任意时刻运行一次即可 +活动入口:赚京豆(微信小程序)-赚京豆-签到领京豆 更新地址:https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js 参考github@jidesheng6修改而来 已支持IOS双京东账号, Node.js支持N个京东账号 脚本兼容: QuantumultX, Surge, Loon, 小火箭,JSBox, Node.js ============Quantumultx=============== [task_local] -#十元街 -10 7 * * * https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js, tag=十元街, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_syj.png, enabled=true +#赚京豆 +10 7 * * * https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js, tag=赚京豆, img-url=https://raw.githubusercontent.com/58xinian/icon/master/jd_syj.png, enabled=true ================Loon============== [Script] -cron "10 7 * * *" script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js, tag=十元街 +cron "10 7 * * *" script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js, tag=赚京豆 ===============Surge================= -十元街 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js +赚京豆 = type=cron,cronexp="10 7 * * *",wake-system=1,timeout=3600,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js ============小火箭========= -十元街 = type=cron,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js, cronexpr="10 7 * * *", timeout=3600, enable=true +赚京豆 = type=cron,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js, cronexpr="10 7 * * *", timeout=3600, enable=true */ -const $ = new Env('十元街'); +const $ = new Env('赚京豆'); const notify = $.isNode() ? require('./sendNotify') : ''; //Node.js用户请在jdCookie.js处填写京东ck;