From ef36f1cbd2ecdc335f500b6b77cdad8f27a9a166 Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 22 Aug 2021 12:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Modify=20cron?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/js/wechatsubs.js | 4 ++-- Tasks/News.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Scripts/js/wechatsubs.js b/Scripts/js/wechatsubs.js index 242364c..f79b8c2 100644 --- a/Scripts/js/wechatsubs.js +++ b/Scripts/js/wechatsubs.js @@ -47,8 +47,8 @@ const ERR = MYERR(); var keyword1 = [""]; //👈本地关键词在这里设置。 var keyword2 = [""]; -$.refreshtime = 24; //重复内容默认在6小时内不再通知,之后清空,可自行修改 -$.saveditem =["魔都最新「文艺FAN地标」,咖啡馆里看画展、文创市集、音乐表演…安放文艺心!"]; +$.refreshtime = 6; //重复内容默认在6小时内不再通知,之后清空,可自行修改 +$.saveditem =[""]; !(async () => { init(); diff --git a/Tasks/News.json b/Tasks/News.json index b85a23c..5a87afc 100644 --- a/Tasks/News.json +++ b/Tasks/News.json @@ -27,7 +27,7 @@ { "name":"NASA每日一图", "type":"cron", - "time":"0 8 * * *", + "time":"0 16 * * *", "job":{ "type":"runjs", "target":"https://raw.githubusercontent.com/evilbutcher/Quantumult_X/master/check_in/nasa/nasapic.js" @@ -37,7 +37,7 @@ { "name":"iDaily", "type":"cron", - "time":"30 8 * * *", + "time":"30 19 * * *", "job":{ "type":"runjs", "target":"https://raw.githubusercontent.com/evilbutcher/Quantumult_X/master/check_in/idaily/idaily.js"