You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
358 B
10 lines
358 B
package formatoutput
|
|
|
|
/**
|
|
@ 作者: 秦东
|
|
@ 时间: 2025-02-26 08:41:30
|
|
@ 功能: 天干地址
|
|
*/
|
|
var HeavenlyStems = []string{"甲", "乙", "丙", "丁", "戊", "己", "庚", "辛", "壬", "癸"}
|
|
var EarthlyBranches = []string{"子", "丑", "寅", "卯", "辰", "巳", "午", "未", "申", "酉", "戌", "亥"}
|
|
var BackgroundColor = []string{"红", "绿"}
|
|
|