feat: support to change proxy layout column

This commit is contained in:
GyDi
2022-12-13 17:34:39 +08:00
parent 36a53f8134
commit 208b96c092
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;