mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 23:03:44 +08:00
chore: change defaut start page to home
This commit is contained in:
parent
7a86e4bd85
commit
5f0f6db0d5
@ -252,7 +252,7 @@ impl IVerge {
|
|||||||
env_type: Some("bash".into()),
|
env_type: Some("bash".into()),
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
env_type: Some("powershell".into()),
|
env_type: Some("powershell".into()),
|
||||||
start_page: Some("/".into()),
|
start_page: Some("/home".into()),
|
||||||
traffic_graph: Some(true),
|
traffic_graph: Some(true),
|
||||||
enable_memory_usage: Some(true),
|
enable_memory_usage: Some(true),
|
||||||
enable_group_icon: Some(true),
|
enable_group_icon: Some(true),
|
||||||
|
@ -304,7 +304,7 @@ const UnlockPage = () => {
|
|||||||
>
|
>
|
||||||
{item.name}
|
{item.name}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Tooltip title={t("Test now")}>
|
<Tooltip title={t("Test")}>
|
||||||
<span>
|
<span>
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user