Main/System/Launch/LoadingWin.cs
@@ -59,7 +59,9 @@
    {
        base.OnPreOpen();
        currentProgress = targetProgress = 0;
        Refresh();
        Refresh();
        //打包版本 + 功能版本 + 语言ID
        m_Version.text = LoginManager.Instance.GetVersionStr();
    }
    protected override void OnPreClose()