fix color

This commit is contained in:
jxxghp
2023-11-30 18:22:20 +08:00
parent aacd154914
commit 1dfe7a7d15
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@
"name": "下载器文件同步",
"description": "同步下载器的文件信息到数据库,删除文件时联动删除下载任务。",
"version": "1.0",
"icon": "sync_file.png",
"icon": "Youtube-dl_A.png",
"author": "thsrite",
"level": 1
},

View File

@@ -20,7 +20,7 @@ class SyncDownloadFiles(_PluginBase):
# 插件描述
plugin_desc = "同步下载器的文件信息到数据库,删除文件时联动删除下载任务。"
# 插件图标
plugin_icon = "sync_file.png"
plugin_icon = "Youtube-dl_A.png"
# 插件版本
plugin_version = "1.0"
# 插件作者