Compare commits

..

No commits in common. "14abc76fbc1e83add28adc25d222a11aca4025fa" and "42b60e6c5bd9a57461543a94bf76130a941945df" have entirely different histories.

3 changed files with 4 additions and 7 deletions

View File

@ -5,9 +5,7 @@
</div> </div>
> [!CAUTION] > [!CAUTION]
> 此为 V0 兼容版本V1 版本 issue 也可提出 > 与哪吒监控 V1 暂不兼容,请保持在 V0 版本。
>
> 有关 V1 版本 pr 可移步 https://github.com/hamster1963/nezha-dash-react
### 部署 ### 部署

View File

@ -206,9 +206,8 @@ export default function ServerDetailClient({
<p className="text-xs text-muted-foreground">{t("Load")}</p> <p className="text-xs text-muted-foreground">{t("Load")}</p>
{data.status.NetInTransfer ? ( {data.status.NetInTransfer ? (
<div className="text-xs"> <div className="text-xs">
{data.status.Load1.toFixed(2)} /{" "} {data.status.Load1} / {data.status.Load5} /{" "}
{data.status.Load5.toFixed(2)} /{" "} {data.status.Load15}
{data.status.Load15.toFixed(2)}
</div> </div>
) : ( ) : (
<div className="text-xs">Unknown</div> <div className="text-xs">Unknown</div>

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "1.6.2-fix", "version": "1.6.2",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev -p 3040",