From ce4026e56419f07c978433ddcd5359836c233c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E7=BE=BFELS?= <71250018+EillesWan@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=E4=BF=AE=E5=A4=8D=E5=86=9C?= =?UTF-8?q?=E5=8E=86=E6=97=A5=E6=9C=9F=E7=9A=84=E6=A0=BC=E5=BC=8F=E8=AF=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20E=CA=9A=E2=99=A1=E2=83=9B=C9=9E(=E0=A5=82?= =?UTF-8?q?=E2=80=A2=E1=B4=97=E2=80=A2=E0=A5=82=E2=9D=81)=20(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 优化更新 * 代码不够黑,新增一个空行 * ? * 空格? * 新年新气象,莫生气 * 又是空格 * 附和:zhDateTime1.1.1 修复过于愚蠢导致的问题 * ⭐增设版权声明,更新授权年份,主题色! * ?怎么没删 * 更新 zhDateTime 库版本,主题色往文档里塞 * 我愚蠢了 * 中文日期时间的formatter有误 忘了更新 --- nonebot_plugin_marshoai/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_marshoai/util.py b/nonebot_plugin_marshoai/util.py index fb768742..1c45c75c 100755 --- a/nonebot_plugin_marshoai/util.py +++ b/nonebot_plugin_marshoai/util.py @@ -268,7 +268,7 @@ def get_prompt(): ), weekday_name=_weekdays[current_time.weekday()], lunar_date=current_time.chinesize.date_hanzify( - "农历{干支年}{生肖}年{月份}月{日期}" + "农历{干支年}{生肖}年{月份}月{数序日}" ), )