mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: fish env export support
This commit is contained in:
2
src/services/types.d.ts
vendored
2
src/services/types.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user