mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
♻️ 姑且能跑 dev,尚需调试功能
This commit is contained in:
@@ -77,7 +77,7 @@ async function toWebLogin(): Promise<void> {
|
||||
return;
|
||||
}
|
||||
await TGClient.open("config_sign_in", "https://user.mihoyo.com");
|
||||
signListener = await event.listen("config_user_sign", async (e: Event<unknown>) => {
|
||||
signListener = event.listen("config_user_sign", async (e: Event<unknown>) => {
|
||||
if (typeof e.payload !== "string") {
|
||||
showSnackbar({
|
||||
color: "error",
|
||||
|
||||
Reference in New Issue
Block a user