1
0
mirror of synced 2025-12-27 15:57:59 +08:00

修复文字错误“煞”

This commit is contained in:
6tail
2020-04-05 21:29:53 +08:00
parent 99f09dcb89
commit 0a273e7973
2 changed files with 4 additions and 4 deletions

View File

@@ -613,8 +613,8 @@ public class Lunar{
}
/**
* 获取
* @return ,如北
* 获取
* @return ,如北
*/
public String getSha(){
return LunarUtil.SHA.get(getDayZhi());
@@ -723,7 +723,7 @@ public class Lunar{
s.append(")");
s.append(" 冲[");
s.append(getChongDesc());
s.append("] [");
s.append("] [");
s.append(getSha());
s.append("]");
return s.toString();