1
0
mirror of synced 2025-12-25 14:57:59 +08:00

新增每日吉神宜趋、凶煞宜忌

This commit is contained in:
6tail
2020-05-26 18:11:53 +08:00
parent 18d78ed087
commit 103e4c9bb9

View File

@@ -1308,16 +1308,16 @@ public class Lunar{
}
/**
* 获取日吉神宜趋
* @return 日吉神宜趋
* 获取日吉神宜趋),如果没有,返回["无"]
* @return 日吉神
*/
public List<String> getDayJiShen(){
return LunarUtil.getDayJiShen(getMonth(),getDayInGanZhi());
}
/**
* 获取日凶煞宜忌
* @return 日凶煞宜忌
* 获取日凶煞宜忌),如果没有,返回["无"]
* @return 日凶煞
*/
public List<String> getDayXiongSha(){
return LunarUtil.getDayXiongSha(getMonth(),getDayInGanZhi());