From 114bdc577a20de0ceb7f433c99fda49849a33dca Mon Sep 17 00:00:00 2001 From: hmo Date: Fri, 31 Jul 2026 23:47:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A0=94=E7=A9=B6Tab=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E6=A0=87=E8=AE=B0=20v=5Fnext3=E2=86=92v=5Fne?= =?UTF-8?q?xt4?= 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 07dd1c27..dc8781cd 100644 --- a/static/index.html +++ b/static/index.html @@ -2136,7 +2136,7 @@ function renderStrategyTable(strategies) { return isBest ? 'text-green-400 font-bold' : ''; }; // 条件格式色条:计算每列 min/max,单元格背景按相对大小画色条 - const CURRENT_STRATEGY = 'v_next3'; + const CURRENT_STRATEGY = 'v_next4'; const ranges = {}; const cols = ['composite','universality_score','full_return_pct','capital_final','cagr_pct','total_trades','avg_hold_days','win_rate','avg_profit_pct','sharpe_ratio','profit_factor','portfolio_max_dd_pct']; for (const c of cols) {