签到回复优化
This commit is contained in:
@@ -254,7 +254,7 @@ class SignInSystem:
|
||||
# if streak > 1 and not streak_broken:
|
||||
# output += "[爱心]"
|
||||
|
||||
output = (f"@{wx_nick_name} 加[{points_to_add}]分,第[{today_signin_rank}]个!\n")
|
||||
output = (f"@{wx_nick_name} 加[{points_to_add}]分,第[{today_signin_rank}]个!")
|
||||
|
||||
if streak_broken and old_streak > 0: # 只有在真的断签且之前有签到记录时才显示
|
||||
output += f"断开了 {old_streak} 天连签"
|
||||
|
||||
Reference in New Issue
Block a user