修正细节

This commit is contained in:
liuyanxi975
2022-05-31 15:12:15 +08:00
parent 433277df2e
commit cdc44ede31
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ var funcMap = template.FuncMap{
},
"TransLeft": func(a, b uint64) string {
if a < b {
return "0KB"
return "0B"
}
return bytefmt.ByteSize(a - b)
},