From c8729cb096ad0c3b7f7f2143f4099c0503d65ae6 Mon Sep 17 00:00:00 2001 From: sunlei Date: Thu, 11 Jun 2026 15:04:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(admin):=20=E8=A1=A5=E9=BD=90QQBot=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=8F=9C=E5=8D=95=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antdv-next/src/api/core/menu.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antdv-next/src/api/core/menu.ts b/apps/web-antdv-next/src/api/core/menu.ts index 2e89f65..0783d4b 100644 --- a/apps/web-antdv-next/src/api/core/menu.ts +++ b/apps/web-antdv-next/src/api/core/menu.ts @@ -29,6 +29,7 @@ const SUPPORTED_ADMIN_MENU_NAMES = new Set([ 'QqBotAccountDelete', 'QqBotAccountEdit', 'QqBotAccountKick', + 'QqBotAccountRefreshLogin', 'QqBotCommand', 'QqBotCommandCreate', 'QqBotCommandDelete',