From b9f2b7f9088bca240f49e4f92cbf619dca6e9ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A3=9E?= <42599406+xfdown@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:35:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=88=90=E5=8A=9F=E5=90=8E=E5=9B=9E=E8=BD=A6?= =?UTF-8?q?=E8=BF=98=E4=BC=9A=E5=88=B7=E6=96=B0=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82=20(#321)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/events/login.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/events/login.js b/lib/events/login.js index ce3d9b7..db93a63 100644 --- a/lib/events/login.js +++ b/lib/events/login.js @@ -31,6 +31,7 @@ export default class loginEvent extends EventListener { time++ let res = await this.client.queryQrcodeResult() if (res.retcode === 0) { + inSlider = true console.log('\n') logger.info(logger.green('扫码成功,开始登录...')) console.log('\n')