From b238c6ad112261e33465ec306dc6051ce355d216 Mon Sep 17 00:00:00 2001 From: Allen Date: Mon, 27 May 2024 10:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=B1=BB=E5=9E=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8F=92=E4=BB=B6=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/schemas/types.py | 2 ++ 1 file changed, 2 insertions(+) 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):