From fbb757c4b78b4a2f779779f04ab0ca521e65a59b Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:53:16 +0800 Subject: [PATCH] feat(ConfigCenter): v3.1 --- package.v2.json | 3 ++- plugins.v2/configcenter/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.v2.json b/package.v2.json index a59e5a6..fa00b79 100644 --- a/package.v2.json +++ b/package.v2.json @@ -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加速服务器设置项" diff --git a/plugins.v2/configcenter/__init__.py b/plugins.v2/configcenter/__init__.py index 350d3e6..fce874b 100644 --- a/plugins.v2/configcenter/__init__.py +++ b/plugins.v2/configcenter/__init__.py @@ -14,7 +14,7 @@ class ConfigCenter(_PluginBase): # 插件图标 plugin_icon = "setting.png" # 插件版本 - plugin_version = "3.0" + plugin_version = "3.1" # 插件作者 plugin_author = "jxxghp" # 作者主页