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,