feat: Allow to control whether auto check update

This commit is contained in:
MystiPanda
2024-03-11 12:17:46 +08:00
parent 9bf31b10bb
commit 35dabaab9c
4 changed files with 32 additions and 5 deletions

View File

@@ -233,6 +233,7 @@ interface IVergeConfig {
css_injection?: string;
};
auto_close_connection?: boolean;
auto_check_update?: boolean;
default_latency_test?: string;
default_latency_timeout?: number;
enable_builtin_enhanced?: boolean;