yyl
2026-03-04 bc1cb6da854cb2e9144f10ed55330a537ecdca16
Main/System/AssetVersion/AssetVersionUtility.cs
@@ -5,6 +5,7 @@
using System.IO;
using System.Threading;
using System.Linq;
using Cysharp.Threading.Tasks;
public class AssetVersionUtility
{
@@ -72,8 +73,10 @@
    {
        if (task.IsDone)
        {
            PriorBundleConfig.LazyInit();
            GetAssetVersionFile();
            PriorBundleConfig.LazyInitAsync().ContinueWith(() =>
            {
                GetAssetVersionFile();
            }).Forget();
        }
        else
        {
@@ -87,7 +90,7 @@
    {
        if (task.IsDone)
        {
            OPConfigConfig.LazyInit();
            OPConfigConfig.LazyInitAsync().Forget();
        }
        else
        {