Revert "chore: change default port to 7897"

This reverts commit 55835785c0.
This commit is contained in:
MystiPanda
2023-12-07 13:32:49 +08:00
parent 55835785c0
commit 8de2712652
6 changed files with 16 additions and 16 deletions

View File

@@ -338,7 +338,7 @@ async fn update_core_config() -> Result<()> {
/// copy env variable
pub fn copy_clash_env(app_handle: &AppHandle, option: &str) {
let port = { Config::verge().latest().verge_mixed_port.unwrap_or(7897) };
let port = { Config::verge().latest().verge_mixed_port.unwrap_or(7890) };
let http_proxy = format!("http://127.0.0.1:{}", port);
let socks5_proxy = format!("socks5://127.0.0.1:{}", port);