mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2026-04-13 08:00:30 +08:00
Compare commits
5 Commits
33a6e4517e
...
7dbd33fad6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7dbd33fad6 | ||
|
|
9568586f90 | ||
|
|
6425a09fb8 | ||
|
|
8d827d40b7 | ||
|
|
c35d150157 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -265,7 +265,7 @@ jobs:
|
||||
arch:
|
||||
- x64
|
||||
- arm64
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
55
changelog.md
55
changelog.md
@ -1,3 +1,35 @@
|
||||
# 1.9.2
|
||||
|
||||
## 新功能 (Feat)
|
||||
|
||||
- 增加 Fish 和 Nushell 环境变量支持
|
||||
- 增加规则统计和禁用开关
|
||||
- 连接页面显示应用图标
|
||||
- 增加订阅超时设置
|
||||
- 增加 Windows 7 兼容构建支持
|
||||
|
||||
## 修复 (Fix)
|
||||
|
||||
- 修复 group.all 过滤器中代理未定义导致的错误
|
||||
- 修复默认延迟测试 URL 改为 HTTPS
|
||||
- 修复连接图表 z-index 和缩放问题
|
||||
- 修复减少动画模式下侧边栏卡片拖拽动画异常
|
||||
- 修复 IME 输入法输入时字符重复问题
|
||||
- 修复配置切换失败后切换队列损坏问题
|
||||
- 修复取消最大化状态未保存的问题
|
||||
- 优化备份配置导入处理
|
||||
|
||||
## 优化 (Optimize)
|
||||
|
||||
- 虚拟化规则编辑弹窗中的规则列表,提升渲染性能
|
||||
- 优化内核启动性能
|
||||
- 重构外部控制器和规则编辑器
|
||||
- 优化订阅更新逻辑效率
|
||||
|
||||
## 其他 (Chore)
|
||||
|
||||
- 更新依赖
|
||||
|
||||
# 1.9.1
|
||||
|
||||
## 修复 (Fix)
|
||||
@ -46,26 +78,3 @@
|
||||
- 使用通知系统替换 alert() 弹窗
|
||||
- 优化连接页面性能
|
||||
|
||||
# 1.8.9
|
||||
|
||||
## 新功能 (Feat)
|
||||
|
||||
- 升级内核版本
|
||||
- 可视化规则编辑
|
||||
- 连接页面支持暂停
|
||||
- 连接页面增加表格视图
|
||||
- 支持随机端口
|
||||
- 支持关闭部分端口选项
|
||||
- 在菜单中显示当前代理
|
||||
- 支持修改 数据收集文件大小
|
||||
|
||||
## 修复 (Fix)
|
||||
|
||||
- 更安全的内核提权检查
|
||||
- Tun 模式无法在 linux 中正常工作
|
||||
- 配置导致的程序崩溃问题
|
||||
|
||||
### 其他 (chore)
|
||||
|
||||
- 添加缺失的多国语言翻译
|
||||
- 更新依赖
|
||||
|
||||
Binary file not shown.
68
package.json
68
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mihomo-party",
|
||||
"version": "1.9.1",
|
||||
"version": "1.9.2",
|
||||
"description": "Clash Party",
|
||||
"type": "module",
|
||||
"main": "./out/main/index.js",
|
||||
@ -36,22 +36,22 @@
|
||||
"@electron-toolkit/utils": "^4.0.0",
|
||||
"@types/plist": "^3.0.5",
|
||||
"adm-zip": "^0.5.16",
|
||||
"axios": "^1.13.2",
|
||||
"axios": "^1.13.5",
|
||||
"chokidar": "^5.0.0",
|
||||
"croner": "^9.1.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"express": "^5.1.0",
|
||||
"express": "^5.2.1",
|
||||
"file-icon": "^6.0.0",
|
||||
"file-icon-info": "^1.1.1",
|
||||
"i18next": "^25.6.2",
|
||||
"iconv-lite": "^0.7.1",
|
||||
"i18next": "^25.8.13",
|
||||
"iconv-lite": "^0.7.2",
|
||||
"js-yaml": "^4.1.1",
|
||||
"plist": "^3.1.0",
|
||||
"sysproxy-rs": "file:src/native/sysproxy",
|
||||
"sysproxy-rs": "file:src\\native\\sysproxy",
|
||||
"validator": "^13.15.26",
|
||||
"webdav": "^5.8.0",
|
||||
"ws": "^8.18.3",
|
||||
"yaml": "^2.8.1"
|
||||
"webdav": "^5.9.0",
|
||||
"ws": "^8.19.0",
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
@ -60,24 +60,24 @@
|
||||
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
|
||||
"@electron-toolkit/eslint-config-ts": "^3.1.0",
|
||||
"@electron-toolkit/tsconfig": "^2.0.0",
|
||||
"@heroui/react": "^2.8.5",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@heroui/react": "^2.8.9",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@types/adm-zip": "^0.5.7",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/express": "^5.0.5",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^25.3.0",
|
||||
"@types/pubsub-js": "^1.8.6",
|
||||
"@types/react": "^19.2.5",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/validator": "^13.15.10",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
||||
"@typescript-eslint/parser": "^8.52.0",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
||||
"@typescript-eslint/parser": "^8.56.1",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"chart.js": "^4.5.1",
|
||||
"cron-validator": "^1.4.0",
|
||||
"dayjs": "^1.11.19",
|
||||
"driver.js": "^1.3.6",
|
||||
"driver.js": "^1.4.0",
|
||||
"electron": "37.10.0",
|
||||
"electron-builder": "26.0.12",
|
||||
"electron-vite": "4.0.1",
|
||||
@ -86,33 +86,33 @@
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"form-data": "^4.0.4",
|
||||
"form-data": "^4.0.5",
|
||||
"framer-motion": "12.23.26",
|
||||
"lodash": "^4.17.21",
|
||||
"meta-json-schema": "^1.19.16",
|
||||
"monaco-yaml": "^5.4.0",
|
||||
"lodash": "^4.17.23",
|
||||
"meta-json-schema": "^1.19.20",
|
||||
"monaco-yaml": "^5.4.1",
|
||||
"nanoid": "^5.1.6",
|
||||
"next-themes": "^0.4.6",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier": "^3.8.1",
|
||||
"pubsub-js": "^1.9.5",
|
||||
"react": "^19.2.0",
|
||||
"react": "^19.2.4",
|
||||
"react-chartjs-2": "^5.3.1",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"react-i18next": "^16.5.0",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-error-boundary": "^6.1.1",
|
||||
"react-i18next": "^16.5.4",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-monaco-editor": "^0.59.0",
|
||||
"react-router-dom": "^7.9.6",
|
||||
"react-virtuoso": "^4.14.1",
|
||||
"swr": "^2.3.6",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"tar": "^7.5.2",
|
||||
"tsx": "^4.20.6",
|
||||
"react-router-dom": "^7.13.1",
|
||||
"react-virtuoso": "^4.18.1",
|
||||
"swr": "^2.4.0",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"tar": "^7.5.9",
|
||||
"tsx": "^4.21.0",
|
||||
"types-pac": "^1.0.3",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.2",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-monaco-editor": "^1.1.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.27.0"
|
||||
|
||||
5585
pnpm-lock.yaml
generated
5585
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -161,6 +161,7 @@ const Proxies: React.FC = () => {
|
||||
groups.forEach((group, index) => {
|
||||
if (isOpen[index]) {
|
||||
const filtered = group.all.filter((proxy) => {
|
||||
if (!proxy) return false
|
||||
if (!includesIgnoreCase(proxy.name, searchValue[index])) {
|
||||
return false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user