Fix archive.js syntax error that broke the entire archive page.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-10 12:04:31 +08:00
parent daf023b403
commit 8714bb6fd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -874,7 +874,7 @@
"</div>" +
'<div class="archive-viz-kpi archive-viz-kpi--sick">' +
'<span class="archive-viz-kpi-val">' + sickN + " 笔</span>" +
'<span class="archive-viz-kpi-lbl">犯病 " + sickPct.toFixed(0) + "%</span>" +
'<span class="archive-viz-kpi-lbl">犯病 ' + sickPct.toFixed(0) + '%</span>' +
"</div>" +
"</div>" +
'<div class="archive-viz-block">' +