fix: 紧急为check功能加入开关

This commit is contained in:
tcmofashi
2025-03-07 03:12:35 +08:00
parent ead9b8cfe4
commit a3b8a545af
3 changed files with 11 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ ban_words = [
check_interval = 120 # 检查表情包的时间间隔
register_interval = 10 # 注册表情包的时间间隔
auto_save = true # 自动偷表情包
enable_check = false # 是否启用表情包过滤
check_prompt = "不要包含违反公序良俗的内容" # 表情包过滤要求
[cq_code]