Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Oct 18, 2024
1 parent c284e9e commit ae0a1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ ips-v4.txt # 缓存IPv4库
ips-v6.txt # 缓存IPv6库
locations.json # CF数据中心json文件
Newtonsoft.Json.dll # 验证版本信息组件
Newtonsoft.Json.xml # 验证版本信息组件
```

## Star 星星走起
Expand Down
2 changes: 1 addition & 1 deletion ipCsv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private void button1_Click(object sender, EventArgs e)
数据中心 = s.DataCenter,
出现次数 = s.Count,
城市 = s.City,
平均网络延迟 = s.AverageLatency.ToString("F2") + " ms",
平均延迟 = s.AverageLatency.ToString("F0") + " ms",
最低延迟 = s.MinLatency + " ms"
}).ToList();

Expand Down

0 comments on commit ae0a1bf

Please sign in to comment.