mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-31 07:26:44 +00:00
fix iyuu icon
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
"name": "IYUU自动辅种",
|
||||
"description": "基于IYUU官方Api实现自动辅种。",
|
||||
"version": "1.0",
|
||||
"icon": "iyuu.png",
|
||||
"icon": "IYUU.png",
|
||||
"color": "#F3B70B",
|
||||
"author": "jxxghp",
|
||||
"level": 2
|
||||
@@ -309,8 +309,8 @@
|
||||
"name": "IYUU消息推送",
|
||||
"description": "支持使用IYUU发送消息通知。",
|
||||
"version": "1.1",
|
||||
"icon": "iyuu.png",
|
||||
"color": "#C9221B",
|
||||
"icon": "Iyuu_A.png",
|
||||
"color": "#362228",
|
||||
"author": "jxxghp",
|
||||
"level": 1
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@ class IYUUAutoSeed(_PluginBase):
|
||||
# 插件描述
|
||||
plugin_desc = "基于IYUU官方Api实现自动辅种。"
|
||||
# 插件图标
|
||||
plugin_icon = "iyuu.png"
|
||||
plugin_icon = "IYUU.png"
|
||||
# 主题色
|
||||
plugin_color = "#F3B70B"
|
||||
# 插件版本
|
||||
|
||||
Reference in New Issue
Block a user