From 70038f90442b26c794357ed6576e14d960f6ef17 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sun, 1 Dec 2024 19:05:08 +0800 Subject: [PATCH 1/3] style: better inline card --- app/(main)/ClientComponents/ServerDetailClient.tsx | 12 +++++++++--- app/(main)/ClientComponents/ServerListClient.tsx | 2 +- components/ServerCardInline.tsx | 10 +++++----- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/app/(main)/ClientComponents/ServerDetailClient.tsx b/app/(main)/ClientComponents/ServerDetailClient.tsx index 07f8e63..fbd38f9 100644 --- a/app/(main)/ClientComponents/ServerDetailClient.tsx +++ b/app/(main)/ClientComponents/ServerDetailClient.tsx @@ -209,7 +209,9 @@ export default function ServerDetailClient({ {data.status.Load1} / {data.status.Load5} /{" "} {data.status.Load15} - ) :
{t("Uptime")}
{t("Upload")}
{t("Download")}
{t("TotalUpload")}
@@ -130,7 +130,7 @@ export default function ServerCardInline({ {formatBytes(serverInfo.status.NetOutTransfer)}{t("TotalDownload")}
From 91f3cf8e2c69517f15676ca4c07bdee891779529 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sun, 1 Dec 2024 19:05:38 +0800 Subject: [PATCH 2/3] fix: lockb --- bun.lockb | Bin 613720 -> 613720 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/bun.lockb b/bun.lockb index da5d1afa3aa80a1fe73d09a501b676d9c0fe5504..4694410d41b7ec6d80d0e2b48ed0a7b6e47ecca2 100755 GIT binary patch delta 50 zcmV-20L}l{x+U1UC4hthgaU*Egaot&-QNK*m)_q6N&z;9Dc}XSDc}ZikpVP^n{fxX In{f!e>l{xNDF6Tf delta 50 zcmV-20L}l{x+U1UC4hthgaU*Egaot&-QNK)m)_q6N&z*8Dc}XSDc}ZikpVM@n{fxX In{f!e>l_aiCIA2c From 42b60e6c5bd9a57461543a94bf76130a941945df Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sun, 1 Dec 2024 19:05:53 +0800 Subject: [PATCH 3/3] update: v1.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e4c847..d12b3e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "1.6.1-fix", + "version": "1.6.2", "private": true, "scripts": { "dev": "next dev -p 3040",