Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/src-tauri/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ fn get_builtin_presets() -> Vec<Preset> {
},
Preset {
name: "全局代理".to_string(),
description: "所有流量通过代理。适合需要全局翻墙的场景。".to_string(),
description: "所有流量通过代理。适合需要全局代理访问的场景。".to_string(),
config: config::ProxyConfig {
local: config::LocalConfig {
port: 1080,
Expand Down
Loading