From 4eec1e264b5a76fe84d56961c1aea7bb9a3f2122 Mon Sep 17 00:00:00 2001 From: honue Date: Wed, 12 Jun 2024 16:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE=E9=93=BA=E6=BB=A1?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E6=97=B6=EF=BC=8C=E6=88=AA=E5=8F=96=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- plugins/trendingshow/__init__.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ced7112..fd9a49f 100644 --- a/package.json +++ b/package.json @@ -724,7 +724,7 @@ "name": "流行趋势轮播", "description": "在仪表板中显示流行趋势海报轮播图。", "labels": "仪表板", - "version": "1.0", + "version": "1.1", "icon": "TrendingShow.jpg", "author": "jxxghp", "level": 1 diff --git a/plugins/trendingshow/__init__.py b/plugins/trendingshow/__init__.py index b443d8b..a4221e9 100644 --- a/plugins/trendingshow/__init__.py +++ b/plugins/trendingshow/__init__.py @@ -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': [ {