chore: eslint

This commit is contained in:
pk5ls20
2024-11-14 13:29:39 +08:00
parent dec9b51f58
commit 73931588fd
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();
}