UNPKG

sensitive-words-js

Version:

敏感词库,配合 ming-filter 提供检测,避免机器人说话被夹。Sensitive word database, used with ming-filter to avoid bots get blocked.

4 lines (3 loc) 105 B
import { Mint } from 'mint-filter'; import { zhCN } from './dict'; export const filter = new Mint(zhCN);