⚙️修复农历日期的格式词错误 Eʚ♡⃛ɞ(ू•ᴗ•ू❁) (#4)

* 优化更新

* 代码不够黑,新增一个空行

* ?

* 空格?

* 新年新气象,莫生气

* 又是空格

* 附和:zhDateTime1.1.1 修复过于愚蠢导致的问题

* 增设版权声明,更新授权年份,主题色!

* ?怎么没删

* 更新 zhDateTime 库版本,主题色往文档里塞

* 我愚蠢了

* 中文日期时间的formatter有误

忘了更新
This commit is contained in:
金羿ELS 2025-01-31 18:41:49 +08:00 committed by GitHub
parent 42bed6aeca
commit ce4026e564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -268,7 +268,7 @@ def get_prompt():
),
weekday_name=_weekdays[current_time.weekday()],
lunar_date=current_time.chinesize.date_hanzify(
"农历{干支年}{生肖}{月份}{}"
"农历{干支年}{生肖}{月份}{数序日}"
),
)