fix:更新群表达方式可视化脚本,更新数据库迁移脚本

This commit is contained in:
SengokuCola
2025-06-03 11:46:28 +08:00
parent 70d5516dcc
commit 94c7072cc9
3 changed files with 100 additions and 75 deletions

View File

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