- 基于sensitive-word 实现敏感词高亮
- 前端采用wangEdit 富文本

WordController 中包含对应的 api 方法,后续可以添加验签等校验。
| api | 入参 | 出参 | 说明 |
|---|---|---|---|
| /word/sensitive | NoteContent | CommonResult | 敏感词高亮 |
| /word/reload_dictionary | string | List<String> |
重新加载敏感词词库 |
| Name | Name | Last commit date | ||
|---|---|---|---|---|

WordController 中包含对应的 api 方法,后续可以添加验签等校验。
| api | 入参 | 出参 | 说明 |
|---|---|---|---|
| /word/sensitive | NoteContent | CommonResult | 敏感词高亮 |
| /word/reload_dictionary | string | List<String> |
重新加载敏感词词库 |