Skip to content

Commit

Permalink
⚙️修复农历日期的格式词错误 Eʚ♡⃛ɞ(ू•ᴗ•ू❁) (#4)
Browse files Browse the repository at this point in the history
* 优化更新

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

* ?

* 空格?

* 新年新气象,莫生气

* 又是空格

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

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

* ?怎么没删

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

* 我愚蠢了

* 中文日期时间的formatter有误

忘了更新
  • Loading branch information
EillesWan authored Jan 31, 2025
1 parent 42bed6a commit ce4026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_marshoai/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def get_prompt():
),
weekday_name=_weekdays[current_time.weekday()],
lunar_date=current_time.chinesize.date_hanzify(
"农历{干支年}{生肖}年{月份}月{日期}"
"农历{干支年}{生肖}年{月份}月{数序日}"
),
)

Expand Down

0 comments on commit ce4026e

Please sign in to comment.