update to v1.2.0 细节优化

This commit is contained in:
kohgylw 2023-12-29 23:08:13 +08:00
parent 620698e384
commit d5813216b8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Fri Dec 29 22:48:20 CST 2023
#Fri Dec 29 23:07:37 CST 2023
m2e.projectLocation=/Users/kohgylw/Programs/java_workspace/kiftd
m2e.projectName=kiftd
groupId=kohgylw

View File

@ -473,7 +473,7 @@ $(function() {
// 获取成功则解析其中的信息并显示
var folderCountResult = eval("(" + result + ")");
$("#fim_folderSize").text(formatFileSize(folderCountResult.totalSize));
$("#fim_statistics_total").html("内部总计包含" + folderCountResult.folderNum + "个文件夹," + folderCountResult.fileNum + "个文件)");
$("#fim_statistics_total").html("总计包含" + folderCountResult.folderNum + "个文件夹," + folderCountResult.fileNum + "个文件)");
}
// 最后请求完成清空请求对象
folderCountRequest = null;