From 22cc6e17b98ad9750fdc9f2a880200064b1f2596 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 15 一月 2026 19:46:13 +0800
Subject: [PATCH] 0312 广告统一加红点

---
 Main/Config/Configs/ADAwardConfig.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/ADAwardConfig.cs b/Main/Config/Configs/ADAwardConfig.cs
index 2ff9a2c..dfdbe0d 100644
--- a/Main/Config/Configs/ADAwardConfig.cs
+++ b/Main/Config/Configs/ADAwardConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Wednesday, November 19, 2025
+//    [  Date ]:           2026骞�1鏈�15鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -21,6 +21,9 @@
 	public int[][] ADAwardItemList;
 	public int ADAwardType;
 	public int ADAwardValue;
+	public int FuncID;
+	public int RedpointID;
+	public int ParentRedpointID;
 
     public override int LoadKey(string _key)
     {
@@ -41,6 +44,12 @@
 			int.TryParse(tables[3],out ADAwardType); 
 
 			int.TryParse(tables[4],out ADAwardValue); 
+
+			int.TryParse(tables[5],out FuncID); 
+
+			int.TryParse(tables[6],out RedpointID); 
+
+			int.TryParse(tables[7],out ParentRedpointID); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0