From 5908cab7af351331cec4f73e6d239c71f40780b1 Mon Sep 17 00:00:00 2001 From: Qian23333 <119576779+Qian23333@users.noreply.github.com> Date: Sat, 16 Aug 2025 11:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcron?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/remind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remind.js b/apps/remind.js index 5ad6a1a..248ec96 100644 --- a/apps/remind.js +++ b/apps/remind.js @@ -54,7 +54,7 @@ export class Remind extends ZZZPlugin { if (globalRemindConfig.enable) { this.task = { name: 'ZZZ-Plugin式舆防卫战/危局强袭战提醒任务', - cron: '0 0/10 * * * *', + cron: '0 */10 * * * ?', fnc: () => this.runTask(), }; }