fix: 更改默认设置key_words blockword

This commit is contained in:
shanmite 2021-12-02 18:50:41 +08:00
parent 2f26a393ca
commit 70c10f247b
2 changed files with 6 additions and 6 deletions

View File

@ -49,8 +49,8 @@ const config = {
* 符合js正则表达式的字符串
*/
key_words: [
"[抽奖]",
"[转关].*[转关]"
"[抽奖]",
"[转关]"
],
/**
@ -229,7 +229,7 @@ const config = {
/**
* 屏蔽词
*/
blockword: ["脚本抽奖", "恭喜", "结果", "抽奖号", "钓鱼", "涨粉"],
blockword: ["脚本", "抽奖号", "钓鱼"],
/**
* 转发评语

View File

@ -63,8 +63,8 @@ module.exports = Object.freeze({
* 符合js正则表达式的字符串
*/
key_words: [
"[抽奖]",
"[转关].*[转关]"
"[抽奖]",
"[转关]"
],
/**
@ -243,7 +243,7 @@ module.exports = Object.freeze({
/**
* 屏蔽词
*/
blockword: ["脚本抽奖", "恭喜", "结果", "抽奖号", "钓鱼", "涨粉"],
blockword: ["脚本", "抽奖号", "钓鱼"],
/**
* 转发评语