yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
Main/System/HeroUI/HeroGiftEatSuccessWin.cs
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.UI;
@@ -74,7 +75,7 @@
        var heroConfig = hero.heroConfig;
        taiziBG.SetSprite("herodz" + heroConfig.Quality);
        heroModel.Create(hero.SkinID, heroConfig.UIScale);
        heroModel.Create(hero.SkinID, heroConfig.UIScale).Forget();
        nameText.text = hero.breakLevel == 0 ? heroConfig.Name : Language.Get("herocardbreaklv", heroConfig.Name, hero.breakLevel);
        nameText.color = UIHelper.GetUIColorByFunc(heroConfig.Quality);
    }