mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-16 23:16:48 +00:00
实时速率仪表板样式微调。
This commit is contained in:
@@ -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;优化插件的消息发送。",
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user