fix: 更新 lunar-javascript 类型声明 isLeapMonth 为 isLeap

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ddshi 2026-02-28 14:06:26 +08:00
parent 5a3ef7cde4
commit 9e3bd5aba4

View File

@ -7,7 +7,7 @@ declare module 'lunar-javascript' {
getYear(): number; getYear(): number;
getMonthInChinese(): string; getMonthInChinese(): string;
getDayInChinese(): string; getDayInChinese(): string;
isLeapMonth(): boolean; isLeap(): boolean;
getYearInChinese(): string; getYearInChinese(): string;
getZodiac(): string; getZodiac(): string;
getYearInGanZhi(): string; getYearInGanZhi(): string;