🐛 generating QR code when quick login fails

This commit is contained in:
DiheChen 2024-08-14 10:31:28 +08:00 committed by GitHub
parent 8645a412b7
commit 5dacdcfe5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,6 +183,7 @@ export async function NCoreInitShell() {
}, 1000);
} else {
logger.logError('快速登录失败,未找到该 QQ 历史登录记录,将使用二维码登录方式');
loginService.getQRCodePicture();
}
} else {
logger.log('没有 -q 指令指定快速登录,将使用二维码登录方式');