成功完成签到&战绩页面渲染

This commit is contained in:
BTMuli
2023-10-24 21:51:37 +08:00
parent 1914261e80
commit 16999f2e58
4 changed files with 73 additions and 55 deletions

View File

@@ -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);
}