From a6b9626d63e73e4b579d84c73a9fb16ea2115e18 Mon Sep 17 00:00:00 2001 From: xxm Date: Tue, 18 Aug 2026 00:03:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A0=94=E7=A9=B6Tab=E6=B8=A9=E5=8C=BA?= =?UTF-8?q?=E8=A1=A8=E5=88=86=E9=9A=94=E8=A1=8Ccolspan=2014=E2=86=9215(?= =?UTF-8?q?=E8=A1=A8=E5=A4=B415=E5=88=97=E5=AF=B9=E9=BD=90,=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=A4=87=E9=80=89=E8=A1=A8=E6=A0=BC=E9=94=99=E4=BD=8D?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index af5c4f82..78f9789a 100644 --- a/static/index.html +++ b/static/index.html @@ -2810,15 +2810,15 @@ function renderStrategyTable(strategies) { const backup = metas.filter(s => s.current !== true); let html = ''; if (active.length) { - html += '✅ 已激活 (' + active.length + ')'; + html += '✅ 已激活 (' + active.length + ')'; html += active.map(s => renderRegimeRow(s, rg)).join(''); } if (backup.length) { - html += '' + + html += '' + ''; html += '' + - '' + + '' + '' + backup.map(s => renderRegimeRow(s, rg)).join('') + '
' + ''; }