Add sensitive word filter

This commit is contained in:
2024-01-04 17:55:41 +08:00
parent f3b63ce17d
commit 3b9111392e
21 changed files with 466 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
package top.fatweb.oxygen.api.exception
class MatchSensitiveWordException: RuntimeException("Match sensitive word")