mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
修改pushplus插件为正式版本号
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
"PushPlusMsg": {
|
||||
"name": "PushPlus消息推送",
|
||||
"description": "支持使用PushPlus发送消息通知。",
|
||||
"version": "0.3",
|
||||
"version": "1.0",
|
||||
"icon": "Pushplus_A.png",
|
||||
"author": "cheng",
|
||||
"level": 1
|
||||
|
||||
@@ -16,7 +16,7 @@ class PushPlusMsg(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "Pushplus_A.png"
|
||||
# 插件版本
|
||||
plugin_version = "0.3"
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
plugin_author = "cheng"
|
||||
# 作者主页
|
||||
|
||||
Reference in New Issue
Block a user