lcy
2026-07-08 027704eda6b5adffb17f9bfaca183071a9ef7e95
579 炼器大会 适配分支11
2个文件已修改
6 ■■■■ 已修改文件
Main/System/LianQi/LianQiRankAwardCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/LianQi/LianQiWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/LianQi/LianQiRankAwardCell.cs
@@ -42,7 +42,7 @@
                int itemID = rewardArr[i][0];
                itemCell.SetActive(true);
                itemCell.Init(new ItemCellModel(itemID, true, rewardArr[i][1]));
                itemCell.SetClickListener(() => ItemTipUtility.Show(itemID, true));
                itemCell.button.SetListener(() => ItemTipUtility.Show(itemID, true));
            }
            else
            {
Main/System/LianQi/LianQiWin.cs
@@ -59,7 +59,7 @@
            var serverIDList = act.GetServerIDList();
            if (serverIDList.Count == 0) return;
            if (null == VersionConfig.config)
            if (null == VersionConfig.Get())
            {
                throw new System.Exception("VersionConfig is null when show LianQi server list, check VersionConfig.GetAsync for more details");
            }
@@ -68,7 +68,7 @@
            for (int i = 0; i < serverIDList.Count; i++)
            {
                int serverID = serverIDList[i];
                if (VersionConfig.config.isBanShu)
                if (VersionConfig.Get().isBanShu)
                {
                    if (serverID != 8000)
                        continue;