From bdfba57427aa7b8c4cc251ae3c1f944946e60730 Mon Sep 17 00:00:00 2001 From: fengbohan <1953356163@qq.com> Date: Sun, 20 Jul 2025 19:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AF=8F=E6=9C=88=E8=B5=B7?= =?UTF-8?q?=E5=A7=8B=E4=B8=BA21=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 8a7b3de..11889a0 100644 --- a/main.js +++ b/main.js @@ -14760,8 +14760,8 @@ month += 12; year--; } - const firstDay = new Date(year, month - 1, 20); - const lastDay = new Date(year, month, 19); + const firstDay = new Date(year, month - 1, 21); + const lastDay = new Date(year, month, 20); const formatLocal = (date) => { return date.toLocaleDateString('en-CA', { year: 'numeric',