更新 BarkMsg 插件版本至 1.3-1,修复批量推送时 device_keys 使用问题

This commit is contained in:
Akimio521
2025-02-15 20:06:44 +08:00
parent 0351352068
commit 6e1653dd33
2 changed files with 20 additions and 15 deletions

View File

@@ -491,12 +491,13 @@
"name": "Bark消息推送",
"description": "支持使用Bark发送消息通知。",
"labels": "消息通知",
"version": "1.3",
"version": "1.3-1",
"icon": "Bark_A.png",
"author": "jxxghp",
"level": 1,
"v2": true,
"history": {
"v1.3-1": "修使用post方式发送消息时无法使用device_keys用于批量推送",
"v1.3": "将标题、推送内容放入请求体中,避免编码后 URI 过长导致无法推送",
"v1.2": "支持多人消息发送"
}