三国卡牌客户端基础资源仓库
hch
2025-09-15 fe8f91b318a8ef97b946323831c1d505c6ffefbe
Assets/Launch/Manager/LocalResManager.cs
@@ -403,7 +403,7 @@
    public async void InitTable(Action OnComplete = null)
    {
        if (isPCTestDownLoad || Application.isMobilePlatform || VersionConfigEx.Get().assetAccess == VersionConfigEx.InstalledAsset.IngoreDownLoad)
        if (isPCTestDownLoad || Application.isMobilePlatform)// || VersionConfigEx.Get().assetAccess == VersionConfigEx.InstalledAsset.IngoreDownLoad)
        {
            //读取的一定是StreamingAssetPath路径
            await ReadText("logicbytes", (isOK, value) =>