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
🇨🇳 由于年干分割点存在争议,有些流派用立春作为分割点,有些以除夕为分界点,所以需要添加一个全局参数来供不同流派选择。
The text was updated successfully, but these errors were encountered:
排盘的时候年份分界点为 正月初一;行运的年份分界点固定为 立春。
正月初一
立春
感谢 @lzm0x219 师兄提供的资讯。
Sorry, something went wrong.
排盘的时候年份分界点为 正月初一;行运的年份分界点固定为 立春。 感谢 @lzm0x219 师兄提供的资讯。
客气了
我在文档里找到了yearDivide。
@MillerTheBest
1.可是如何在代码里提出当前yearDivide的值呢?
请参考 https://github.com/SylarLong/iztro/blob/main/src/astro/astro.ts#L90
2.请问当前是否默认为exact?
是的,请参考 https://github.com/SylarLong/iztro/blob/main/src/astro/astro.ts#L33
3.请问每一年的立春是否是提前输入的?或者是算法生成的日历中计算的?如何提出当前年份的立春日期?
这是通过第三方库计算的。
SylarLong
Successfully merging a pull request may close this issue.
摘要(Summary)
🇨🇳
由于年干分割点存在争议,有些流派用立春作为分割点,有些以除夕为分界点,所以需要添加一个全局参数来供不同流派选择。
The text was updated successfully, but these errors were encountered: