fix: point third-party modules at upstream wloc scripts

Modules now load wloc.js and wloc-settings.js directly from Yu9191/wloc
(raw for direct, gh-proxy for the mirror path) instead of the project's
own dist copies, so proxy clients run the battle-tested upstream scripts.
The Shadowrocket module also carries the upstream argument config and icon.
This commit is contained in:
xweiba
2026-09-01 17:40:26 +08:00
parent fb0ca961a4
commit 9cea68392e
10 changed files with 27 additions and 25 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ http:
script-providers:
WLOC.Location:
url: https://raw.githubusercontent.com/xweiba/location-spoofer/main/ThirdParty/WlocScripts/dist/v1/wloc.js
url: https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/dist/wloc.js
interval: 86400
WLOC.Settings:
url: https://raw.githubusercontent.com/xweiba/location-spoofer/main/ThirdParty/WlocScripts/dist/v1/wloc-settings.js
url: https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/dist/wloc-settings.js
interval: 86400