修改提示文本

This commit is contained in:
ww-rm
2025-03-03 21:52:18 +08:00
parent a4fd366975
commit 2c6c1034b1

View File

@@ -102,6 +102,7 @@ namespace SpineViewer.Controls
int success = 0;
int error = 0;
worker.ReportProgress(0, $"已处理 0/{totalCount}");
for (int i = 0; i < totalCount; i++)
{
if (worker.CancellationPending)