chore: add bark custom server #83

This commit is contained in:
duorameng
2026-04-14 21:55:58 +08:00
parent 3521ca9d17
commit 8e12d15634
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ func (c *BarkChannel) Send(config ChannelConfig, msg *Message) (*Result, error)
URL: config.GetString("url"),
Key: config.GetString("key"),
IV: config.GetString("iv"),
Server: config.GetString("server"),
}
res, err := cli.Request(msg.Title, msg.Text)