diff --git a/Assets/GameFramework/Runtime/PatchLogic/PatchOperation.cs b/Assets/GameFramework/Runtime/PatchLogic/PatchOperation.cs index ae6cdd8..f66bb2b 100644 --- a/Assets/GameFramework/Runtime/PatchLogic/PatchOperation.cs +++ b/Assets/GameFramework/Runtime/PatchLogic/PatchOperation.cs @@ -170,7 +170,7 @@ public class PatchOperation return $"{_fallbackHostServer}/{fileName}"; } } - #endregion 初始化相关 + #endregion #region 版本和资源清单相关 public async UniTask RequestPackageVersion(bool showBox = true) { @@ -269,7 +269,7 @@ public class PatchOperation } return operation.Status == EOperationStatus.Succeed; } -#endregion 版本和资源清单相关 + #endregion #region 下载相关 public bool CreateDownloader() { @@ -354,5 +354,5 @@ public class PatchOperation else return $"{size / 1024f / 1024f:F1}MB"; } - #endregion 下载相关 + #endregion }