From 7553aab932800538f8f09d89e2e645baf6b7c4a1 Mon Sep 17 00:00:00 2001 From: Alen <33656288+cnxysoft@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:32:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复在没找到登陆历史记录后不加载二维码的问题 --- src/shell/napcat.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index 868aaa33..350b99d0 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -183,6 +183,7 @@ export async function NCoreInitShell() { }, 1000); } else { logger.logError('快速登录失败,未找到该 QQ 历史登录记录,将使用二维码登录方式'); + loginService.getQRCodePicture(); } } else { logger.log('没有 -q 指令指定快速登录,将使用二维码登录方式');