fix(proxy): 恢复上游脚本与逐项域名复制

This commit is contained in:
xweiba
2026-09-11 11:41:30 +08:00
parent 27f6029f9e
commit 68cd5fd31c
33 changed files with 925 additions and 1226 deletions
+2 -8
View File
@@ -1,16 +1,10 @@
{
"name": "@location-spoofer/wloc-scripts",
"version": "1.0.0",
"version": "1.0.8",
"private": true,
"type": "module",
"license": "AGPL-3.0",
"scripts": {
"build": "node build.mjs",
"test": "node --test"
},
"dependencies": {
"pako": "2.1.0"
},
"devDependencies": {
"esbuild": "0.25.8"
}
}