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('') + '
' + ''; }