fix(WebHook): v1.1

This commit is contained in:
InfinityPacer
2024-12-15 00:10:41 +08:00
parent 0368938004
commit 401049064e
2 changed files with 7 additions and 3 deletions

View File

@@ -247,11 +247,15 @@
"WebHook": {
"name": "Webhook",
"description": "事件发生时向第三方地址发送请求。",
"version": "1.0",
"version": "1.1",
"icon": "webhook.png",
"author": "jxxghp",
"level": 1,
"v2": true
"v2": true,
"history": {
"v1.1": "兼容MoviePilot V2 版本",
"v1.0": "新增Webhook插件支持事件发生时向第三方地址发送请求"
}
},
"ChatGPT": {
"name": "ChatGPT",

View File

@@ -16,7 +16,7 @@ class WebHook(_PluginBase):
# 插件图标
plugin_icon = "webhook.png"
# 插件版本
plugin_version = "1.0"
plugin_version = "1.1"
# 插件作者
plugin_author = "jxxghp"
# 作者主页