feat(ConfigCenter): v3.1

This commit is contained in:
InfinityPacer
2024-10-20 23:53:16 +08:00
parent dc925dfa1b
commit fbb757c4b7
2 changed files with 3 additions and 2 deletions

View File

@@ -179,11 +179,12 @@
"name": "配置中心",
"description": "快速调整部分系统设定。",
"labels": "系统设置",
"version": "3.0",
"version": "3.1",
"icon": "setting.png",
"author": "jxxghp",
"level": 1,
"history": {
"v3.1": "重构配置更新逻辑,从而与主程序保持一致",
"v3.0": "兼容MoviePilot V2 版本",
"v2.6": "支持DOH相关配置项",
"v2.5": "增加Github加速服务器设置项"

View File

@@ -14,7 +14,7 @@ class ConfigCenter(_PluginBase):
# 插件图标
plugin_icon = "setting.png"
# 插件版本
plugin_version = "3.0"
plugin_version = "3.1"
# 插件作者
plugin_author = "jxxghp"
# 作者主页