From 6b2cd446f96e583fc37f5f8fd11c65a795f840e2 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sat, 8 Apr 2023 17:42:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=87=8F=E5=B0=91=E5=BF=85=E5=BA=94toke?= =?UTF-8?q?n=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= 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 9a2c5cc..fc4ffc7 100644 --- a/apps/management.js +++ b/apps/management.js @@ -205,7 +205,7 @@ export class ChatgptManagement extends plugin { async saveBingToken () { if (!this.e.msg) return let token = this.e.msg - if (token.length < 215) { + if (token.length < 100) { await this.reply('Bing Token格式错误,请确定获取了有效的_U Cookie或完整的Cookie', true) this.finish('saveBingToken') return