From b930aa0f7af1a2e593ad05f58a58d9ef925c68ad Mon Sep 17 00:00:00 2001 From: xxm Date: Mon, 17 Aug 2026 02:24:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20helpBtns=E7=94=A8=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E4=BF=AE=E5=A4=8DJS=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF(=E5=8D=95=E5=BC=95=E5=8F=B7?= =?UTF-8?q?=E5=B5=8C=E5=A5=97=E5=86=B2=E7=AA=81)?= 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 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 温区自适应:按"适应温区"展开——每策略每温区一行