fix message

This commit is contained in:
jxxghp
2023-07-14 07:18:28 +08:00
parent df30b71077
commit ae3d2fb7ae
7 changed files with 71 additions and 41 deletions

View File

@ -85,3 +85,12 @@ class NotificationType(Enum):
SiteMessage = "站点消息"
# 媒体服务器通知
MediaServer = "媒体服务器通知"
class MessageChannel(Enum):
"""
消息渠道
"""
Wechat = "微信"
Telegram = "Telegram"
Slack = "Slack"