feat: support auto clean log files

This commit is contained in:
GyDi
2023-11-02 20:12:46 +08:00
parent 2ce302f6f8
commit 8775f67416
6 changed files with 121 additions and 6 deletions

View File

@@ -186,6 +186,7 @@ interface IVergeConfig {
default_latency_test?: string;
enable_clash_fields?: boolean;
enable_builtin_enhanced?: boolean;
auto_log_clean?: 0 | 1 | 2 | 3;
proxy_layout_column?: number;
}