diff --git a/package.json b/package.json index 455f88c..b5371c1 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "name": "自动删种", "description": "自动删除下载器中的下载任务。", "version": "1.1", - "icon": "delete.png", + "icon": "delete.jpg", "author": "jxxghp", "level": 2 }, diff --git a/plugins/torrentremover/__init__.py b/plugins/torrentremover/__init__.py index 553025b..eaad1ec 100644 --- a/plugins/torrentremover/__init__.py +++ b/plugins/torrentremover/__init__.py @@ -25,7 +25,7 @@ class TorrentRemover(_PluginBase): # 插件描述 plugin_desc = "自动删除下载器中的下载任务。" # 插件图标 - plugin_icon = "delete.png" + plugin_icon = "delete.jpg" # 插件版本 plugin_version = "1.1" # 插件作者