mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Merge branch 'main' into cloudflare
This commit is contained in:
commit
c9107a1469
@ -6,15 +6,17 @@
|
||||
</div>
|
||||
|
||||
### 部署
|
||||
|
||||
支持部署环境:
|
||||
|
||||
- Vercel
|
||||
- Cloudflare
|
||||
- Docker
|
||||
|
||||
[说明文档](https://nezhadash-docs.vercel.app)
|
||||
|
||||
|
||||
### 如何更新
|
||||
|
||||
[更新教程](https://buycoffee.top/blog/tech/nezha-upgrade)
|
||||
|
||||
### 环境变量
|
||||
|
@ -110,11 +110,11 @@ export default function ServerOverviewClient() {
|
||||
{t("p_3463-3530_Totalbandwidth")}
|
||||
</p>
|
||||
{data?.result ? (
|
||||
<section className="flex flex-col sm:flex-row pt-[4px] sm:items-center items-start gap-2">
|
||||
<p className="text-[13px] font-semibold">
|
||||
<section className="flex flex-col sm:flex-row pt-[8px] sm:items-center items-start gap-1">
|
||||
<p className="text-[12px] text-nowrap font-semibold">
|
||||
↑{formatBytes(data?.total_out_bandwidth)}
|
||||
</p>
|
||||
<p className="text-[13px] font-semibold">
|
||||
<p className="text-[12px] text-nowrap font-semibold">
|
||||
↓{formatBytes(data?.total_in_bandwidth)}
|
||||
</p>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user