1
0
mirror of synced 2026-02-26 23:08:04 +08:00

v1.7.5 修复极端情况下八字转公历时刻出现遗漏的问题;更新△T参数;优化吉神宜驱、凶神宜忌。

This commit is contained in:
6tail
2025-10-01 10:39:10 +08:00
parent 664af99ae0
commit cb931339cf
11 changed files with 185 additions and 96 deletions

View File

@@ -16,7 +16,7 @@ lunar是一款无第三方依赖的公历(阳历)、农历(阴历、老黄历)
<dependency>
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</dependency>
```