Update jd_lotteryMachine.js
This commit is contained in:
@@ -1,20 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
自用于github action
|
|
||||||
|
京东抽奖机
|
||||||
|
|
||||||
|
自用
|
||||||
author:yangtingxiao
|
author:yangtingxiao
|
||||||
github: https://github.com/yangtingxiao
|
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('京东抽奖机');
|
const $ = new Env('京东抽奖机');
|
||||||
main();
|
main();
|
||||||
|
Reference in New Issue
Block a user