@thanhtungka91/iztro
Version:
轻量级紫微斗数星盘生成库。可以通过出生年月日获取到紫微斗数星盘信息、生肖、星座等信息。This is a lightweight kit for generating astrolabes for Zi Wei Dou Shu (The Purple Star Astrology), an ancient Chinese astrology. It allows you to obtain your horoscope and personality analysis.
14 lines (13 loc) • 384 B
TypeScript
declare const _default: {
readonly jiaHeavenly: "甲";
readonly yiHeavenly: "乙";
readonly bingHeavenly: "丙";
readonly dingHeavenly: "丁";
readonly wuHeavenly: "戊";
readonly jiHeavenly: "己";
readonly gengHeavenly: "庚";
readonly xinHeavenly: "辛";
readonly renHeavenly: "壬";
readonly guiHeavenly: "癸";
};
export default _default;