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组候选(全市场单/双因子区分度不足——数据事实,需多因子叠加或更细温区)
';