From 7a2ea27a258d41dc0b844fc1391f1964285e1335 Mon Sep 17 00:00:00 2001 From: fengbh <1953356163@qq.com> Date: Sat, 23 May 2026 11:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E4=B8=8A=E4=B8=8A=E6=9C=88=E5=92=8C?= =?UTF-8?q?=E6=9F=A5=E4=B8=8A=E4=B8=8A=E4=B8=8A=E6=9C=88=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=9F=BA=E4=BA=8E=E5=BD=93=E5=89=8D=E6=98=BE=E7=A4=BA=E6=9C=88?= =?UTF-8?q?=E7=9A=84=E5=81=8F=E7=A7=BB=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- main.js | 4 ++-- main.template.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index 70f4179..40c030d 100644 --- a/main.js +++ b/main.js @@ -22403,8 +22403,8 @@ const workDayData = { }); const buttonNext = createQueryButton('查下月', () => navigateMonth(-1)); const buttonPrev = createQueryButton('查上月', () => navigateMonth(1)); - const button2 = createQueryButton('查上上月', () => getCustomMonthRange(2)); - const button3 = createQueryButton('查上上上月', () => getCustomMonthRange(3)); + const button2 = createQueryButton('查上上月', () => navigateMonth(2)); + const button3 = createQueryButton('查上上上月', () => navigateMonth(3)); // 获取要将按钮添加到其中的容器 let container = document.getElementById('seclevelmenu'); diff --git a/main.template.js b/main.template.js index 8159c84..b085632 100644 --- a/main.template.js +++ b/main.template.js @@ -480,8 +480,8 @@ }); const buttonNext = createQueryButton('查下月', () => navigateMonth(-1)); const buttonPrev = createQueryButton('查上月', () => navigateMonth(1)); - const button2 = createQueryButton('查上上月', () => getCustomMonthRange(2)); - const button3 = createQueryButton('查上上上月', () => getCustomMonthRange(3)); + const button2 = createQueryButton('查上上月', () => navigateMonth(2)); + const button3 = createQueryButton('查上上上月', () => navigateMonth(3)); // 获取要将按钮添加到其中的容器 let container = document.getElementById('seclevelmenu');