From f3d377a987fb22745aaf28f7e7c8072963068149 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 1 Dec 2022 17:17:48 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20wry=E4=BD=8E=E7=89=88=E6=9C=AC=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=85=88=E6=B3=A8=E9=87=8A=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 995c687..17c63f6 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -158,7 +158,7 @@ fn main() -> wry::Result<()> { // 用于欺骗部分页面对于浏览器的强检测 - #[cfg(target_os = "macos")] + // #[cfg(target_os = "macos")] // let user_agent_string = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15"; #[cfg(target_os = "macos")]