From cfa13e3e78eddbcca09b54c1dd91ea1418235559 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 10 Aug 2021 00:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1task:EUserv=5Fextend.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tasks/Daily.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Tasks/Daily.json b/Tasks/Daily.json index 7c77e83..71c46d9 100644 --- a/Tasks/Daily.json +++ b/Tasks/Daily.json @@ -4,6 +4,16 @@ "desc":"该订阅适用于 elecV2P,与其他软件并不兼容。相关说明参考:https://github.com/elecV2/elecV2P-dei/tree/master/docs/06-task.md", "date":"2021-07-27 17:22:00", "list":[ + { + "name":"安装依赖", + "type":"schedule", + "time":"0", + "job":{ + "type":"exec", + "target":"pip install requests beautifulsoup4" + }, + "running":false + }, { "name":"中青看点看看赚&浏览赚(需配合专用重写获取cookie)", "type":"cron", @@ -35,22 +45,12 @@ "running":true }, { - "name":"整点红包雨", + "name":"EUserv 续期", "type":"cron", - "time":"0 0 0-23/1 * * *", + "time":"0 10 */7 * *", "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" + "target":"https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/js/EUserv_extend.js" }, "running":true }