From 2aaa0e32b09e216427021b1f03d1d7791069c109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=B3=95=E6=89=8B=E7=88=B1=E4=B8=BD?= =?UTF-8?q?=E4=B8=9D?= <1747715394@qq.com> Date: Sun, 9 Nov 2025 21:52:18 +0800 Subject: [PATCH] 111 --- Assets/GameFramework/Runtime/PatchLogic/PatchOperation.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }