小更改

This commit is contained in:
Jerry 2025-05-05 11:32:46 +08:00
parent ba997f8a58
commit 2e4bf836a8

View File

@ -12,11 +12,13 @@ export default class ReportBots extends plugin {
permission: 'master',
},
],
task: {
name: 'crystelf定时同步',
corn: '*/30 * * * *',
fnc: 'autoReport',
},
task: [
{
name: 'crystelf定时同步',
corn: '*/30 * * * *',
fnc: 'autoReport',
},
],
});
}