From 15bd2ee887e3de46e3b00403e2422f2f47fdf19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 12 Aug 2024 20:51:17 +0800 Subject: [PATCH] fix: 2.0.7 --- src/shell/napcat.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index 7e2a4036..c210da9d 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -175,6 +175,7 @@ export async function NCoreInitShell() { .then(result => { if (result.loginErrorInfo.errMsg) { logger.logError('快速登录错误:', result.loginErrorInfo.errMsg); + loginService.getQRCodePicture(); } }) .catch();