feat: auto close connection when proxy changed

This commit is contained in:
GyDi
2022-11-10 01:27:05 +08:00
parent aa23ed892b
commit 32095daf90
9 changed files with 175 additions and 3 deletions

View File

@@ -165,6 +165,8 @@ declare namespace CmdType {
font_family?: string;
css_injection?: string;
};
auto_close_connection?: boolean;
default_latency_test?: string;
}
type ClashConfigValue = any;