From fd0a83b276a3f31422727cda95cde306874a3020 Mon Sep 17 00:00:00 2001 From: shy3130 <415333856@qq.com> Date: Fri, 10 Jul 2026 16:37:31 +0800 Subject: [PATCH] =?UTF-8?q?polish(layout):=20SSE=20=E6=96=AD=E8=BF=9E?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=A7=BB=E8=87=B3=E5=BA=95=E9=83=A8=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=20+=20=E6=96=87=E6=A1=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 88b03de..1ae30f5 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -338,7 +338,7 @@ export function Layout() { // SSE: 行情更新时自动刷新相关 queries + 告警通知 useQuoteStream(realtimeEnabled, prefs?.sse_refresh_pages) - // 实时 SSE 连接状态 — 断开时顶部显示徽标, 提示可能漏策略告警 + // 实时 SSE 连接状态 — 断开时底部显示提示, 提示可能漏策略告警 const streamStatus = useQuoteStreamStatus() const toggleQuote = useToggleRealtimeQuotes() @@ -671,10 +671,10 @@ export function Layout() {
- 实时连接断开 · 重连中 + 与服务连接已断开 · 正在重连
)}