diff --git a/src-tauri/src/config/verge.rs b/src-tauri/src/config/verge.rs index d3d6b1c5..be8cb718 100644 --- a/src-tauri/src/config/verge.rs +++ b/src-tauri/src/config/verge.rs @@ -252,7 +252,7 @@ impl IVerge { env_type: Some("bash".into()), #[cfg(target_os = "windows")] env_type: Some("powershell".into()), - start_page: Some("/".into()), + start_page: Some("/home".into()), traffic_graph: Some(true), enable_memory_usage: Some(true), enable_group_icon: Some(true), diff --git a/src/pages/unlock.tsx b/src/pages/unlock.tsx index e0e9505d..e8e7f6b8 100644 --- a/src/pages/unlock.tsx +++ b/src/pages/unlock.tsx @@ -304,7 +304,7 @@ const UnlockPage = () => { > {item.name} - +