diff --git a/app/schemas/types.py b/app/schemas/types.py index 58608a3f..9e470597 100644 --- a/app/schemas/types.py +++ b/app/schemas/types.py @@ -120,6 +120,8 @@ class NotificationType(Enum): MediaServer = "媒体服务器通知" # 处理失败需要人工干预 Manual = "手动处理通知" + # 插件消息 + Plugin = "插件消息" class MessageChannel(Enum):