From 52b2a67a904c58610c16ff171ef5a18acb24a7b1 Mon Sep 17 00:00:00 2001 From: hmo Date: Fri, 24 Jul 2026 16:36:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E5=BD=93=E5=89=8D=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E5=88=97=E5=8E=BB=E6=8E=89line-clamp-2?= =?UTF-8?q?=E6=88=AA=E6=96=AD,=E5=85=A8=E6=96=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 93e7fff2..c8e13046 100644 --- a/static/index.html +++ b/static/index.html @@ -1580,7 +1580,7 @@ async function renderWatch() { '' + sltp + '' + '' + (rr ? rr.toFixed(2) : '—') + ((s.rr_high>0)?'
'+(s.rr_low||0).toFixed(2)+'~'+s.rr_high.toFixed(2)+'':'') + '' + '' + posDisplay + '' + - '' + strat + '' + + '' + strat + '' + '' + ''; }