Update jd_lotteryMachine.js

This commit is contained in:
LXK9301
2021-01-20 22:42:41 +08:00
committed by GitHub
parent ff1a2422da
commit ad57a59988

View File

@ -1,20 +1,10 @@
/*
自用于github action
京东抽奖机
自用
authoryangtingxiao
github https://github.com/yangtingxiao
京东抽奖机
更新时间2020-11-07 11:09
脚本说明五个抽奖活动【东东抽奖机】【新店福利】【东东福利屋】【东东生活】【闪购盲盒】点通知只能跳转一个入口在京东APP玩一玩里面可以看到
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
// quantumultx
[task_local]
#京东抽奖机
11 1 * * * https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_lotteryMachine.js, tag=京东抽奖机, img-url=https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/image/jd.png, enabled=true
// Loon
[Script]
cron "11 1 * * *" script-path=https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_lotteryMachine.js,tag=京东抽奖机
// Surge
京东抽奖机 = type=cron,cronexp=11 1 * * *,wake-system=1,timeout=20,script-path=https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_lotteryMachine.js
*/
const $ = new Env('京东抽奖机');
main();