From a9b4bb435fc0eda83fa5338f40ff854bd9844361 Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期一, 22 二月 2021 17:53:33 +0800
Subject: [PATCH] Merge branch 'master' into ILRuntime

---
 System/MainInterfacePanel/MainRedDot.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/System/MainInterfacePanel/MainRedDot.cs b/System/MainInterfacePanel/MainRedDot.cs
index 272d9cb..987516f 100644
--- a/System/MainInterfacePanel/MainRedDot.cs
+++ b/System/MainInterfacePanel/MainRedDot.cs
@@ -98,6 +98,11 @@
         #region 寮�鏈嶆椿鍔ㄧ孩鐐�
         public const int REDPOINT_OPENSERVER = 209;
         public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
+
+        //280 寮�澶寸敤浜庤妭鏃ョ绂�
+        public const int RedPoint_HolidayWishes = 280;
+        public Redpoint holidayWishesRedpoint = new Redpoint(RedPoint_HolidayWishes);
+
         #endregion
         public const int REDPOINT_OPENRANK = 258;
         public Redpoint openRankRedpoint = new Redpoint(REDPOINT_OPENRANK);

--
Gitblit v1.8.0