feat: Show SubInfo for Proxy Provider

#211
This commit is contained in:
MystiPanda
2024-01-18 14:26:35 +08:00
parent b6dd6f3a94
commit 0ee0958539
3 changed files with 70 additions and 4 deletions

View File

@@ -67,6 +67,12 @@ interface IProxyProviderItem {
proxies: IProxyItem[];
updatedAt: string;
vehicleType: string;
subscriptionInfo?: {
Upload: number;
Download: number;
Total: number;
Expire: number;
};
}
interface IRuleProviderItem {