From da8b0a3d0b7de24f8ee30110732cb4cd015aa888 Mon Sep 17 00:00:00 2001 From: Allen Date: Thu, 30 May 2024 11:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E9=80=9F=E7=8E=87=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E6=9D=BF=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- plugins/downloaderhelper/__init__.py | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a8370c7..bb8581b 100644 --- a/package.json +++ b/package.json @@ -640,11 +640,12 @@ "name": "下载器助手", "description": "自动做种、站点标签、自动删种。", "labels": "下载管理,仪表板", - "version": "2.6", + "version": "2.7", "icon": "DownloaderHelper.png", "author": "hotlcc", "level": 1, "history": { + "v2.7": "实时速率仪表板样式微调。", "v2.6": "新增仪表板实时速率组件,支持单独展示qb和tr的实时速率(tr未测试,有问题提Issue并@hotlcc)。", "v2.5": "优化通知类型;降低认证级别要求,使MP非认证用户可用,但无法使用【站点名称优先】功能。主程序需升级至v1.9.2及以上版本,否则插件功能异常!", "v2.4": "修复tr活动种子仪表板的种子排序的bug;优化插件的消息发送。", diff --git a/plugins/downloaderhelper/__init__.py b/plugins/downloaderhelper/__init__.py index 38bedc8..5c69377 100644 --- a/plugins/downloaderhelper/__init__.py +++ b/plugins/downloaderhelper/__init__.py @@ -36,7 +36,7 @@ class DownloaderHelper(_PluginBase): # 插件图标 plugin_icon = "DownloaderHelper.png" # 插件版本 - plugin_version = "2.6" + plugin_version = "2.7" # 插件作者 plugin_author = "hotlcc" # 作者主页 @@ -2609,7 +2609,7 @@ class DownloaderHelper(_PluginBase): return { 'component': 'svg', 'props': { - 'class': 'v-icon notranslate v-theme--light v-icon--size-default iconify iconify--mdi', + 'class': 'v-icon notranslate v-icon--size-default iconify iconify--mdi', 'rounded': True, 'width': '1em', 'height': '1em', @@ -2648,8 +2648,7 @@ class DownloaderHelper(_PluginBase): 'props': { 'style': { 'grid-area': 'prepend', - 'height': '21px', - 'color': '#6a6670' + 'height': '21px' } }, 'content': [self.__build_mdi_icon_svg_elememt(mdi_icon=mdi_icon)]