From 40bfbda2645d4ea85f6053437f39ee2ec991dc11 Mon Sep 17 00:00:00 2001 From: Qian23333 <119576779+Qian23333@users.noreply.github.com> Date: Sat, 16 Aug 2025 07:16:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=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 d924b9e..9165524 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分钟执行 + cron: '0 * * * * ?', // 每小时的第0分钟执行 fnc: () => this.runTask(), }; }