京东沸腾之夜(5.31日有效)

This commit is contained in:
wisz2021
2021-05-31 15:29:45 +08:00
parent 8171ddc8ce
commit 2f1e965633
5 changed files with 21 additions and 1 deletions

View File

@ -2,6 +2,21 @@
沸腾之夜
开启预约活动得0.18元红包得到五个助力后得1.58元红包
内部账号自己相互助力一个账号3次助力机会。
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
============Quantumultx===============
[task_local]
#沸腾之夜
0 15-19/1 * * * https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js, tag=沸腾之夜, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/jd.png, enabled=true
================Loon==============
[Script]
cron "0 15-19/1 * * *" script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js,tag=沸腾之夜
===============Surge=================
沸腾之夜 = type=cron,cronexp="0 15-19/1 * * *",wake-system=1,timeout=3600,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js
============小火箭=========
沸腾之夜 = type=cron,script-path=https://gitee.com/lxk0301/jd_scripts/raw/master/jd_party_night.js, cronexpr="0 15-19/1 * * *", timeout=3600, enable=true
*/
const $ = new Env('沸腾之夜');
const notify = $.isNode() ? require('./sendNotify') : '';