Update jd_rankingList.js

This commit is contained in:
LXK9301
2021-01-20 22:44:09 +08:00
committed by GitHub
parent ad57a59988
commit 0352104ab7

View File

@ -1,21 +1,10 @@
/*
自用于github action
京东排行榜
自用
authoryangtingxiao
github https://github.com/yangtingxiao
京东排行榜
更新时间2020-11-05 16:07
脚本说明:京东排行榜签到得京豆
活动入口:找不着了,点击脚本通知进入吧
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
// quantumultx
[task_local]
#京东排行榜
11 9 * * * https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_rankingList.js, tag=京东排行榜, img-url=https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/image/jd.png, enabled=true
// Loon
[Script]
cron "11 9 * * *" script-path=https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_rankingList.js,tag=京东排行榜
// Surge
京东排行榜 = type=cron,cronexp=11 9 * * *,wake-system=1,timeout=20,script-path=https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_rankingList.js
*/
const $ = new Env('京东排行榜');
main();