From 235926be21f6fc8e3a1f70753b9ab1bc6a606a23 Mon Sep 17 00:00:00 2001 From: Montia37 Date: Sat, 16 Aug 2025 00:38:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/sections/NodeCard.tsx | 4 ++-- src/components/sections/NodeListItem.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/NodeCard.tsx b/src/components/sections/NodeCard.tsx index 5a67248..7beb55e 100644 --- a/src/components/sections/NodeCard.tsx +++ b/src/components/sections/NodeCard.tsx @@ -59,7 +59,7 @@ export const NodeCard = ({ node }: NodeCardProps) => { - +
@@ -158,7 +158,7 @@ export const NodeCard = ({ node }: NodeCardProps) => { /> )} -
+
↑ {stats ? formatBytes(stats.network.totalUp) : "N/A"} diff --git a/src/components/sections/NodeListItem.tsx b/src/components/sections/NodeListItem.tsx index d1865e3..431ee92 100644 --- a/src/components/sections/NodeListItem.tsx +++ b/src/components/sections/NodeListItem.tsx @@ -27,7 +27,7 @@ export const NodeListItem = ({ node }: NodeListItemProps) => { return (
{
{node.name}
-
+
到期:
{expired_at}
@@ -93,7 +93,7 @@ export const NodeListItem = ({ node }: NodeListItemProps) => {
↓ {stats ? formatBytes(stats.network.down, true) : "N/A"}
-
+
{node.traffic_limit !== 0 && isOnline && stats && (