feat: errorStack

This commit is contained in:
pk5ls20
2024-11-13 16:52:03 +08:00
parent f58adb6dbf
commit a84e7a19f5
11 changed files with 102 additions and 35 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();
}