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()}
- )}
-
{/* 顶部状态栏 */}