实时速率仪表板样式微调。

This commit is contained in:
Allen
2024-05-30 11:31:05 +08:00
parent c13f8a6749
commit da8b0a3d0b
2 changed files with 5 additions and 5 deletions

View File

@@ -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优化插件的消息发送。",

View File

@@ -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)]