mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
Compare commits
2 Commits
f953dca228
...
46088f5234
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46088f5234 | ||
|
|
70dcf5e598 |
10
changelog.md
10
changelog.md
@ -5,10 +5,18 @@
|
||||
- 可视化规则编辑
|
||||
- 连接页面支持暂停
|
||||
- 连接页面增加表格视图
|
||||
- 支持随机端口
|
||||
- 支持关闭部分端口选项
|
||||
- 在菜单中显示当前代理
|
||||
|
||||
### 修复 (Fix)
|
||||
- 添加缺失的多国语言翻译
|
||||
- 更安全的内核提权检查
|
||||
- Tun 模式无法在 linux 中正常工作
|
||||
- 配置导致的程序崩溃问题
|
||||
|
||||
# 其他 (chore)
|
||||
- 添加缺失的多国语言翻译
|
||||
- 更新依赖
|
||||
|
||||
## 1.8.8
|
||||
|
||||
|
||||
34
package.json
34
package.json
@ -33,20 +33,18 @@
|
||||
"@electron-toolkit/preload": "^3.0.2",
|
||||
"@electron-toolkit/utils": "^4.0.0",
|
||||
"@heroui/react": "^2.8.5",
|
||||
"@mihomo-party/sysproxy": "^2.0.8",
|
||||
"@mihomo-party/sysproxy-darwin-arm64": "^2.0.8",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"adm-zip": "^0.5.16",
|
||||
"axios": "^1.12.2",
|
||||
"axios": "^1.13.2",
|
||||
"chart.js": "^4.5.1",
|
||||
"chokidar": "^4.0.3",
|
||||
"croner": "^9.1.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dayjs": "^1.11.18",
|
||||
"dayjs": "^1.11.19",
|
||||
"express": "^5.1.0",
|
||||
"i18next": "^25.6.0",
|
||||
"i18next": "^25.6.2",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"react-chartjs-2": "^5.3.0",
|
||||
"react-chartjs-2": "^5.3.1",
|
||||
"react-i18next": "^15.7.4",
|
||||
"webdav": "^5.8.0",
|
||||
"ws": "^8.18.3",
|
||||
@ -59,18 +57,18 @@
|
||||
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
|
||||
"@electron-toolkit/eslint-config-ts": "^3.1.0",
|
||||
"@electron-toolkit/tsconfig": "^1.0.1",
|
||||
"@tailwindcss/vite": "^4.1.15",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/adm-zip": "^0.5.7",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/node": "^24.9.1",
|
||||
"@types/express": "^5.0.5",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/pubsub-js": "^1.8.6",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.2",
|
||||
"@types/react": "^19.2.5",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
"cron-validator": "^1.4.0",
|
||||
"driver.js": "^1.3.6",
|
||||
"electron": "^37.7.0",
|
||||
"electron": "^37.10.0",
|
||||
"electron-builder": "26.0.12",
|
||||
"electron-vite": "^4.0.1",
|
||||
"electron-window-state": "^5.0.3",
|
||||
@ -79,7 +77,7 @@
|
||||
"form-data": "^4.0.4",
|
||||
"framer-motion": "12.23.12",
|
||||
"lodash": "^4.17.21",
|
||||
"meta-json-schema": "^1.19.14",
|
||||
"meta-json-schema": "^1.19.16",
|
||||
"monaco-yaml": "^5.4.0",
|
||||
"nanoid": "^5.1.6",
|
||||
"next-themes": "^0.4.6",
|
||||
@ -92,16 +90,16 @@
|
||||
"react-icons": "^5.5.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-monaco-editor": "^0.59.0",
|
||||
"react-router-dom": "^7.9.4",
|
||||
"react-router-dom": "^7.9.6",
|
||||
"react-virtuoso": "^4.14.1",
|
||||
"swr": "^2.3.6",
|
||||
"tailwindcss": "^4.1.15",
|
||||
"tar": "^7.5.1",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"tar": "^7.5.2",
|
||||
"tsx": "^4.20.6",
|
||||
"types-pac": "^1.0.3",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.1.11",
|
||||
"vite": "^7.2.2",
|
||||
"vite-plugin-monaco-editor": "^1.1.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.19.0"
|
||||
"packageManager": "pnpm@10.22.0"
|
||||
}
|
||||
|
||||
1856
pnpm-lock.yaml
generated
1856
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user