fix: some error

This commit is contained in:
MystiPanda
2024-07-06 09:54:16 +08:00
parent 38eb3123be
commit 905353d540
7 changed files with 79 additions and 45 deletions

View File

@@ -223,7 +223,7 @@ interface IProxyGroupConfig {
filter?: string;
"exclude-filter"?: string;
"exclude-type"?: string;
"expected-status"?: number;
"expected-status"?: string;
hidden?: boolean;
icon?: string;
}