fix: 修复cron

This commit is contained in:
Qian23333 2025-08-16 07:16:32 +08:00
parent a34c2835e4
commit 40bfbda264

View file

@ -54,7 +54,7 @@ export class Remind extends ZZZPlugin {
if (globalRemindConfig.enable) { if (globalRemindConfig.enable) {
this.task = { this.task = {
name: 'ZZZ-Plugin式舆防卫战/危局强袭战提醒任务', name: 'ZZZ-Plugin式舆防卫战/危局强袭战提醒任务',
cron: '0 * * * *', // 每小时的第0分钟执行 cron: '0 * * * * ?', // 每小时的第0分钟执行
fnc: () => this.runTask(), fnc: () => this.runTask(),
}; };
} }