From eaeb6c24017a1356836ec438c4675ee9735c0720 Mon Sep 17 00:00:00 2001 From: hmo Date: Mon, 27 Jul 2026 12:41:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9B=AF=E7=9B=98=E4=B9=B0=E5=85=A5?= =?UTF-8?q?=E5=8C=BA=E9=97=B4=E5=8A=A0=E4=B8=AD=E5=80=BC(=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E4=B8=BArenderWatch=E4=B8=BB=E8=A1=A8=E6=A0=BC)?= 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 371ac9c1..f35d5eb8 100644 --- a/static/index.html +++ b/static/index.html @@ -1586,7 +1586,7 @@ async function renderWatch() { const shares = s.shares || 0; const posPct = s.position_pct || 0; - const buyZone = (el_ && eh_) ? el_.toFixed(2) + '~' + eh_.toFixed(2) : '—'; + const buyZone = (el_ && eh_) ? el_.toFixed(2) + '~' + eh_.toFixed(2) + '(中' + ((el_+eh_)/2).toFixed(2) + ')' : '—'; const sltp = (sl_ || tp_) ? '损' + (sl_||'—') + '/盈' + (tp_||'—') : '—'; const posDisplay = (isRec && s.suggested_position_pct) ? '建议' + s.suggested_position_pct + '%'