fix: use group testUrl

#1384
This commit is contained in:
MystiPanda
2024-07-18 15:04:55 +08:00
parent bf05e5999b
commit 8faa0ce2c2
3 changed files with 8 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ interface IProxyItem {
time: string;
delay: number;
}[];
testUrl?: string;
all?: string[];
now?: string;
hidden?: boolean;