新增 跳跳乐瓜分京豆脚本

注:默认不做添加物品至购物车任务,守护京东APP最后一片净土。
This commit is contained in:
wisz2021
2021-05-19 18:35:03 +08:00
parent 9bc32d9287
commit b021f33055
5 changed files with 503 additions and 2 deletions

View File

@ -72,7 +72,7 @@
# 京东汽车(签到满500赛点可兑换500京豆)
0 0 * * * node /scripts/jd_car.js >> /scripts/logs/jd_car.log 2>&1
# 领京豆额外奖励(每日可获得3京豆)
23 */1 * * * node /scripts/jd_bean_home.js >> /scripts/logs/jd_bean_home.log 2>&1
23 1,12,22 * * * node /scripts/jd_bean_home.js >> /scripts/logs/jd_bean_home.log 2>&1
# 微信小程序京东赚赚
6 0-5/1,11 * * * node /scripts/jd_jdzz.js >> /scripts/logs/jd_jdzz.log 2>&1
# crazyJoy自动每日任务
@ -117,3 +117,5 @@
10 10,23 * * * node /scripts/jd_market_lottery.js >> /scripts/logs/jd_market_lottery.log 2>&1
# 领金贴
5 0 * * * node /scripts/jd_jin_tie.js >> /scripts/logs/jd_jin_tie.log 2>&1
# 跳跳乐瓜分京豆
15 0-23/2 node /scripts/jd_jump.js >> /scripts/logs/jd_jump.log 2>&1