feat: support app log level settings

This commit is contained in:
GyDi
2023-07-22 08:53:37 +08:00
parent 0c7fe0664e
commit a36ed6ab1e
4 changed files with 79 additions and 18 deletions

View File

@@ -153,6 +153,7 @@ interface IProfilesConfig {
}
interface IVergeConfig {
app_log_level?: "trace" | "debug" | "info" | "warn" | "error" | string;
language?: string;
clash_core?: string;
theme_mode?: "light" | "dark" | "system";