From 9e3bd5aba4a5b4f71ec6d9eb57d56e262aeb9981 Mon Sep 17 00:00:00 2001 From: ddshi <8811906+ddshi@user.noreply.gitee.com> Date: Sat, 28 Feb 2026 14:06:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20lunar-javascript=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=A3=B0=E6=98=8E=20isLeapMonth=20=E4=B8=BA?= =?UTF-8?q?=20isLeap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- src/types/lunar-javascript.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/lunar-javascript.d.ts b/src/types/lunar-javascript.d.ts index 6daca2e..986ab43 100644 --- a/src/types/lunar-javascript.d.ts +++ b/src/types/lunar-javascript.d.ts @@ -7,7 +7,7 @@ declare module 'lunar-javascript' { getYear(): number; getMonthInChinese(): string; getDayInChinese(): string; - isLeapMonth(): boolean; + isLeap(): boolean; getYearInChinese(): string; getZodiac(): string; getYearInGanZhi(): string;