fix: 调整进度条的步幅

This commit is contained in:
2025-08-17 14:23:35 +08:00
parent caa26c729e
commit 8e69c96891
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export type ProgressInfo = {
taskId: string;
/** Transpiled from server.Hubs.ProgressStatus */
status: ProgressStatus;
/** Transpiled from int */
/** Transpiled from double */
progressPercent: number;
/** Transpiled from string */
errorMessage: string;