Skip to content

Commit

Permalink
chore: move
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed May 16, 2024
1 parent 2d44a87 commit eb9d624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ napCatCore.onLoginSuccess((uin, uid) => {
console.log('登录成功!');
WebUiDataRuntime.setQQLoginStatus(true);
WebUiDataRuntime.setQQLoginUin(uin.toString());
postLoginStatus().catch(logDebug);
});
const showQRCode = async (url: string, base64: string, buffer: Buffer) => {
await WebUiDataRuntime.setQQLoginQrcodeURL(url);
Expand Down

0 comments on commit eb9d624

Please sign in to comment.