From 401049064ef0409d68c0842e37cfa0acc9d75a85 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:10:41 +0800 Subject: [PATCH] fix(WebHook): v1.1 --- package.json | 8 ++++++-- plugins/webhook/__init__.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f27986c..1d5ba1f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugins/webhook/__init__.py b/plugins/webhook/__init__.py index 1d6f04d..6fb57ba 100644 --- a/plugins/webhook/__init__.py +++ b/plugins/webhook/__init__.py @@ -16,7 +16,7 @@ class WebHook(_PluginBase): # 插件图标 plugin_icon = "webhook.png" # 插件版本 - plugin_version = "1.0" + plugin_version = "1.1" # 插件作者 plugin_author = "jxxghp" # 作者主页