mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
fix: 修复cron
This commit is contained in:
parent
a34c2835e4
commit
40bfbda264
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue