lcy
2025-05-21 eb76672d31b4fe975f95f86fba59895c826762c9
59 子 【常规】邮件系统 / 【常规】邮件系统-客户端 红点组件

1.修复CrossServerUtility缺少引用报错
2.将在il层定义的红点统一移到MainRedDot中
2个文件已修改
2个文件已删除
78 ■■■■■ 已修改文件
Main/System/CrossServer/CrossServerUtility.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/MainInterfacePanel/MainRedDot.cs 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/MainInterfacePanel/MainRedPoint.cs 40 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/MainInterfacePanel/MainRedPoint.cs.meta 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/CrossServer/CrossServerUtility.cs
@@ -1,7 +1,7 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using vnxbqy.UI;
public class CrossServerUtility
{
Main/System/MainInterfacePanel/MainRedDot.cs
@@ -113,6 +113,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;
Main/System/MainInterfacePanel/MainRedPoint.cs
File was deleted
Main/System/MainInterfacePanel/MainRedPoint.cs.meta
File was deleted