优化界面

This commit is contained in:
刘祥超
2021-08-17 10:48:38 +08:00
parent a8f1056c3c
commit 04cea4dbd6
4 changed files with 38 additions and 26 deletions

View File

@@ -120,6 +120,9 @@ func (this *IndexAction) RunGet(params struct {
}
if resp.IpRegionMap != nil {
for ip, region := range resp.IpRegionMap {
if len(region.Isp) > 0 {
region.Summary += " | " + region.Isp
}
regionMap[ip] = region.Summary
}
}