mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
v1.1
This commit is contained in:
@@ -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": "优化插件配置生效;支持青蛙辅种助手。"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ class MergeSiteSwitch(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "world.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
plugin_version = "1.1"
|
||||
# 插件作者
|
||||
plugin_author = "hotlcc"
|
||||
# 作者主页
|
||||
|
||||
Reference in New Issue
Block a user