mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-06 03:55:48 +08:00
终端统计中显示系统和浏览器的版本号
This commit is contained in:
@@ -75,7 +75,7 @@ func (this *ClientsAction) RunGet(params struct {
|
||||
"count": stat.Count,
|
||||
"system": maps.Map{
|
||||
"id": stat.ClientSystem.Id,
|
||||
"name": stat.ClientSystem.Name,
|
||||
"name": stat.ClientSystem.Name + " " + stat.Version,
|
||||
},
|
||||
})
|
||||
}
|
||||
@@ -97,7 +97,7 @@ func (this *ClientsAction) RunGet(params struct {
|
||||
"count": stat.Count,
|
||||
"browser": maps.Map{
|
||||
"id": stat.ClientBrowser.Id,
|
||||
"name": stat.ClientBrowser.Name,
|
||||
"name": stat.ClientBrowser.Name + " " + stat.Version,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user