You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 512B

123456789
  1. ### 说明
  2. 简易的敏感词插件,暂不支持分词,请自行导入词库到插件文件夹中的`banwords.txt`,每行一个词,一个参考词库是[1](https://github.com/cjh0613/tencent-sensitive-words/blob/main/sensitive_words_lines.txt)。
  3. `config.json`中能够填写默认的处理行为,目前行为有:
  4. - `ignore` : 无视这条消息。
  5. - `replace` : 将消息中的敏感词替换成"*",并回复违规。
  6. ### 致谢
  7. 搜索功能实现来自https://github.com/toolgood/ToolGood.Words