From 78f22b84074de2fd0dad03543587231289c454f2 Mon Sep 17 00:00:00 2001 From: xxm Date: Sun, 16 Aug 2026 13:50:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20B=E7=BB=84=E5=80=99=E9=80=89=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E5=AD=97=E6=AE=B5=E5=90=8D(good=5Frate)?= 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 bc910f9c..46f9ad74 100644 --- a/static/index.html +++ b/static/index.html @@ -2276,7 +2276,7 @@ async function loadEvolutionBox() { for (const b of d.b_group.slice(0,6)) { h += '
' + '['+b.regime+'] ' + b.hypothesis + - ' ' + (b.trades_est||'?') + '样本 反弹率' + (b.ok_rate||b.big_rate) + '%
'; + ' ' + (b.trades_est||'?') + '样本 好果率' + (b.good_rate || b.ok_rate || b.big_rate || '?') + '%'; } } else { h += '
暂无B组候选(全市场单/双因子区分度不足——数据事实,需多因子叠加或更细温区)
';