8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const festival = LunarFestival.fromIndex(2025, 10) 可以查询到冬至在12月21日
const solar = SolarDay.fromYmd(2025, 12, 21) solar.getLunarDay().getFestival()?.getName() 返回则获取不到冬至
这是什么情况?只是把冬至当节气吗?不过我在官网上看到冬至也被划分到农历节假日....
The text was updated successfully, but these errors were encountered:
java版本是有的,这个没有,感觉是有bug,我尽快核实修复。
Sorry, something went wrong.
v1.3.3已修复。
No branches or pull requests
const festival = LunarFestival.fromIndex(2025, 10)
可以查询到冬至在12月21日
const solar = SolarDay.fromYmd(2025, 12, 21)
solar.getLunarDay().getFestival()?.getName()
返回则获取不到冬至
这是什么情况?只是把冬至当节气吗?不过我在官网上看到冬至也被划分到农历节假日....
The text was updated successfully, but these errors were encountered: