mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
feat(command): optimize command registration event handling
This commit is contained in:
@@ -66,6 +66,8 @@ class ChainEventType(Enum):
|
||||
AuthVerification = "auth.verification"
|
||||
# 认证拦截请求
|
||||
AuthIntercept = "auth.intercept"
|
||||
# 命令注册请求
|
||||
CommandRegister = "command.register"
|
||||
|
||||
|
||||
# 系统配置Key字典
|
||||
|
||||
Reference in New Issue
Block a user