From c6a7ac3739907e8bb7c751d408e227e19f246f49 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 08 五月 2026 17:27:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/Config/Configs/ADAwardConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/ADAwardConfig.cs b/Main/Config/Configs/ADAwardConfig.cs
index dfdbe0d..23a9130 100644
--- a/Main/Config/Configs/ADAwardConfig.cs
+++ b/Main/Config/Configs/ADAwardConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2026骞�1鏈�15鏃�
+// [ Date ]: Monday, April 27, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -24,6 +24,7 @@
public int FuncID;
public int RedpointID;
public int ParentRedpointID;
+ public string Name;
public override int LoadKey(string _key)
{
@@ -50,6 +51,8 @@
int.TryParse(tables[6],out RedpointID);
int.TryParse(tables[7],out ParentRedpointID);
+
+ Name = tables[8];
}
catch (Exception exception)
{
--
Gitblit v1.8.0