File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## 版本 6.0.0(2026-02-27)
22
33### 核心更新
4- * ** 全新原生管理界面** : 采用 ** Miuix** 设计语言重构,带来更精致的视觉体验、更流畅的操作反馈以及显著的性能提升。详见 [ Telegram 公告] ( https://t.me/NetProxy_Magisk/9971 ) 。
5-
6- ### 主要变更
7- > [ !IMPORTANT]
8- > 由于涉及大量文件结构变更,建议先完全卸载旧版本模块后再进行重新安装。
9-
10- 1 . ** 模式切换逻辑重构** :
11- - 废弃 WebUI 实时生成路由的逻辑,改为使用预设的静态配置文件(` rule.json ` , ` global.json ` , ` direct.json ` )。
12- - 彻底解决重启后无法自动恢复“全局/直连”模式的历史遗留问题。
13- 2 . ** 直连模式配置保护** :
14- - 将直连模式依赖的 freedom 出站配置从 ` outbounds/ ` 移至内部受保护路径 ` confdir/routing/internal/proxy_freedom.json ` 。
15- - 优化 ` switch-mode.sh ` ,确保即使出站节点被清空,直连模式依然稳固可用。
16- 3 . ** 配置目录结构优化** :
17- - ** 路由规则统一化** : 新增 ` confdir/routing/ ` 文件夹,集中管理所有路由 JSON 及 ` routing_rules.json ` 规则库。
18- - ** TProxy 配置独立** : ` tproxy.conf ` 移入 ` config/tproxy/ ` 文件夹,结构更清晰。
19- - ** 文件排序优化** : 重新排列 ` confdir ` 下的文件前缀,提升系统加载逻辑的可读性。
20- 4 . ** 默认分组重构** :
21- - 将原 ` outbounds/ ` 根目录下的节点配置迁移至 ` outbounds/default/ ` 子目录。
22- - 自动同步更新 ` module.conf ` 中的 ` CURRENT_CONFIG ` 路径。
4+ 修复了一些已知问题
235
246---
Original file line number Diff line number Diff line change 11{
2- "version" : " Module v6.0.0 " ,
3- "versionCode" : 441 ,
4- "zipUrl" : " https://github.com/Fanju6/NetProxy-Magisk/releases/download/v6.0.0 /NetProxy-Module.zip" ,
2+ "version" : " Module v6.0.1 " ,
3+ "versionCode" : 502 ,
4+ "zipUrl" : " https://github.com/Fanju6/NetProxy-Magisk/releases/download/v6.0.1 /NetProxy-Module.zip" ,
55 "changelog" : " https://raw.githubusercontent.com/Fanju6/NetProxy-Magisk/refs/heads/main/changelog.md"
66}
Original file line number Diff line number Diff line change 11id=netproxy
22name=NetProxy
3- version=v6.0.0
4- versionCode=441
3+ version=v6.0.1
4+ versionCode=502
55author=Fanju
66description=基于Xray内核的代理工具
77updateJson=https://raw.githubusercontent.com/Fanju6/NetProxy-Magisk/refs/heads/main/update.json
You can’t perform that action at this time.
0 commit comments