fix:修复normal_chat的planner合并后的一些问题

This commit is contained in:
SengokuCola
2025-06-03 00:03:27 +08:00
parent 880e8ea71d
commit bc2c7c5c1e
6 changed files with 69 additions and 60 deletions

View File

@@ -22,7 +22,7 @@ class MuteAction(PluginAction):
"当有人发了擦边,或者色情内容时使用",
"当有人要求禁言自己时使用",
]
default = False # 默认动作,是否手动添加到使用集
default = True # 默认动作,是否手动添加到使用集
associated_types = ["command", "text"]
# associated_types = ["text"]