chore: eslint

This commit is contained in:
pk5ls20
2024-11-14 13:29:39 +08:00
parent dab0f9ab45
commit 6a08b15095
5 changed files with 26 additions and 26 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();
}