Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
d8100dc255
chore(deps): update npm dependencies to v9 2026-04-07 18:10:05 +00:00
4 changed files with 640 additions and 513 deletions

364
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,6 @@
> [!IMPORTANT] > [!IMPORTANT]
> 关于版本的说明Clash Verge 版本号遵循 x.y.zx 为重大架构变更y 为功能新增z 为 Bug 修复。 > 关于版本的说明Clash Verge 版本号遵循 x.y.zx 为重大架构变更y 为功能新增z 为 Bug 修复。
- **Mihomo(Meta) 内核升级至 v1.19.23**
### 🐞 修复问题 ### 🐞 修复问题
- 修复系统代理关闭后在 PAC 模式下未完全关闭 - 修复系统代理关闭后在 PAC 模式下未完全关闭

View File

@ -125,7 +125,7 @@
"eslint --fix --max-warnings=0", "eslint --fix --max-warnings=0",
"biome format --write" "biome format --write"
], ],
"*.{css,scss,json,yaml,yml}": [ "*.{css,scss,json,md,yaml,yml}": [
"biome format --write" "biome format --write"
] ]
}, },

785
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff