From 5d3192dfaff4847d80690d7c9a7c80a4ee0da22d Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 24 Jul 2026 17:37:25 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.3=20=E2=80=94=20=E5=91=A8=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E4=BB=8EW27=E6=94=B9=E4=B8=BA=E7=AC=AC27=E5=91=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 85fc2f5..2f0d32b 100644 --- a/static/app.js +++ b/static/app.js @@ -186,7 +186,7 @@ if (w === todayWk) cls += ' today'; if (w === selectedWeek) cls += ' selected'; wHtml += '
' + - 'W' + w.split('-W')[1].replace(/^0/, '') + '
'; + '第' + w.split('-W')[1].replace(/^0/, '') + '周'; } var we = document.getElementById('cal-weeks'); we.innerHTML = wHtml;