feat: support to change proxy layout column

This commit is contained in:
GyDi
2022-12-13 17:34:39 +08:00
parent 5c5177ec57
commit 4d2b35e09d
7 changed files with 316 additions and 13 deletions

View File

@@ -163,6 +163,8 @@ interface IVergeConfig {
};
auto_close_connection?: boolean;
default_latency_test?: string;
enable_builtin_enhanced?: boolean;
proxy_layout_column?: number;
}
type IClashConfigValue = any;