style: lint

This commit is contained in:
手瓜一十雪
2024-09-08 10:10:47 +08:00
parent adbc5d321d
commit 7ec5d4238e
7 changed files with 24 additions and 24 deletions

View File

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