🔨Modify cron

This commit is contained in:
Leon 2021-08-22 12:45:41 +08:00
parent 8ad466a5ef
commit ef36f1cbd2
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@ const ERR = MYERR();
var keyword1 = [""]; //👈本地关键词在这里设置。
var keyword2 = [""];
$.refreshtime = 24; //重复内容默认在6小时内不再通知之后清空可自行修改
$.saveditem =["魔都最新「文艺FAN地标」,咖啡馆里看画展、文创市集、音乐表演…安放文艺心!"];
$.refreshtime = 6; //重复内容默认在6小时内不再通知之后清空可自行修改
$.saveditem =[""];
!(async () => {
init();

View File

@ -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"