From e5f0b87da97000c24b7d28afce5e9b4434cb099a Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 10 Mar 2025 11:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0=E5=9B=9E=E5=A4=8D=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- message_sign/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/message_sign/main.py b/message_sign/main.py index 6bfb566..cbd7d74 100644 --- a/message_sign/main.py +++ b/message_sign/main.py @@ -254,10 +254,10 @@ class SignInSystem: # if streak > 1 and not streak_broken: # output += "[爱心]" - output = (f"@{wx_nick_name} 加[{points_to_add}]分,第[{today_signin_rank}]个!") + output = (f"@{wx_nick_name}签到,加[{points_to_add}]分,第[{today_signin_rank}]个!") if streak_broken and old_streak > 0: # 只有在真的断签且之前有签到记录时才显示 - output += f"断开了 {old_streak} 天连签" + output += f"断开了 {old_streak} 天连签!" elif streak > 1: output += f"连签 {streak} 天!"