yyl
2026-03-26 1ab047b5fdd933c38ba0519ec2e83a44512ea8d7
Main/System/Launch/LoadingWin.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.UI;
@@ -58,7 +59,10 @@
        currentProgress = targetProgress = 0;
        Refresh();
        //打包版本 + 功能版本 + 语言ID
        m_Version.text = LoginManager.Instance.GetVersionStr();
        LoginManager.Instance.GetVersionStr().ContinueWith(versionStr =>
        {
            m_Version.text = versionStr;
        }).Forget();
    }
    protected override void OnPreClose()