fix python-hosts

This commit is contained in:
DDSRem
2026-03-25 11:45:08 +08:00
parent 7f41a8a5f2
commit bd3f6fe2e5
3 changed files with 4 additions and 2 deletions

View File

@@ -191,12 +191,13 @@
"name": "自定义Hosts",
"description": "修改系统hosts文件加速网络访问。",
"labels": "网络",
"version": "1.2",
"version": "1.2.1",
"icon": "hosts.png",
"author": "thsrite",
"level": 1,
"v2": true,
"history": {
"v1.2.1": "更新依赖",
"v1.2": "支持写入注释",
"v1.1": "关闭插件时自动恢复系统hosts"
}

View File

@@ -18,7 +18,7 @@ class CustomHosts(_PluginBase):
# 插件图标
plugin_icon = "hosts.png"
# 插件版本
plugin_version = "1.2"
plugin_version = "1.2.1"
# 插件作者
plugin_author = "thsrite"
# 作者主页

View File

@@ -0,0 +1 @@
python-hosts~=1.1.2