fix python_hosts

This commit is contained in:
DDSRem
2026-03-26 17:52:58 +08:00
committed by jxxghp
parent e101d5c2bd
commit 77f399ffa0
3 changed files with 4 additions and 2 deletions

View File

@@ -221,12 +221,13 @@
"name": "Cloudflare IP优选",
"description": "🌩 测试 Cloudflare CDN 延迟和速度自动优选IP。",
"labels": "网络,站点",
"version": "1.5",
"version": "1.5.1",
"icon": "cloudflare.jpg",
"author": "thsrite",
"level": 1,
"v2": true,
"history": {
"v1.5.1": "更新依赖",
"v1.5": "适配CloudflareSpeedTest新版名称",
"v1.4": "修复立即运行一次",
"v1.3": "调整插件开启状态判断条件",

View File

@@ -32,7 +32,7 @@ class CloudflareSpeedTest(_PluginBase):
# 插件图标
plugin_icon = "cloudflare.jpg"
# 插件版本
plugin_version = "1.5"
plugin_version = "1.5.1"
# 插件作者
plugin_author = "thsrite"
# 作者主页

View File

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