111
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user