feat: Support proxy group icon

This commit is contained in:
MystiPanda
2024-01-17 13:32:56 +08:00
parent 73a597e3e5
commit 4fa19006ad
3 changed files with 21 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ interface IProxyItem {
all?: string[];
now?: string;
hidden?: boolean;
icon?: string;
provider?: string; // 记录是否来自provider
}