1
0
mirror of synced 2026-02-27 07:19:31 +08:00

v1.7.3 修复个别日太岁方位的错误;修复八字身宫计算错误的问题。

This commit is contained in:
6tail
2025-04-07 19:05:18 +08:00
parent 264481532b
commit 9a302e2a1a
7 changed files with 21 additions and 14 deletions

View File

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