feat: 排行榜时间列支持点击排序(created_at,最新在前/最早在前可切换)
This commit is contained in:
@@ -293,6 +293,8 @@ func (h *Handler) Rankings(c *gin.Context) {
|
||||
col = "upload_mbps"
|
||||
case "latency":
|
||||
col = "latency_ms"
|
||||
case "created":
|
||||
col = "created_at"
|
||||
default:
|
||||
sortField, col = "download", "download_mbps"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user