Skip to content

Commit 1be724f

Browse files
committed
chore: 修复面板进度条显示错误
1 parent 0474017 commit 1be724f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ async function load() {
14701470
current = Tools.formatUnitNumber(current)
14711471
total = Tools.formatUnitNumber(total)
14721472
}
1473-
$dashboard_locals.info_progressbar_bar.postfix.text(`${data.current}/${data.total} [${running}<${d}, ${speed}${data.unit}/s${postfix}]`)
1473+
$dashboard_locals.info_progressbar_bar.postfix.text(`${current}/${total} [${running}<${d}, ${speed}${data.unit}/s${postfix}]`)
14741474
}
14751475

14761476
$dashboard_locals.info_progressbar.removeClasses("hidden")

0 commit comments

Comments
 (0)