♻️ 姑且没登录的功能都给试了下

This commit is contained in:
目棃
2024-07-03 17:49:15 +08:00
parent 367307029b
commit 8a2c7d13c6
47 changed files with 1135 additions and 315 deletions

View File

@@ -80,6 +80,10 @@ function onCancel(): void {
text: "已取消登录",
color: "cancel",
});
if (cycleTimer !== null) {
clearInterval(cycleTimer);
cycleTimer = null;
}
}
async function freshQr(): Promise<void> {