chore: update to 2.0 rc2

This commit is contained in:
wonfen
2024-10-21 03:15:02 +08:00
parent d41d74d0f8
commit 71a5698ac7
4 changed files with 10 additions and 8 deletions

View File

@@ -196,7 +196,7 @@ impl Tray {
"Clash Verge {version}\n{}: {}\n{}: {}\n{}: {}",
t!("SysProxy", "系统代理", use_zh),
switch_map[system_proxy],
t!("TUN", "Tun(虚拟网卡)模式", use_zh),
t!("TUN", "Tun模式", use_zh),
switch_map[tun_mode],
t!("Profile", "当前订阅", use_zh),
current_profile_name
@@ -267,7 +267,7 @@ fn create_tray_menu(
let tun_mode = &CheckMenuItem::with_id(
app_handle,
"tun_mode",
t!("TUN Mode", "Tun(虚拟网卡)模式", use_zh),
t!("TUN Mode", "Tun模式", use_zh),
true,
tun_mode_enabled,
None::<&str>,

View File

@@ -25,7 +25,7 @@
"devUrl": "http://localhost:3000/"
},
"productName": "Clash Verge",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
"plugins": {
"updater": {