feat(notify): add pushplus

This commit is contained in:
catfishlty
2025-04-02 13:53:22 +08:00
parent 893391a3d1
commit b585782007
12 changed files with 228 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ const (
NotifyChannelTypeDingTalk = NotifyChannelType("dingtalk")
NotifyChannelTypeEmail = NotifyChannelType("email")
NotifyChannelTypeLark = NotifyChannelType("lark")
NotifyChannelTypePushPlus = NotifyChannelType("pushplus")
NotifyChannelTypeServerChan = NotifyChannelType("serverchan")
NotifyChannelTypeTelegram = NotifyChannelType("telegram")
NotifyChannelTypeWebhook = NotifyChannelType("webhook")