yanyuyijian/Tasks/Daily.json
2021-07-03 18:18:22 +08:00

78 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name":"羊毛",
"author":"旺仔Leon",
"desc":"旺仔 制作.xlsx文件Leon 修订并转换成.json的任务订阅。该订阅适用于 elecV2P与其他软件并不兼容。相关说明参考https://github.com/elecV2/elecV2P-dei/tree/master/docs/06-task.md",
"date":"2021-07-03 03:13:00",
"list":[
{
"name":"中青看点看看赚&浏览赚(需配合专用重写获取cookie)",
"type":"cron",
"time":"30 6 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/ztxtop/x/main/youth_banner.js"
},
"running":true
},
{
"name":"中青看点签到&开转盘宝箱&阅读时长",
"type":"cron",
"time":"10 */1 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/GoodHolidays/Scripts/master/Task/youth.js"
},
"running":true
},
{
"name":"中青自动阅读V2P",
"type":"cron",
"time":"10 */2 * * *",
"job":{
"type":"runjs",
"target":"https://raw.githubusercontent.com/KodoShinichi/elecV2P/main/Taks-elecV2P/youthread_elecV2.js"
},
"running":true
},
{
"name":"京喜财富岛提现并发修改版ztxtop",
"type":"cron",
"time":"0 0 0 * * *",
"job":{
"type":"runjs",
"target":"jx_cfdtx.js"
},
"running":true
},
{
"name":"京东东东超市兑换奖品",
"type":"cron",
"time":"0 0 0 * * *",
"job":{
"type":"runjs",
"target":"jd_blueCoin.js"
},
"running":true
},
{
"name":"整点红包雨",
"type":"cron",
"time":"0 0 0-23/1 * * *",
"job":{
"type":"runjs",
"target":"long_super_redrain.js"
},
"running":true
},
{
"name":"半点红包雨",
"type":"cron",
"time":"0 30 16-23/1 * * *",
"job":{
"type":"runjs",
"target":"long_half_redrain.js"
},
"running":true
}
]
}