From 916e1082d7f8465f7731df767bd50f518f7b3e22 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 7 Feb 2025 00:02:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=B7=E6=96=B0copi?= =?UTF-8?q?lot=20token=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/management.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/management.js b/apps/management.js index 1fe5e9b..f25163c 100644 --- a/apps/management.js +++ b/apps/management.js @@ -367,7 +367,7 @@ export class ChatgptManagement extends plugin { }) this.task = [ { - cron: '0 */2 * * * ?', + cron: '0 0 */2 * * ?', // cron: '*/1 * * * *', name: 'refreshBingAi', fnc: this.refreshBingAi,