1
0
mirror of synced 2025-12-29 16:57:59 +08:00

阴历年月的中文表示改为简体

This commit is contained in:
6tail
2020-06-28 21:37:11 +08:00
parent 648a28d463
commit 82c776d7dd
5 changed files with 8 additions and 8 deletions

View File

@@ -115,9 +115,9 @@ public class LunarUtil{
/** 彭祖百忌.地支 */
public static final String[] PENGZU_ZHI = {"","子不问卜自惹祸殃","丑不冠带主不还乡","寅不祭祀神鬼不尝","卯不穿井水泉不香","辰不哭泣必主重丧","巳不远行财物伏藏","午不苫盖屋主更张","未不服药毒气入肠","申不安床鬼祟入房","酉不会客醉坐颠狂","戌不吃犬作怪上床","亥不嫁娶不利新郎"};
/** 数字 */
public static final String[] NUMBER = {"","","","","","","","","",""};
public static final String[] NUMBER = {"","","","","","","","","",""};
/** 月 */
public static final String[] MONTH = {"","","","","","","","","","","","",""};
public static final String[] MONTH = {"","","","","","","","","","","","",""};
/** 季节 */
public static final String[] SEASON = {"","孟春","仲春","季春","孟夏","仲夏","季夏","孟秋","仲秋","季秋","孟冬","仲冬","季冬"};
/** 生肖 */