mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-04 23:16:50 +00:00
fix cpu占用跳转cd2
This commit is contained in:
@@ -1172,7 +1172,7 @@ class Cd2Assistant(_PluginBase):
|
||||
}
|
||||
# 全局配置
|
||||
attrs = {
|
||||
"refresh": 10
|
||||
"refresh": 10, "border": False
|
||||
}
|
||||
if not self._client:
|
||||
logger.warn(f"请求CloudDrive2服务失败")
|
||||
@@ -1214,9 +1214,11 @@ class Cd2Assistant(_PluginBase):
|
||||
'component': 'div',
|
||||
'content': [
|
||||
{
|
||||
'component': 'span',
|
||||
'component': 'a',
|
||||
'props': {
|
||||
'class': 'text-caption'
|
||||
'class': 'text-caption',
|
||||
'href': self._cd2_url,
|
||||
'target': '_blank',
|
||||
},
|
||||
'text': 'CPU占用'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user