This commit is contained in:
Allen
2024-05-06 11:23:50 +08:00
parent e20ae58163
commit c619887652
2 changed files with 6 additions and 3 deletions

View File

@@ -650,9 +650,12 @@
"name": "聚合站点开关",
"description": "统一管理所有与站点相关的开关。",
"labels": "系统设置",
"version": "1.0",
"version": "1.1",
"icon": "world.png",
"author": "hotlcc",
"level": 2
"level": 2,
"history": {
"v1.1": "优化插件配置生效;支持青蛙辅种助手。"
}
}
}

View File

@@ -20,7 +20,7 @@ class MergeSiteSwitch(_PluginBase):
# 插件图标
plugin_icon = "world.png"
# 插件版本
plugin_version = "1.0"
plugin_version = "1.1"
# 插件作者
plugin_author = "hotlcc"
# 作者主页