feat: Support proxy group icon

This commit is contained in:
MystiPanda
2024-01-17 13:32:56 +08:00
parent 98bad48971
commit b08333dccd
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
}