diff --git a/README.md b/README.md index 00e641f..d7364e8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > [!CAUTION] > 此为 V0 兼容版本,与 V1 内置版本功能上可能有所不同 -> +> > V0 | V1 版本 issue 请在当前仓库发起 > [!TIP] diff --git a/app/(main)/ClientComponents/ServerOverviewClient.tsx b/app/(main)/ClientComponents/ServerOverviewClient.tsx index cacfa4b..7df36ae 100644 --- a/app/(main)/ClientComponents/ServerOverviewClient.tsx +++ b/app/(main)/ClientComponents/ServerOverviewClient.tsx @@ -175,29 +175,29 @@ export default function ServerOverviewClient() { }, )} > - +

{t("network")}

-
-

- ↑{formatBytes(data?.total_out_bandwidth || 0)} -

-

- ↓{formatBytes(data?.total_in_bandwidth || 0)} -

-
{data?.result ? ( <> -
-

- +

+

+ ↑{formatBytes(data?.total_out_bandwidth)} +

+

+ ↓{formatBytes(data?.total_in_bandwidth)} +

+
+
+

+ {formatBytes(data?.total_out_speed)}/s

-

+

{formatBytes( data?.total_in_speed, @@ -206,7 +206,7 @@ export default function ServerOverviewClient() {

) : ( -
+
)} diff --git a/package.json b/package.json index e9ed4c4..b471cd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "1.6.10", + "version": "1.6.11", "private": true, "scripts": { "dev": "next dev -p 3040",