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) {