diff --git a/icons/TrendingShow.jpg b/icons/TrendingShow.jpg new file mode 100644 index 0000000..5f58e0b Binary files /dev/null and b/icons/TrendingShow.jpg differ diff --git a/package.json b/package.json index 04a4bf6..90f8255 100644 --- a/package.json +++ b/package.json @@ -762,7 +762,7 @@ "description": "在仪表板中显示流行趋势海报轮播图。", "labels": "仪表板", "version": "1.0", - "icon": "Dsphoto_A.png", + "icon": "TrendingShow.png", "author": "jxxghp", "level": 1 }, diff --git a/plugins/trendingshow/__init__.py b/plugins/trendingshow/__init__.py index 13b5eab..fb33c15 100644 --- a/plugins/trendingshow/__init__.py +++ b/plugins/trendingshow/__init__.py @@ -10,7 +10,7 @@ class TrendingShow(_PluginBase): # 插件描述 plugin_desc = "在仪表板中显示流行趋势海报轮播图。" # 插件图标 - plugin_icon = "Dsphoto_A.png" + plugin_icon = "TrendingShow.png" # 插件版本 plugin_version = "1.0" # 插件作者