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
self.lunarMonth = _leap_month # (_leap_month << 4) | self.lunarMonth self.isLunarLeapMonth = True
致: 感谢作者提供此好用的库
The text was updated successfully, but these errors were encountered:
self.lunarMonth = _leap_month # (_leap_month << 4) | self.lunarMonth self.isLunarLeapMonth = True 致: 感谢作者提供此好用的库
感谢提醒,这个问题我在本地改了,网络问题代码没提交成功,现在才发现。已修复
原来这个项目是一个倍数输出,为了方便改闰月中文 将原来的大于12输出判断 # self.lunarMonth = self.lunarMonth | (_leap_month << 4) 改成布尔输出 self.isLunarLeapMonth = True 再次感谢。
Sorry, something went wrong.
No branches or pull requests
self.lunarMonth = _leap_month # (_leap_month << 4) | self.lunarMonth
self.isLunarLeapMonth = True
致: 感谢作者提供此好用的库
The text was updated successfully, but these errors were encountered: