mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-19 19:46:55 +08:00
feat(chain): add auth event to ChainEventType
This commit is contained in:
@@ -62,6 +62,10 @@ class EventType(Enum):
|
||||
class ChainEventType(Enum):
|
||||
# 名称识别请求
|
||||
NameRecognize = "name.recognize"
|
||||
# 认证验证请求
|
||||
AuthVerification = "auth.verification"
|
||||
# 认证通过拦截
|
||||
AuthPassedIntercept = "auth.passed.intercept"
|
||||
|
||||
|
||||
# 系统配置Key字典
|
||||
|
||||
Reference in New Issue
Block a user