lcy
2026-04-22 88c90db6931233cf10213c6e7e4400ee29f980d0
Main/System/BattlePass/BattlePassManager.cs
@@ -135,10 +135,12 @@
                }
        }
        if (HeroDebutManager.IsZhanLingType(type))
        {
            HeroDebutManager.Instance.UpdateRedpoint();
            HeroReturnManager.Instance.UpdateRedpoint();
            return;
        }
    }
@@ -377,12 +379,16 @@
        }
        // 处理ZhanLing类型(从HeroDebutManager获取缓存的ZhanLingType列表)
        if (HeroDebutManager.IsZhanLingType(_type))
        {
            return HeroDebutManager.GetZhanLingValueByType(_type);
        }
        if (HeroReturnManager.IsZhanLingType(_type))
        {
            return HeroReturnManager.GetZhanLingValueByType(_type);
        }
        return 0;
    }
}