mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-17 15:09:25 +00:00
fix icon
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"name": "站点自动更新",
|
||||
"description": "自动登录获取站点Cookie和User-Agent。",
|
||||
"version": "1.0",
|
||||
"icon": "Cookiecloud_A.png",
|
||||
"icon": "Chrome_A.png",
|
||||
"author": "thsrite",
|
||||
"level": 2
|
||||
},
|
||||
|
||||
@@ -15,7 +15,7 @@ class SiteRefresh(_PluginBase):
|
||||
# 插件描述
|
||||
plugin_desc = "自动登录获取站点Cookie和User-Agent。"
|
||||
# 插件图标
|
||||
plugin_icon = "Cookiecloud_A.png"
|
||||
plugin_icon = "Chrome_A.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user