fix:修改非选项1时的测速逻辑,区分中英文测速使用不同的节点逻辑

This commit is contained in:
spiritlhl
2026-01-13 11:23:21 +08:00
parent e5c4b0ce8e
commit e4a759fceb
5 changed files with 162 additions and 54 deletions

View File

@@ -27,7 +27,7 @@ import (
)
var (
ecsVersion = "v0.1.108" // 融合怪版本号
ecsVersion = "v0.1.109" // 融合怪版本号
configs = params.NewConfig(ecsVersion) // 全局配置实例
userSetFlags = make(map[string]bool) // 用于跟踪哪些参数是用户显式设置的
)