From 2e0314175a9df108e07b2cd196628935818514cf Mon Sep 17 00:00:00 2001 From: hmo Date: Fri, 31 Jul 2026 11:41:13 +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=20v7.1=E2=86=92v=5Fnext3?= 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 b5a3db86..07dd1c27 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 = 'v7.1'; + const CURRENT_STRATEGY = 'v_next3'; 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) {