This commit is contained in:
jxxghp
2023-12-01 10:37:20 +08:00
parent 35215eb01f
commit c92c8ab87d
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@
"name": "自动删种",
"description": "自动删除下载器中的下载任务。",
"version": "1.1",
"icon": "delete.png",
"icon": "delete.jpg",
"author": "jxxghp",
"level": 2
},

View File

@@ -25,7 +25,7 @@ class TorrentRemover(_PluginBase):
# 插件描述
plugin_desc = "自动删除下载器中的下载任务。"
# 插件图标
plugin_icon = "delete.png"
plugin_icon = "delete.jpg"
# 插件版本
plugin_version = "1.1"
# 插件作者