修改版本号,添加测试代码

This commit is contained in:
nelson
2024-01-08 11:16:37 +08:00
parent 3e14552a8c
commit 29e3833f6c
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@
"PushPlusMsg": {
"name": "PushPlus消息推送",
"description": "支持使用PushPlus发送消息通知。",
"version": "1.0.1",
"version": "0.1",
"icon": "Pushplus_A.png",
"author": "cheng",
"level": 1

View File

@@ -16,7 +16,7 @@ class PushPlusMsg(_PluginBase):
# 插件图标
plugin_icon = "Pushplus_A.png"
# 插件版本
plugin_version = "1.0.1"
plugin_version = "0.1"
# 插件作者
plugin_author = "cheng"
# 作者主页