diff --git a/static/index.html b/static/index.html index deafa8b4..5d80a5a6 100644 --- a/static/index.html +++ b/static/index.html @@ -2507,7 +2507,7 @@ function renderStrategyTable(strategies) { }; const th = (key, label, cls, title, colKey) => { const arrow = window._sortKey === key ? (window._sortDir === 'desc' ? '▼' : '▲') : ''; - const helpBtns = colKey ? '§' : ''; + const helpBtns = colKey ? `§` : ''; return `${label}${helpBtns}${arrow ? ' ' + arrow : ''}`; }; // 2026-08-13 温区自适应:按"适应温区"展开——每策略每温区一行