refactor(comment): migrate sensitive word filter to houbb sensitive-word

This commit is contained in:
root
2026-03-08 14:51:22 +08:00
parent bd5af140fe
commit d116403db4
2 changed files with 14 additions and 84 deletions

View File

@@ -104,6 +104,13 @@
<version>5.8.22</version>
</dependency>
<!-- houbb 敏感词过滤 -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.34.0</version>
</dependency>
<!-- 工具类 -->
<dependency>
<groupId>org.apache.commons</groupId>