fix 修改配置描述

This commit is contained in:
thsrite
2024-11-22 15:11:16 +08:00
parent f90f17080f
commit 3c25e1d107
2 changed files with 4 additions and 3 deletions

View File

@@ -165,12 +165,13 @@
"name": "群辉Webhook通知",
"description": "接收群辉webhook通知并推送。",
"labels": "消息通知",
"version": "1.1",
"version": "1.2",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/synology.png",
"author": "thsrite",
"level": 1,
"v2": true,
"history": {
"v1.2": "修改配置描述",
"v1.1": "修复bug",
"v1.0": "接收群辉webhook通知并推送"
}

View File

@@ -13,7 +13,7 @@ class SynologyNotify(_PluginBase):
# 插件图标
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/synology.png"
# 插件版本
plugin_version = "1.1"
plugin_version = "1.2"
# 插件作者
plugin_author = "thsrite"
# 作者主页
@@ -168,7 +168,7 @@ class SynologyNotify(_PluginBase):
'props': {
'type': 'info',
'variant': 'tonal',
'text': '群辉webhook配置http://ip:3001/api/v1/plugin/SynologyNotify/webhook?text=hello world。'
'text': '群辉webhook配置http://ip:3001/api/v1/plugin/SynologyNotify/webhook?apikey=*****&text=hello world。'
'text参数类型是消息内容。此插件安装完需要重启生效api。消息类型默认为手动处理通知。'
}
}