修改地址链接。迁移过期活动(集鞭炮赢京豆)

This commit is contained in:
lxk0301
2021-01-28 14:27:50 +08:00
parent 5fab97116b
commit 1090f480a7
87 changed files with 657 additions and 670 deletions

View File

@@ -8,24 +8,24 @@
小鸽有礼
抽奖可获得京豆和快递优惠券
活动时间2021年1月15日至2021年2月19日
更新地址https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_xg.js
更新地址https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js
活动入口https://snsdesign.jd.com/babelDiy/Zeus/4N5phvUAqZsGWBNGVJWmufXoBzpt/index.html?channel=lingsns003&scope=0&sceneid=9001&btnTips=&hideApp=0
已支持IOS双京东账号,Node.js支持N个京东账号
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
============Quantumultx===============
[task_local]
#小鸽有礼
5 7 * * * https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_xg.js, tag=小鸽有礼, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xg.jpg, enabled=true
5 7 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js, tag=小鸽有礼, img-url=https://raw.githubusercontent.com/yogayyy/Scripts/master/Icon/shylocks/jd_xg.jpg, enabled=true
================Loon==============
[Script]
cron "5 7 * * *" script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_xg.js,tag=小鸽有礼
cron "5 7 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js,tag=小鸽有礼
===============Surge=================
小鸽有礼 = type=cron,cronexp="5 7 * * *",wake-system=1,timeout=200,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_xg.js
小鸽有礼 = type=cron,cronexp="5 7 * * *",wake-system=1,timeout=200,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js
============小火箭=========
小鸽有礼 = type=cron,script-path=https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_xg.js, cronexpr="5 7 * * *", timeout=200, enable=true
小鸽有礼 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_xg.js, cronexpr="5 7 * * *", timeout=200, enable=true
*/
const $ = new Env('小鸽有礼');
const notify = $.isNode() ? require('./sendNotify') : '';