修复cron

This commit is contained in:
Qian23333 2025-08-16 11:28:42 +08:00
parent fc86215f11
commit 5908cab7af

View file

@ -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(),
};
}