feat: fish env export support

This commit is contained in:
Tunglies
2025-03-02 23:20:10 +08:00
parent 181fce16b1
commit c957ea7b24
3 changed files with 18 additions and 15 deletions

View File

@@ -694,7 +694,7 @@ interface IVergeConfig {
app_log_level?: "trace" | "debug" | "info" | "warn" | "error" | string;
language?: string;
tray_event?: "main_window" | "system_proxy" | "tun_mode" | string;
env_type?: "bash" | "cmd" | "powershell" | string;
env_type?: "bash" | "cmd" | "powershell" | "fish" | string;
startup_script?: string;
start_page?: string;
clash_core?: string;