mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
chore: update deps
This commit is contained in:
parent
d09fb7c019
commit
51800e11c1
@ -91,9 +91,9 @@ export default function ServerCard({
|
|||||||
</div>
|
</div>
|
||||||
<ServerUsageBar value={stg} />
|
<ServerUsageBar value={stg} />
|
||||||
</div>
|
</div>
|
||||||
<div className={"flex flex-col"}>
|
<div className={"flex flex-col items-end"}>
|
||||||
<p className="text-xs text-muted-foreground">Upload</p>
|
<p className="text-xs text-muted-foreground">Upload</p>
|
||||||
<div className="text-xs font-semibold flex items-center">
|
<div className="text-xs font-semibold flex items-center justify-end">
|
||||||
<MotionNumber
|
<MotionNumber
|
||||||
value={up.toFixed(2)}
|
value={up.toFixed(2)}
|
||||||
format={{ notation: "compact" }}
|
format={{ notation: "compact" }}
|
||||||
@ -104,7 +104,7 @@ export default function ServerCard({
|
|||||||
</div>
|
</div>
|
||||||
<div className={"flex flex-col"}>
|
<div className={"flex flex-col"}>
|
||||||
<p className="text-xs text-muted-foreground">Download</p>
|
<p className="text-xs text-muted-foreground">Download</p>
|
||||||
<div className="text-xs font-semibold flex items-center">
|
<div className="text-xs font-semibold flex items-center justify-end">
|
||||||
<MotionNumber
|
<MotionNumber
|
||||||
value={down.toFixed(2)}
|
value={down.toFixed(2)}
|
||||||
format={{ notation: "compact" }}
|
format={{ notation: "compact" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user