diff --git a/Tasks/News.json b/Tasks/News.json index a6fdfa8..d12cc35 100644 --- a/Tasks/News.json +++ b/Tasks/News.json @@ -22,7 +22,7 @@ "type":"runjs", "target":"https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/js/News/wechatsubs.js" }, - "running":true + "running":false }, { "name":"NASA每日一图", @@ -53,6 +53,16 @@ "target":"https://raw.githubusercontent.com/zZPiglet/Task/master/MovieCalendar/MovieCalendar.js" }, "running":true + }, + { + "name":"东京奥运会🏅金牌榜", + "type":"cron", + "time":"0 */6 * * *", + "job":{ + "type":"runjs", + "target":"https://raw.githubusercontent.com/ddgksf2013/Cuttlefish/master/Script/OlympicRanking.js" + }, + "running":true } ] }