From dbe3725aafc5845dc60a5aa82cd89f0f2ef0fe10 Mon Sep 17 00:00:00 2001 From: wood chen Date: Fri, 20 Jun 2025 11:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20ServerCard=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E7=A7=BB=E9=99=A4=20CPU=E3=80=81=E5=86=85?= =?UTF-8?q?=E5=AD=98=E5=92=8C=E5=AD=98=E5=82=A8=E7=9A=84=E7=99=BE=E5=88=86?= =?UTF-8?q?=E6=AF=94=E6=98=BE=E7=A4=BA=EF=BC=8C=E7=AE=80=E5=8C=96=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=90=8C=E6=97=B6=E5=B0=86?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=92=8C=E4=B8=8B=E8=BD=BD=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=AE=80=E7=9F=AD=E5=BD=A2=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ServerCard.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/components/ServerCard.tsx b/src/components/ServerCard.tsx index 7f736fe..7cb0bb3 100644 --- a/src/components/ServerCard.tsx +++ b/src/components/ServerCard.tsx @@ -383,9 +383,6 @@ export default function ServerCard({ now, serverInfo, cycleStats, groupName }: S CPU - - {cpu.toFixed(0)}% - {/* CPU信息 */} @@ -428,9 +425,6 @@ export default function ServerCard({ now, serverInfo, cycleStats, groupName }: S {t("serverCard.mem")} - - {mem.toFixed(0)}% - {/* 内存信息 */} @@ -477,9 +471,6 @@ export default function ServerCard({ now, serverInfo, cycleStats, groupName }: S {t("serverCard.stg")} - - {stg.toFixed(0)}% - {/* 存储信息 */} @@ -496,14 +487,14 @@ export default function ServerCard({ now, serverInfo, cycleStats, groupName }: S
- {t("serverCard.upload")} + Up
{formatSpeed(up)}
- {t("serverCard.download")} + Down
{formatSpeed(down)}