From 5708e95303bd27eae4dd9eae48d70f4fa705b052 Mon Sep 17 00:00:00 2001 From: Cheng Zheng Date: Mon, 12 Jan 2026 11:50:52 +0800 Subject: [PATCH] fix --- .github/scripts/process_item.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/process_item.py b/.github/scripts/process_item.py index 9518f9f..9b67828 100644 --- a/.github/scripts/process_item.py +++ b/.github/scripts/process_item.py @@ -139,7 +139,7 @@ def main(): content = repo.get_contents("README.md", ref="master") readme_text = content.decoded_content.decode("utf-8") - today_str = datetime.now().strftime("%Y 年 %m 月 %d 号添加") + today_str = datetime.now().strftime("%Y 年 %-m 月 %-d 号添加") date_header = f"### {today_str}" if date_header not in readme_text: