diff --git a/app/(main)/ClientComponents/ServerOverviewClient.tsx b/app/(main)/ClientComponents/ServerOverviewClient.tsx index 48a1fec..8b2319d 100644 --- a/app/(main)/ClientComponents/ServerOverviewClient.tsx +++ b/app/(main)/ClientComponents/ServerOverviewClient.tsx @@ -175,7 +175,7 @@ export default function ServerOverviewClient() { }, )} > - +

@@ -187,14 +187,14 @@ export default function ServerOverviewClient() { {data?.result ? ( <>

-

+

↑{formatBytes(data?.total_out_bandwidth)}

-

+

↓{formatBytes(data?.total_in_bandwidth)}

-
+

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

diff --git a/package.json b/package.json index 09fcf0c..574aa76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "1.6.7", + "version": "1.6.7-fix", "private": true, "scripts": { "dev": "next dev -p 3040",