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"] }