This commit is contained in:
jxxghp
2024-05-29 19:51:40 +08:00
parent aafd3d1c61
commit 29db61489d
3 changed files with 2 additions and 2 deletions

BIN
icons/TrendingShow.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

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

View File

@@ -10,7 +10,7 @@ class TrendingShow(_PluginBase):
# 插件描述
plugin_desc = "在仪表板中显示流行趋势海报轮播图。"
# 插件图标
plugin_icon = "Dsphoto_A.png"
plugin_icon = "TrendingShow.png"
# 插件版本
plugin_version = "1.0"
# 插件作者