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)}