🔨Modify cron
This commit is contained in:
parent
8ad466a5ef
commit
ef36f1cbd2
@ -47,8 +47,8 @@ const ERR = MYERR();
|
|||||||
|
|
||||||
var keyword1 = [""]; //👈本地关键词在这里设置。
|
var keyword1 = [""]; //👈本地关键词在这里设置。
|
||||||
var keyword2 = [""];
|
var keyword2 = [""];
|
||||||
$.refreshtime = 24; //重复内容默认在6小时内不再通知,之后清空,可自行修改
|
$.refreshtime = 6; //重复内容默认在6小时内不再通知,之后清空,可自行修改
|
||||||
$.saveditem =["魔都最新「文艺FAN地标」,咖啡馆里看画展、文创市集、音乐表演…安放文艺心!"];
|
$.saveditem =[""];
|
||||||
|
|
||||||
!(async () => {
|
!(async () => {
|
||||||
init();
|
init();
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
{
|
{
|
||||||
"name":"NASA每日一图",
|
"name":"NASA每日一图",
|
||||||
"type":"cron",
|
"type":"cron",
|
||||||
"time":"0 8 * * *",
|
"time":"0 16 * * *",
|
||||||
"job":{
|
"job":{
|
||||||
"type":"runjs",
|
"type":"runjs",
|
||||||
"target":"https://raw.githubusercontent.com/evilbutcher/Quantumult_X/master/check_in/nasa/nasapic.js"
|
"target":"https://raw.githubusercontent.com/evilbutcher/Quantumult_X/master/check_in/nasa/nasapic.js"
|
||||||
@ -37,7 +37,7 @@
|
|||||||
{
|
{
|
||||||
"name":"iDaily",
|
"name":"iDaily",
|
||||||
"type":"cron",
|
"type":"cron",
|
||||||
"time":"30 8 * * *",
|
"time":"30 19 * * *",
|
||||||
"job":{
|
"job":{
|
||||||
"type":"runjs",
|
"type":"runjs",
|
||||||
"target":"https://raw.githubusercontent.com/evilbutcher/Quantumult_X/master/check_in/idaily/idaily.js"
|
"target":"https://raw.githubusercontent.com/evilbutcher/Quantumult_X/master/check_in/idaily/idaily.js"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user