fix: 修改刷新copilot token间隔

This commit is contained in:
ikechan8370 2025-02-07 00:02:42 +08:00
parent c1dd406b62
commit 916e1082d7

View file

@ -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,