diff --git a/config-template.py b/config-template.py index 3d7c5163..c1afcdd1 100644 --- a/config-template.py +++ b/config-template.py @@ -106,16 +106,17 @@ ignore_rules = { # 请在sensitive.json中添加敏感词 sensitive_word_filter = True -#是否启动百度云内容安全审核 +# 是否启用百度云内容安全审核 +# 注册方式查看 https://cloud.baidu.com/doc/ANTIPORN/s/Wkhu9d5iy baidu_check = False -#百度云API_KEY 24位英文数字字符串 +# 百度云API_KEY 24位英文数字字符串 baidu_api_key = "" -#百度云SECRET_KEY 32位的英文数字字符串 -baidu_secret_key ="" +# 百度云SECRET_KEY 32位的英文数字字符串 +baidu_secret_key = "" -#不合规消息自定义返回 +# 不合规消息自定义返回 inappropriate_message_tips = "[百度云]请珍惜机器人,当前返回内容不合规" # 启动时是否发送赞赏码