From a8cbf9589a56df3674f669d9ae55b2ac46bbd9b3 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 5 Nov 2024 17:52:40 +0800 Subject: [PATCH] fix(overview): bandwidth text warp --- README.md | 4 +++- app/(main)/ClientComponents/ServerOverviewClient.tsx | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27266a7..9f98a01 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,17 @@ ### 部署 + 支持部署环境: + - Vercel - Cloudflare - Docker [说明文档](https://nezhadash-docs.vercel.app) - ### 如何更新 + [更新教程](https://buycoffee.top/blog/tech/nezha-upgrade) ### 环境变量 diff --git a/app/(main)/ClientComponents/ServerOverviewClient.tsx b/app/(main)/ClientComponents/ServerOverviewClient.tsx index d3ac1d1..57209ca 100644 --- a/app/(main)/ClientComponents/ServerOverviewClient.tsx +++ b/app/(main)/ClientComponents/ServerOverviewClient.tsx @@ -110,11 +110,11 @@ export default function ServerOverviewClient() { {t("p_3463-3530_Totalbandwidth")}
{data?.result ? ( -
+
↑{formatBytes(data?.total_out_bandwidth)}
+
↓{formatBytes(data?.total_in_bandwidth)}