feat: 添加忽略等级

This commit is contained in:
lixiangwuxian
2024-10-24 14:33:49 +08:00
parent f840391f97
commit 0fc6e0d52a
3 changed files with 12 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ const (
LEVEL_TRUSTED = 100
LEVEL_USER = 200 //default
LEVEL_BANNED = 400
LEVEL_IGNORE = 1000
)