feat: Support hide group

#214
This commit is contained in:
MystiPanda
2024-01-11 12:34:05 +08:00
parent a46f3a31e1
commit cbccdf5d93
5 changed files with 22 additions and 6 deletions

View File

@@ -44,12 +44,15 @@ interface IProxyItem {
name: string;
type: string;
udp: boolean;
xudp: boolean;
tfo: boolean;
history: {
time: string;
delay: number;
}[];
all?: string[];
now?: string;
hidden?: boolean;
provider?: string; // 记录是否来自provider
}