mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
@@ -458,6 +458,9 @@ class TGClient {
|
||||
}
|
||||
await window.__TAURI__.event.emit('post_mhy_client',JSON.stringify(arg));
|
||||
isLogin = true;
|
||||
} else {
|
||||
// 等待 500 ms
|
||||
await new Promise((resolve) => setTimeout(resolve, 500));
|
||||
}
|
||||
}
|
||||
})();`;
|
||||
|
||||
Reference in New Issue
Block a user