fix icons

This commit is contained in:
jxxghp
2023-12-01 08:28:47 +08:00
parent 1dfe7a7d15
commit 0c06598f2a
5 changed files with 8 additions and 8 deletions

View File

@@ -99,7 +99,7 @@
"name": "播放限速",
"description": "外网播放媒体库视频时,自动对下载器进行限速。",
"version": "1.0",
"icon": "SpeedLimiter.jpg",
"icon": "Librespeed_A.png",
"author": "Shurelol",
"level": 1
},
@@ -171,7 +171,7 @@
"name": "自动备份",
"description": "自动备份数据和配置文件。",
"version": "1.0",
"icon": "backup.png",
"icon": "Time_machine_B.png",
"author": "thsrite",
"level": 1
},
@@ -187,7 +187,7 @@
"name": "自动转移做种",
"description": "定期转移下载器中的做种任务到另一个下载器。",
"version": "1.1",
"icon": "torrenttransfer.jpg",
"icon": "seed.png",
"author": "jxxghp",
"level": 2
},
@@ -251,7 +251,7 @@
"name": "MoviePilot更新推送",
"description": "MoviePilot推送release更新通知、自动重启。",
"version": "1.0",
"icon": "update.png",
"icon": "Moviepilot_A.png",
"author": "thsrite",
"level": 1
},

View File

@@ -23,7 +23,7 @@ class AutoBackup(_PluginBase):
# 插件描述
plugin_desc = "自动备份数据和配置文件。"
# 插件图标
plugin_icon = "backup.png"
plugin_icon = "Time_machine_B.png"
# 插件版本
plugin_version = "1.0"
# 插件作者

View File

@@ -20,7 +20,7 @@ class MoviePilotUpdateNotify(_PluginBase):
# 插件描述
plugin_desc = "MoviePilot推送release更新通知、自动重启。"
# 插件图标
plugin_icon = "update.png"
plugin_icon = "Moviepilot_A.png"
# 插件版本
plugin_version = "1.0"
# 插件作者

View File

@@ -23,7 +23,7 @@ class SpeedLimiter(_PluginBase):
# 插件描述
plugin_desc = "外网播放媒体库视频时,自动对下载器进行限速。"
# 插件图标
plugin_icon = "SpeedLimiter.jpg"
plugin_icon = "Librespeed_A.png"
# 插件版本
plugin_version = "1.0"
# 插件作者

View File

@@ -25,7 +25,7 @@ class TorrentTransfer(_PluginBase):
# 插件描述
plugin_desc = "定期转移下载器中的做种任务到另一个下载器。"
# 插件图标
plugin_icon = "torrenttransfer.jpg"
plugin_icon = "seed.png"
# 插件版本
plugin_version = "1.1"
# 插件作者