jd_syj.js改名为赚京豆

This commit is contained in:
lxk0301
2021-01-27 11:14:36 +08:00
parent b6569b7a72
commit 733f5703ae

View File

@@ -5,27 +5,28 @@
* @Last Modified time: 2021-1-1 16:58:02 * @Last Modified time: 2021-1-1 16:58:02
*/ */
/* /*
十元街脚本一周签到下来可获得30京豆一天任意时刻运行一次即可 赚京豆脚本一周签到下来可获得30京豆一天任意时刻运行一次即可
活动入口:赚京豆(微信小程序)-赚京豆-签到领京豆
更新地址https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js 更新地址https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_syj.js
参考github@jidesheng6修改而来 参考github@jidesheng6修改而来
已支持IOS双京东账号, Node.js支持N个京东账号 已支持IOS双京东账号, Node.js支持N个京东账号
脚本兼容: QuantumultX, Surge, Loon, 小火箭JSBox, Node.js 脚本兼容: QuantumultX, Surge, Loon, 小火箭JSBox, Node.js
============Quantumultx=============== ============Quantumultx===============
[task_local] [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============== ================Loon==============
[Script] [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================= ===============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') : ''; const notify = $.isNode() ? require('./sendNotify') : '';
//Node.js用户请在jdCookie.js处填写京东ck; //Node.js用户请在jdCookie.js处填写京东ck;