Merge pull request #371 from honue/main

This commit is contained in:
jxxghp
2024-06-12 16:26:28 +08:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -724,7 +724,7 @@
"name": "流行趋势轮播",
"description": "在仪表板中显示流行趋势海报轮播图。",
"labels": "仪表板",
"version": "1.0",
"version": "1.1",
"icon": "TrendingShow.jpg",
"author": "jxxghp",
"level": 1

View File

@@ -12,7 +12,7 @@ class TrendingShow(_PluginBase):
# 插件图标
plugin_icon = "TrendingShow.jpg"
# 插件版本
plugin_version = "1.0"
plugin_version = "1.1"
# 插件作者
plugin_author = "jxxghp"
# 作者主页
@@ -191,7 +191,8 @@ class TrendingShow(_PluginBase):
'component': 'VCarouselItem',
'props': {
'src': media.get_backdrop_image() if self._size == "mini" else media.backdrop_path,
'cover': True
'cover': True,
'position': 'top'
},
'content': [
{