fix: 更新 lunar-javascript 类型声明 isLeapMonth 为 isLeap
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5a3ef7cde4
commit
9e3bd5aba4
2
src/types/lunar-javascript.d.ts
vendored
2
src/types/lunar-javascript.d.ts
vendored
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user