fix iyuu icon

This commit is contained in:
jxxghp
2023-11-28 10:24:23 +08:00
parent 899196f703
commit bc0bc190e3
2 changed files with 4 additions and 4 deletions

View File

@@ -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
},

View File

@@ -32,7 +32,7 @@ class IYUUAutoSeed(_PluginBase):
# 插件描述
plugin_desc = "基于IYUU官方Api实现自动辅种。"
# 插件图标
plugin_icon = "iyuu.png"
plugin_icon = "IYUU.png"
# 主题色
plugin_color = "#F3B70B"
# 插件版本