This commit is contained in:
2025-11-09 21:52:18 +08:00
parent 5fdb3183f2
commit 2aaa0e32b0

View File

@@ -170,7 +170,7 @@ public class PatchOperation
return $"{_fallbackHostServer}/{fileName}"; return $"{_fallbackHostServer}/{fileName}";
} }
} }
#endregion #endregion
#region #region
public async UniTask<bool> RequestPackageVersion(bool showBox = true) public async UniTask<bool> RequestPackageVersion(bool showBox = true)
{ {
@@ -269,7 +269,7 @@ public class PatchOperation
} }
return operation.Status == EOperationStatus.Succeed; return operation.Status == EOperationStatus.Succeed;
} }
#endregion #endregion
#region #region
public bool CreateDownloader() public bool CreateDownloader()
{ {
@@ -354,5 +354,5 @@ public class PatchOperation
else else
return $"{size / 1024f / 1024f:F1}MB"; return $"{size / 1024f / 1024f:F1}MB";
} }
#endregion #endregion
} }