yyl
2026-03-04 bc1cb6da854cb2e9144f10ed55330a537ecdca16
Main/System/Battle/UIComp/BattleHeroInfoBar.cs
@@ -3,6 +3,7 @@
using UnityEngine.UI;
using System;
using DG.Tweening;
using Cysharp.Threading.Tasks;
/// <summary>
/// 战斗角色信息栏
@@ -191,7 +192,7 @@
                        cell.Init(buffData, () =>
                        {
                            //  点击buff图标 显示buff描述/当前身上所有buff
                        });
                        }).Forget();
                    }
                    else
                    {