From c92c8ab87df6cf6a083e9aef7ea85af4b11d1dd2 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 1 Dec 2023 10:37:20 +0800 Subject: [PATCH] fix icon --- package.json | 2 +- plugins/torrentremover/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" # 插件作者