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');