From 2e4bf836a87f89eaf980b9ecd443539069c6c3fe Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 5 May 2025 11:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/reportBots.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/reportBots.js b/apps/reportBots.js index f774264..7012001 100644 --- a/apps/reportBots.js +++ b/apps/reportBots.js @@ -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', + }, + ], }); }