From c40e3706cd6efdd9aec7ef57b255b784c339ef22 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 3 Dec 2024 17:12:05 +0800 Subject: [PATCH 1/2] style(overview): speed text --- app/(main)/ClientComponents/ServerOverviewClient.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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

From 1f4c58457dda5acab122f595f8f1c3f994c0fb88 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 3 Dec 2024 17:12:28 +0800 Subject: [PATCH 2/2] update: v1.6.7-fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",