From 9dc384bee30dc6635cd61106539e7f22fa1391f1 Mon Sep 17 00:00:00 2001 From: rain_ Date: Wed, 8 Jul 2026 17:09:07 +0800 Subject: [PATCH] ui: polish global proxy preset copy --- desktop/src-tauri/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src-tauri/src/commands.rs b/desktop/src-tauri/src/commands.rs index cf8cbb4..7db86d8 100644 --- a/desktop/src-tauri/src/commands.rs +++ b/desktop/src-tauri/src/commands.rs @@ -421,7 +421,7 @@ fn get_builtin_presets() -> Vec { }, Preset { name: "全局代理".to_string(), - description: "所有流量通过代理。适合需要全局翻墙的场景。".to_string(), + description: "所有流量通过代理。适合需要全局代理访问的场景。".to_string(), config: config::ProxyConfig { local: config::LocalConfig { port: 1080,