This commit is contained in:
SengokuCola
2025-04-24 14:20:22 +08:00
21 changed files with 817 additions and 294 deletions

View File

@@ -149,7 +149,7 @@ class HeartFCProcessor:
current_time = time.strftime("%H:%M:%S", time.localtime(message.message_info.time))
logger.info(
f"[{current_time}][{mes_name}]"
f"{chat.user_info.user_nickname}:"
f"{message.message_info.user_info.user_nickname}:"
f"{message.processed_plain_text}"
f"[兴趣度: {interested_rate:.2f}]"
)