Add Wecom Notification

添加了企业微信推送通道
This commit is contained in:
umbor
2023-06-04 11:02:24 +08:00
parent 085fb35e4e
commit ddb89df40e
3 changed files with 39 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
from .bark import BarkNotification
from .server_chan import ServerChanNotification
from .telegram import TelegramNotification
from .telegram import TelegramNotification
from .wecom import WecomNotification