feat: 添加KFC V2专属动作模块及相关功能,优化回复机制

This commit is contained in:
Windpicker-owo
2025-11-30 15:04:00 +08:00
parent c68bf4ad4f
commit 1750004ffa
13 changed files with 266 additions and 512 deletions

View File

@@ -187,7 +187,7 @@ class ActionModifier:
logger.debug(f"{self.log_prefix}阶段三移除动作: {action_name},原因: {reason}")
# === 统一日志记录 ===
all_removals = chat_type_removals + removals_s1 + removals_s2 + removals_s3
all_removals = removals_s0 + removals_s1 + removals_s2 + removals_s3
removals_summary: str = ""
if all_removals:
removals_summary = " | ".join([f"{name}({reason})" for name, reason in all_removals])