mirror of
https://github.com/KOHGYLW/kiftd-source.git
synced 2025-01-08 12:07:47 +08:00
update to v1.2.0 细节优化
This commit is contained in:
parent
620698e384
commit
d5813216b8
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user