-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文件大小显示不太准 #227
Comments
goindex-theme-acrou/src/utils/AcrouUtil.js Line 153 in facd77d
|
https://github.com/NUSC/goindex-theme-acrou/blob/f51634fa5b30ddeaf92f907e43fdbb3da3290b97/src/utils/AcrouUtil.js#L153 |
我认为应该是:
这样就能避免显示成比如1023KB的情况,还能正确地显示大小 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
同一个文件,大小945M,在goindex显示的是990.90M。算了一下,应该是按1000换算的,能不能改回按1024换算?在哪里改?
The text was updated successfully, but these errors were encountered: