feat: add ServerChan notifier

新增Server酱通知
This commit is contained in:
Leo Chen
2024-10-27 04:01:42 +08:00
parent 332c5c5127
commit ffdd61b5ee
9 changed files with 279 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ const (
NotifyChannelWebhook = "webhook"
NotifyChannelTelegram = "telegram"
NotifyChannelLark = "lark"
NotifyChannelServerChan = "serverchan"
)
type NotifyTestPushReq struct {