少年修仙传客户端代码仓库
hch
2025-02-12 4507a8a759986bb2232e24c43cc3fa06a4330a60
0312 下载优化 和 版本号显示
1个文件已修改
7 ■■■■ 已修改文件
System/Login/LoginWin.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Login/LoginWin.cs
@@ -40,6 +40,7 @@
        [SerializeField] RichText m_BanHao;
        [SerializeField] RichText[] m_BanHaos;
        [SerializeField] Button m_CleanCache;
        [SerializeField] Text verInfo;
        LoginModel model { get { return ModelCenter.Instance.GetModel<LoginModel>(); } }
@@ -70,6 +71,7 @@
        protected override void OnPreOpen()
        {
            verInfo.text = StringUtility.Contact("ver ", InitialFunctionConfig.Get("version").Numerical1);
            ServerListCenter.Instance.RequestPlayerServerList();
            model.isLogined = false;
            ServerListCenter.Instance.FiltrateDefaultServerAndServerGroup();
@@ -161,8 +163,9 @@
        {
            base.OnActived();
            m_AlphaTween.Play(() => {
                firstOpenEnd = true;
            m_AlphaTween.Play(() => {
                firstOpenEnd = true;
                InGameDownLoad.Instance.downLoadGo = false;
                DownloadMgr.MaxDownLoadTask = InGameDownLoad.Instance.GetMaxTask();
            });
        }