feat: support clash meta memory usage display

This commit is contained in:
GyDi
2023-08-05 19:40:23 +08:00
parent cb1955c217
commit 15cf9be90d
9 changed files with 189 additions and 61 deletions

View File

@@ -159,6 +159,7 @@ interface IVergeConfig {
theme_mode?: "light" | "dark" | "system";
theme_blur?: boolean;
traffic_graph?: boolean;
enable_memory_usage?: boolean;
enable_tun_mode?: boolean;
enable_auto_launch?: boolean;
enable_service_mode?: boolean;