feat(command): optimize command registration event handling

This commit is contained in:
InfinityPacer
2024-10-23 02:26:11 +08:00
parent 5c5182941f
commit ab32d3347d
5 changed files with 234 additions and 131 deletions

View File

@@ -66,6 +66,8 @@ class ChainEventType(Enum):
AuthVerification = "auth.verification"
# 认证拦截请求
AuthIntercept = "auth.intercept"
# 命令注册请求
CommandRegister = "command.register"
# 系统配置Key字典