From f65fe63650825df67ad1aaceb997a99de69377f9 Mon Sep 17 00:00:00 2001 From: qikongjian Date: Mon, 25 Aug 2025 01:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E7=8A=B6=E6=80=81=E5=92=8C?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4=E6=8C=87?= =?UTF-8?q?=E7=A4=BA=E5=99=A8=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/dashboard/page.tsx | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index 9e28978..1312ac7 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -271,31 +271,6 @@ export default function DashboardPage() { - - {/* 连接状态和最后更新时间指示器 */} -
- {/* 连接状态指示器 */} -
-
- - {connectionStatus === 'connected' ? '已连接' : - connectionStatus === 'disconnected' ? '离线模式' : - '连接中...'} - -
- - {/* 分隔符 */} - {lastUpdateTime && |} - - {/* 最后更新时间 */} - {lastUpdateTime && ( - 最后更新: {lastUpdateTime.toLocaleTimeString()} - )} -
{/* 顶部状态栏 */}