mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
✨ 成功完成签到&战绩页面渲染
This commit is contained in:
@@ -13,7 +13,8 @@ fn get_mhy_client_url(func: String) -> WindowUrl {
|
||||
.parse()
|
||||
.unwrap();
|
||||
} else if func == "game_record" {
|
||||
url_res = "https://webstatic.mihoyo.com/app/community-game-records/index.html".parse().unwrap();
|
||||
url_res =
|
||||
"https://webstatic.mihoyo.com/app/community-game-records/index.html?bbs_presentation_style=fullscreen".parse().unwrap();
|
||||
}
|
||||
return WindowUrl::External(url_res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user