优化FastHosts,增加Spend(耗时)

This commit is contained in:
injoyai
2025-06-18 13:50:23 +08:00
parent 34701c4197
commit 12079f1ee2
2 changed files with 21 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import (
func main() {
ls := tdx.FastHosts(tdx.Hosts...)
for _, v := range ls {
logs.Debug(v)
logs.Debug(v.Host, v.Spend)
}
logs.Debug("总数量:", len(ls))
}