This commit is contained in:
jxxghp
2023-12-06 07:09:36 +08:00
parent 06fc252def
commit 62e4ad17c3
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
},
"SiteRefresh": {
"name": "站点自动更新",
"description": "自动登录获取站点Cookie和User-Agent。",
"description": "使用浏览器模拟登录站点获取Cookie和UA。",
"version": "1.0",
"icon": "Chrome_A.png",
"author": "thsrite",

View File

@@ -13,7 +13,7 @@ class SiteRefresh(_PluginBase):
# 插件名称
plugin_name = "站点自动更新"
# 插件描述
plugin_desc = "自动登录获取站点Cookie和User-Agent"
plugin_desc = "使用浏览器模拟登录站点获取Cookie和UA"
# 插件图标
plugin_icon = "Chrome_A.png"
# 插件版本