From 9cf7ca42e260e7eaa4c33fc73b9df494b1b95b4d Mon Sep 17 00:00:00 2001 From: zhanggangyong Date: Mon, 12 Jan 2026 17:35:33 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=B8=A0=E9=81=93?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=B8=AD=E7=9A=84=E8=B5=84=E6=BA=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=83=A8=E5=88=86=EF=BC=88CPU=E6=A0=B8=E5=BF=83/?= =?UTF-8?q?=E5=86=85=E5=AD=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/dashboard/page.tsx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/app/admin/dashboard/page.tsx b/app/admin/dashboard/page.tsx index b76c786..ab7f213 100644 --- a/app/admin/dashboard/page.tsx +++ b/app/admin/dashboard/page.tsx @@ -2294,27 +2294,6 @@ export default function AdminDashboard() { - {/* Resource Allocation */} -
-

- {language === "zh" ? "资源配置" : "Resource Configuration"} -

-
-
-

{selectedChannel?.cpuCores || 0}

-

- {language === "zh" ? "CPU核心" : "CPU Cores"} -

-
-
-

{selectedChannel?.memory || "0GB"}

-

- {language === "zh" ? "内存" : "Memory"} -

-
-
-
- {/* Quota Information */}