From c04e67a7e9e871667566d7c7538c73cf0942d715 Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 22 Apr 2024 21:46:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E5=B7=B2=E5=AD=98=E5=9C=A8=E5=8C=85=E5=90=AB=E5=85=B3=E9=94=AE?= =?UTF-8?q?=E8=AF=8D=E5=92=8C=E8=AE=A2=E9=98=85=E7=AB=99=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 3 ++- plugins/subscribegroup/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bef9948..70bc82e 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ MoviePilot三方插件市场:https://github.com/thsrite/MoviePilot-Plugins/ - docker自定义任务 1.2 - 插件彻底卸载 1.0 - 实时软连接 1.3 -- 订阅制作组填充 1.1 +- 订阅制作组填充 1.2 diff --git a/package.json b/package.json index ba6de20..b41f758 100644 --- a/package.json +++ b/package.json @@ -321,11 +321,12 @@ "SubscribeGroup": { "name": "订阅制作组填充", "description": "订阅首次下载自动添加官组和站点到订阅信息,以保证订阅资源的统一性。", - "version": "1.1", + "version": "1.2", "icon": "teamwork.png", "author": "thsrite", "level": 2, "history": { + "v1.2": "修复订阅已存在包含关键词和订阅站点", "v1.1": "fix bug", "v1.0": "init" } diff --git a/plugins/subscribegroup/__init__.py b/plugins/subscribegroup/__init__.py index 1c8ce63..6955345 100644 --- a/plugins/subscribegroup/__init__.py +++ b/plugins/subscribegroup/__init__.py @@ -17,7 +17,7 @@ class SubscribeGroup(_PluginBase): # 插件图标 plugin_icon = "teamwork.png" # 插件版本 - plugin_version = "1.1" + plugin_version = "1.2" # 插件作者 plugin_author = "thsrite" # 作者主页