⬆️ 更新salt

This commit is contained in:
目棃
2024-08-28 13:10:07 +08:00
parent c95f58423a
commit 5f08a7ed94
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ use tauri_utils::config::WebviewUrl;
pub async fn create_mhy_client(handle: AppHandle, func: String, url: String) {
let mut win_width = 400.0;
let mut win_height = 800.0;
let win_ua = "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.72.2";
let win_ua = "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.75.1";
let url_parse;
if url != "" {
url_parse = WebviewUrl::External(url.parse().unwrap());