3 changed files with 111 additions and 3 deletions
@ -0,0 +1,108 @@ |
|||
{ |
|||
"name": "晶彩看点定时任务订阅", |
|||
"desc": "无", |
|||
"date": "2021-08-05 20:32:08", |
|||
"author": "https://t.me/ShaolinTemple1", |
|||
"resource": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_cron.json", |
|||
"list": [ |
|||
{ |
|||
"name": "晶彩签到", |
|||
"type": "cron", |
|||
"time": "15 2 * * *", |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jcqd.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩文章", |
|||
"type": "cron", |
|||
"time": "30 7,12,18 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jcwz.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩看看赚", |
|||
"type": "cron", |
|||
"time": "45 9 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jckkz.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩火爆转发", |
|||
"type": "cron", |
|||
"time": "15 6,12,18 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_share.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩福利视频", |
|||
"type": "cron", |
|||
"time": "20 21 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_Adv_video.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩每日任务宝箱领取", |
|||
"type": "cron", |
|||
"time": "15 22 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jcbox.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩好友签到红包", |
|||
"type": "cron", |
|||
"time": "15 7 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_friendSign.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩抽奖", |
|||
"type": "cron", |
|||
"time": "34 22 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_Rotary.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩提现", |
|||
"type": "cron", |
|||
"time": "34 10 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_withdraw.js" |
|||
} |
|||
}, |
|||
{ |
|||
"name": "晶彩每日收益统计", |
|||
"type": "cron", |
|||
"time": "15 23 * * *", |
|||
"running": true, |
|||
"job": { |
|||
"type": "runjs", |
|||
"target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_today_score.js" |
|||
} |
|||
} |
|||
] |
|||
} |
Loading…
Reference in new issue