diff --git a/static/index.html b/static/index.html
index 0d56bf7f..bc910f9c 100644
--- a/static/index.html
+++ b/static/index.html
@@ -2257,6 +2257,46 @@ async function loadEvolutionBox() {
}
}
+ // ── 2026-08-16 假设归纳(方向一:数据驱动的优化假设)──
+ if (d.hypotheses && d.hypotheses.length > 0) {
+ h += '
' +
+ '
'+hp.strategy+' ' + hp.hypothesis + ex +
+ '
证据: ' + (hp.evidence || '') + '
';
+ }
+ } else {
+ h += '';
+ for (const qo of d.qual_overview) {
+ const q = qo.qualification || {};
+ const rgTxt = Object.entries(q).map(([rg, v]) =>
+ '
'+rg.replace('trend_','')+'' +
+ (v.long_ok?'✅':'❌')+(v.mid_ok?'✅':'❌')+(v.short_ok?'✅':'❌')).join(' ');
+ h += '
' +
+ '
'+qo.strategy+' ' +
+ '
'+qo.market+''+rgTxt+'
';
+ }
+ h += '
';
+ }
+
box.innerHTML = h;
} catch (e) { box.innerHTML = '