feat: Support Custom Start Page

This commit is contained in:
MystiPanda
2024-01-18 15:36:44 +08:00
parent 0ae96918e9
commit 15e8894614
7 changed files with 41 additions and 7 deletions

View File

@@ -184,6 +184,7 @@ interface IVergeConfig {
tray_event?: "main_window" | "system_proxy" | "tun_mode" | string;
env_type?: "bash" | "cmd" | "powershell" | string;
startup_script?: string;
start_page?: string;
clash_core?: string;
theme_mode?: "light" | "dark" | "system";
traffic_graph?: boolean;