🔨Modify cron
This commit is contained in:
parent
8ad466a5ef
commit
ef36f1cbd2
@ -47,8 +47,8 @@ const ERR = MYERR();
|
||||
|
||||
var keyword1 = [""]; //👈本地关键词在这里设置。
|
||||
var keyword2 = [""];
|
||||
$.refreshtime = 24; //重复内容默认在6小时内不再通知,之后清空,可自行修改
|
||||
$.saveditem =["魔都最新「文艺FAN地标」,咖啡馆里看画展、文创市集、音乐表演…安放文艺心!"];
|
||||
$.refreshtime = 6; //重复内容默认在6小时内不再通知,之后清空,可自行修改
|
||||
$.saveditem =[""];
|
||||
|
||||
!(async () => {
|
||||
init();
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user