style: lint

This commit is contained in:
手瓜一十雪 2024-11-14 10:45:16 +08:00
parent f228129c19
commit e8bf6fa0a6
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,7 @@ export async function NCoreInitShell() {
logger.log(`可用于快速登录的 QQ\n${historyLoginList
.map((u, index) => `${index + 1}. ${u.uin} ${u.nickName}`)
.join('\n')
}`);
}`);
}
loginService.getQRCodePicture();
}