This commit is contained in:
Daniel 2024-12-06 09:35:11 +08:00
parent 3d5c08e8b1
commit 66d7a6cd25
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -86,7 +86,7 @@ func statAsset(c *gin.Context) {
ret.Data = map[string]interface{}{
"size": info.Size(),
"hSize": humanize.BytesCustomCeil(uint64(info.Size()), 2),
"hSize": humanize.IBytesCustomCeil(uint64(info.Size()), 2),
"created": created,
"hCreated": hCreated,
"updated": updated,