feat: add bark encrypt message

This commit is contained in:
engigu
2026-01-22 19:16:24 +08:00
parent f0bbef5541
commit ea6af44f0c
4 changed files with 65 additions and 3 deletions
@@ -37,6 +37,8 @@ func (c *BarkChannel) SendUnified(msgObj interface{}, ins models.SendTasksIns, c
Icon: auth.Icon,
Level: auth.Level,
URL: auth.URL,
Key: auth.Key,
IV: auth.IV,
}
res, err := cli.Request(content.Title, content.Text)