Skip to content

Commit ae0a1bf

Browse files
committed
优化
1 parent c284e9e commit ae0a1bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ ips-v4.txt # 缓存IPv4库
8484
ips-v6.txt # 缓存IPv6库
8585
locations.json # CF数据中心json文件
8686
Newtonsoft.Json.dll # 验证版本信息组件
87+
Newtonsoft.Json.xml # 验证版本信息组件
8788
```
8889

8990
## Star 星星走起

ipCsv.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private void button1_Click(object sender, EventArgs e)
133133
数据中心 = s.DataCenter,
134134
出现次数 = s.Count,
135135
城市 = s.City,
136-
平均网络延迟 = s.AverageLatency.ToString("F2") + " ms",
136+
平均延迟 = s.AverageLatency.ToString("F0") + " ms",
137137
最低延迟 = s.MinLatency + " ms"
138138
}).ToList();
139139

0 commit comments

Comments
 (0)