hch
2026-03-31 862aeae51fdc2c8abd8753ac8d72c2ef2f07c03e
Main/System/HeroUI/HeroPosWin.cs
@@ -43,6 +43,9 @@
    [SerializeField] Transform caseesObj;
    FuncPresetChooseCells presetChooseCells;
    [SerializeField] Button funPresetBtn;
    Sequence sequence;
    CancellationTokenSource _cts;
    Queue<int> showConnectTipQueue = new Queue<int>();
@@ -95,6 +98,11 @@
        presetObj.transform.SetParentEx(caseesObj, Vector3.zero, Quaternion.identity, Vector3.one);
        presetChooseCells = presetObj.GetComponent<FuncPresetChooseCells>();
        presetChooseCells.ChangeAlignment(TextAnchor.MiddleCenter);
        funPresetBtn.AddListener(()=>
        {
            FuncPresetManager.Instance.ClickBattlePreset((int)BattlePreSetType.Story);
        });
    }
@@ -162,6 +170,8 @@
        fightPowerText.text = UIHelper.ReplaceLargeArtNum(FightPowerManager.Instance.GetTeamFightPower(HeroUIManager.Instance.selectTeamType, true));
        presetChooseCells.Display((int)BattlePreSetType.Story, (int)FuncPresetType.Team);
        funPresetBtn.SetActive(FuncPresetManager.Instance.IsPreShow());
    }
    void RefreshFlyHead()