From 5028c2ea67a82b39f18014c5380928f13b29467d Mon Sep 17 00:00:00 2001 From: Alcedo Date: Wed, 30 Aug 2023 17:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BB=E6=AD=A2=E7=BE=A4=E8=81=8A=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=BF=AB=E6=8D=B7=E7=99=BB=E5=BD=95?= 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 0cc9256..15d9089 100644 --- a/apps/management.js +++ b/apps/management.js @@ -1253,7 +1253,7 @@ Poe 模式会调用 Poe 中的 Claude-instant 进行对话。需要提供 Cookie } async toolsPage (e) { - if (!Config.groupAdminPage && (e.isGroup || !e.isPrivate)) { + if (e.isGroup || !e.isPrivate) { await this.reply('请私聊发送命令', true) return true }