diff --git a/src/components/SubscriptionInfo.tsx b/src/components/SubscriptionInfo.tsx index 8eb9405..06b40a9 100644 --- a/src/components/SubscriptionInfo.tsx +++ b/src/components/SubscriptionInfo.tsx @@ -34,9 +34,12 @@ export default (props: { subscriptionInfo: SubscriptionInfo }) => { return ( <> + +
{`${info.used}`} / {`${info.total}`} ( {info.percentage}% )
+
Expire: {info.expireStr()}
) diff --git a/src/pages/Proxies.tsx b/src/pages/Proxies.tsx index 1896ec9..a3e8b83 100644 --- a/src/pages/Proxies.tsx +++ b/src/pages/Proxies.tsx @@ -124,7 +124,7 @@ export default () => { {(proxyProvider) => { const title = (
-
+
{proxyProvider.name} {
-
+