From c7167c1224ae2792eaa7dc8505674a0726bff716 Mon Sep 17 00:00:00 2001 From: xxm Date: Mon, 17 Aug 2026 01:42:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=8D=E7=AB=AF=E6=99=AE=E9=80=82?= =?UTF-8?q?=E5=88=97=E7=A9=BA=E6=A0=BC=E5=88=86=E9=9A=94(67=202/3=E5=B9=B4?= =?UTF-8?q?)?= 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 5b6a184d..41c73943 100644 --- a/static/index.html +++ b/static/index.html @@ -2638,7 +2638,7 @@ function renderStrategyTable(strategies) { cell('composite', comp, v => v, 'font-bold text-amber-300') + cell('sharpe_ratio', rw.sharpe_ratio != null ? rw.sharpe_ratio : null, v => v) + cell('profit_factor', rw.profit_factor != null ? rw.profit_factor : null, v => v) + - cell('universality_score', univ, v => v + '' + (univYears || '') + '') + + cell('universality_score', univ, v => v + ' ' + (univYears || '') + '') + cell('portfolio_max_dd_pct', ddV, v => v + '%', '') + ''; };