yyl
2025-06-13 eb1efcaa9be0e2340fc49b38dab8df18e36526c9
Main/System/MainInterfacePanel/MainRedDot.cs
@@ -8,10 +8,7 @@
using System.Collections.Generic;
using System;
namespace vnxbqy.UI
{
    public class MainRedDot : Singleton<MainRedDot>
    {
        public const int RedPoint_key = 1;
@@ -19,7 +16,7 @@
        public const int RedPoint_key1 = 106;
        public const int RedPoint_UpFuncBase = 2;
        public const int RedPoint_VipDot = 35;//VIP界面
        public const int RedPoint_Share= 66; //sdk分享等
        public const int RedPoint_Share = 66; //sdk分享等
        private Redpoint rightTopRedpint = new Redpoint(RedPoint_UpFuncBase);
@@ -113,6 +110,31 @@
        public readonly Redpoint fairyActivityRedpoint = new Redpoint(218);
        #endregion
        //IL红点 从400开始使用,单红点(400-599)尽量按顺序排
        public static int jpbnRedPoint = 401;       //极品白拿
        public static int zxthRedPoint = 402;       //在线特惠
        public static int gntqRedPoint = 403;       //功能特权卡
        public static int hfhdRedPoint = 406;       //合服活动
        public static int faqiRedPoint = 408;       //修炼(法器)红点
        public static int wfqzRedPoint = 409;       //玩法前瞻
        public static int QYRedPoint = 410;       //情缘
        public static int SugarRedPoint = 411;       //喜糖
        public static int CharmRedPoint = 412;       //提升魅力
        public static int XYYGRedPoint = 413;       //幸运云购
        public static int GSCJRedPoint = 416;       //古神成就
        public static int TTLRedPoint = 418;       //通天令
        public static int TDLBRedPoint = 421;       //天帝礼包
        public static int CrossServerQualifyingRedPoint = 423;   //跨服(万界)争霸
        public static int cbgRedpoint = 428;       //藏宝阁红点
        public static int achievementRedpoint = 431;       //成就红点
        public static int buy1Free5Redpoint = 433;       //买1送5红点
        public static int RechargeGenerousGiftWinRedpoint = 434;       //充值豪礼入口
        public static int LvZhanlingRedpoint = 435; //等级战令入口红点
        public static int RealmLvZhanlingRedpoint = 436;  //境界战令入口红点
        public static int CelestialStarTowerRedpoint = 437;  //天星塔战令入口红点
        public static int GuBaoTotalStarsRedpoint = 438;  //古宝战令入口红点
        public static int DailySpecialsRedpoint = 439;  //每日特惠入口红点
        public static int CZBMRedpoint = 440;  //成长必买入口红点
        // boss首杀
        public const int REDPOINT_BOSSFIRSTKILL = 600;
@@ -143,6 +165,7 @@
        public const int YunShiRepoint = 464; //运势
        public const int LianQiRepoint = 465; //仙匠大会
        public const int FairySiegeRepoint = 466; //仙盟攻城战
        public const int MailRepoint = 467; //邮箱
        public const int RedPoint_MR648 = 900; // BT功能红点 - 每日648
@@ -198,8 +221,6 @@
        }
    }
}