lcy
2025-12-30 6172203e9ce7c9f723099fec9c3313e31c8387b0
382 武将宿缘-客户端 修复字体描边显示
1个文件已修改
5 ■■■■■ 已修改文件
Main/System/HeroFates/HeroFatesCell.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/HeroFates/HeroFatesCell.cs
@@ -73,12 +73,11 @@
            int fatesNowStarCnt = manager.GetFatesNowStarCnt(fatesId);
            int nextNeedStarCnt = nextLVConfig.NeedStarTotal;
            txtHasHeroTotalStar.text = StringUtility.Concat(Language.Get("HeroFates05"), UIHelper.AppendColor(nextNeedStarCnt <= fatesNowStarCnt ? TextColType.LightGreen : TextColType.Red, Language.Get("HeroFates11", fatesNowStarCnt, nextNeedStarCnt)));
            txtFateName.color = UIHelper.GetUIColorByFunc(nextLVConfig.NeedQuality);
            outlineFateName.OutlineColor = UIHelper.GetUIOutlineColor(nextLVConfig.NeedQuality);
        }
        txtFateName.text = config.FatesName;
        txtFateName.color = UIHelper.GetUIColorByFunc(config.BGQuality);
        outlineFateName.OutlineColor = UIHelper.GetUIOutlineColor(config.BGQuality);
        DisplayLH(config);
        transAttr.SetActive(!isNoActive);