mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
修复cron
This commit is contained in:
parent
fc86215f11
commit
5908cab7af
1 changed files with 1 additions and 1 deletions
|
|
@ -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/10 * * * *',
|
cron: '0 */10 * * * ?',
|
||||||
fnc: () => this.runTask(),
|
fnc: () => this.runTask(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue