From 17f5a87e315bdbc158025d2edb2f906c2218acdf Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 21 Nov 2025 17:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20=E5=B0=9D=E8=AF=95=E5=85=81?= =?UTF-8?q?=E8=AE=B8geetest=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/capabilities/TeyvatGuide.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src-tauri/capabilities/TeyvatGuide.json b/src-tauri/capabilities/TeyvatGuide.json index 81854c0a..974558f3 100644 --- a/src-tauri/capabilities/TeyvatGuide.json +++ b/src-tauri/capabilities/TeyvatGuide.json @@ -52,7 +52,8 @@ { "url": "https://*.miyoushe.com/*" }, { "url": "https://*.mihoyo.com/*" }, { "url": "https://homa.snapgenshin.com/*" }, - { "url": "https://*.hoyoverse.com/*" } + { "url": "https://*.hoyoverse.com/*" }, + { "url": "https://*.geetest.com/*" } ] }, { @@ -60,5 +61,8 @@ "allow": [{ "name": "exec-sh", "cmd": "powershell", "args": true }] } ], + "remote": { + "urls": ["https://*.geetest.com/*"] + }, "platforms": ["windows", "macOS"] }