chore: udpate bark push #83

This commit is contained in:
duorameng
2026-04-15 17:09:45 +08:00
parent 39290b4edd
commit e6864373bc
3 changed files with 131 additions and 41 deletions
+5 -1
View File
@@ -24,7 +24,11 @@ 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"),
Server: config.GetString("server"),
Badge: config.GetString("badge"),
Copy: config.GetString("copy"),
AutoCopy: config.GetString("auto_copy"),
ProxyURL: config.GetString("proxy_url"),
}
res, err := cli.Request(msg.Title, msg.Text)