mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 12:53:44 +08:00
chore: update change log and texts
This commit is contained in:
parent
962aeb1c75
commit
d70e18ba8d
10
UPDATELOG.md
10
UPDATELOG.md
@ -8,6 +8,16 @@
|
|||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Meta(mihomo)内核升级 1.18.8
|
- Meta(mihomo)内核升级 1.18.8
|
||||||
|
- Mac 下可用 URL Scheme 导入订阅
|
||||||
|
- 成功导入订阅的提示消息
|
||||||
|
- 能自动选中新导入的订阅
|
||||||
|
- 改进多处文本表述
|
||||||
|
|
||||||
|
### Performance
|
||||||
|
|
||||||
|
- 优化内核启动逻辑
|
||||||
|
- 优化 TUN 启动逻辑
|
||||||
|
- 移除无用的 PID 创建逻辑
|
||||||
|
|
||||||
### Bugs Fixes
|
### Bugs Fixes
|
||||||
|
|
||||||
|
@ -286,7 +286,7 @@ fn create_tray_menu(
|
|||||||
let open_app_dir = &MenuItem::with_id(
|
let open_app_dir = &MenuItem::with_id(
|
||||||
app_handle,
|
app_handle,
|
||||||
"open_app_dir",
|
"open_app_dir",
|
||||||
t!("App Dir", "应用目录", use_zh),
|
t!("Conf Dir", "配置目录", use_zh),
|
||||||
true,
|
true,
|
||||||
None::<&str>,
|
None::<&str>,
|
||||||
)
|
)
|
||||||
@ -321,7 +321,7 @@ fn create_tray_menu(
|
|||||||
let restart_clash = &MenuItem::with_id(
|
let restart_clash = &MenuItem::with_id(
|
||||||
app_handle,
|
app_handle,
|
||||||
"restart_clash",
|
"restart_clash",
|
||||||
t!("Restart App", "重启 Clash", use_zh),
|
t!("Restart Clash Core", "重启Clash内核", use_zh),
|
||||||
true,
|
true,
|
||||||
None::<&str>,
|
None::<&str>,
|
||||||
)
|
)
|
||||||
@ -330,7 +330,7 @@ fn create_tray_menu(
|
|||||||
let restart_app = &MenuItem::with_id(
|
let restart_app = &MenuItem::with_id(
|
||||||
app_handle,
|
app_handle,
|
||||||
"restart_app",
|
"restart_app",
|
||||||
t!("Restart App", "重启应用", use_zh),
|
t!("Restart App", "重启Verge", use_zh),
|
||||||
true,
|
true,
|
||||||
None::<&str>,
|
None::<&str>,
|
||||||
)
|
)
|
||||||
|
@ -360,7 +360,7 @@
|
|||||||
"Invalid Bypass Format": "无效的代理绕过格式",
|
"Invalid Bypass Format": "无效的代理绕过格式",
|
||||||
"Clash Port Modified": "Clash 端口已修改",
|
"Clash Port Modified": "Clash 端口已修改",
|
||||||
"Port Conflict": "端口冲突",
|
"Port Conflict": "端口冲突",
|
||||||
"Restart Application to Apply Modifications": "重启应用程序以应用修改",
|
"Restart Application to Apply Modifications": "重启Verge以应用修改",
|
||||||
"External Controller Address Modified": "外部控制器监听地址已修改",
|
"External Controller Address Modified": "外部控制器监听地址已修改",
|
||||||
"Permissions Granted Successfully for _clash Core": "{{core}} 内核授权成功",
|
"Permissions Granted Successfully for _clash Core": "{{core}} 内核授权成功",
|
||||||
"Core Version Updated": "内核版本已更新",
|
"Core Version Updated": "内核版本已更新",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user