From e6ae7f2eb40aafcc5f7078e350ab20cff3a7679f Mon Sep 17 00:00:00 2001 From: mac Date: Mon, 27 Jul 2026 08:35:19 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.8=20=E2=80=94=20=E5=91=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=A7=BB=E9=99=A4=E5=9C=86=E5=BD=A2=E7=8A=B6=E6=80=81?= =?UTF-8?q?icon=EF=BC=8C=E5=8F=AA=E4=BF=9D=E7=95=99=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/app.js b/static/app.js index 1dd5b18..f3a738e 100644 --- a/static/app.js +++ b/static/app.js @@ -194,7 +194,6 @@ var statusIcon = status === 'pass' ? '✓' : (status === 'fail' ? '✗' : '○'); var statusLabel = status === 'pass' ? '达标' : (status === 'fail' ? '未达标' : '未打卡'); wHtml += '
' + - '' + statusIcon + '' + '
' + '第' + w.split('-W')[1].replace(/^0/, '') + '周' + '' + dateRange + '' +