feat: enhance auto log cleaning options with 1-day retention and update related configurations

This commit is contained in:
Tunglies
2025-05-20 22:33:46 +08:00
Unverified
parent 7cd1816866
commit 4024b72954
5 changed files with 19 additions and 9 deletions

View File

@@ -785,7 +785,7 @@ interface IVergeConfig {
default_latency_test?: string;
default_latency_timeout?: number;
enable_builtin_enhanced?: boolean;
auto_log_clean?: 0 | 1 | 2 | 3;
auto_log_clean?: 0 | 1 | 2 | 3 | 4;
proxy_layout_column?: number;
test_list?: IVergeTestItem[];
webdav_url?: string;