From c8d3e3bc65d9d1021c41b07fbbedd0c6afeb2b8c Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 10 六月 2025 23:57:22 +0800
Subject: [PATCH] 0312 版本号统一显示格式;表格重复加载;去除登录界面音乐;隐私界面调整;界面存在动画才增加根节点,无动画时默认组件可交互,点击空关闭mask的层级问题
---
Main/System/MainInterfacePanel/MainRedDot.cs | 33 +++++++++++++++++++++++++++------
1 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/Main/System/MainInterfacePanel/MainRedDot.cs b/Main/System/MainInterfacePanel/MainRedDot.cs
index 9fc52c4..0aecf9f 100644
--- a/Main/System/MainInterfacePanel/MainRedDot.cs
+++ b/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; //澶╂槦濉旀垬浠ゅ叆鍙g孩鐐�
+ 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 @@
}
}
-
-}
--
Gitblit v1.8.0