refactor(security/sensitivewords): 优化敏感词模块代码

This commit is contained in:
2025-02-14 21:58:11 +08:00
parent 60d5733e62
commit bd8b1899c7
17 changed files with 177 additions and 170 deletions

View File

@@ -54,6 +54,11 @@ public class PropertiesConstants {
*/
public static final String SECURITY_LIMITER = SECURITY + StringConstants.DOT + "limiter";
/**
* 敏感词配置
*/
public static final String SECURITY_SENSITIVE_WORDS = SECURITY + StringConstants.DOT + "sensitive-words";
/**
* Web 配置
*/