Merge branch 'main' into main

This commit is contained in:
Yoan.liu
2025-04-13 08:24:16 +08:00
committed by GitHub
78 changed files with 2210 additions and 106 deletions

View File

@@ -15,6 +15,7 @@ const (
NotifyChannelTypeGotify = NotifyChannelType("gotify")
NotifyChannelTypeLark = NotifyChannelType("lark")
NotifyChannelTypeMattermost = NotifyChannelType("mattermost")
NotifyChannelTypePushover = NotifyChannelType("pushover")
NotifyChannelTypePushPlus = NotifyChannelType("pushplus")
NotifyChannelTypeServerChan = NotifyChannelType("serverchan")
NotifyChannelTypeTelegram = NotifyChannelType("telegram")