From 7b0bc7475519f6ce209e4d114fe6dc4e25374ae8 Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Wed, 1 Oct 2025 00:34:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9B?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/login.js b/apps/login.js index d8d61b2..089d7fe 100644 --- a/apps/login.js +++ b/apps/login.js @@ -226,7 +226,7 @@ export default class LoginService extends plugin { const qrPath = await loginInstance.login(qq, nickname); if (qrPath || qrPath !== 'none') { - e.reply(segment.image(qrPath), true); + e.reply(segment.image(`file:///${qrPath}`), true); const timerKey = `login:timer:${qq}`; await redis.set(timerKey, 120, 'pending');