From aa84cb62bebb9c8a4e586bcc1ec28eb7a16a8860 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 26 一月 2026 18:10:34 +0800
Subject: [PATCH] 422 子 【内政】命格系统 / 【内政】命格系统-客户端

---
 Main/Config/Configs/MainChapterConfig.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Main/Config/Configs/MainChapterConfig.cs b/Main/Config/Configs/MainChapterConfig.cs
index 8ba4190..b90a297 100644
--- a/Main/Config/Configs/MainChapterConfig.cs
+++ b/Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�7鏈�26鏃�
+//    [  Date ]:           2025骞�9鏈�1鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -10,13 +10,18 @@
 
 public partial class MainChapterConfig : ConfigBase<int, MainChapterConfig>
 {
+    static MainChapterConfig()
+    {
+        // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+        visit = true; 
+    }
 
     public int ChapterID;
 	public string ChapterName;
 	public string Level;
 	public string MapBG;
 	public int[][] DailyBootyUpperList;
-	public string BootyWeightList;
+	public string BG;
 
     public override int LoadKey(string _key)
     {
@@ -38,7 +43,7 @@
 
 			DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
 
-			BootyWeightList = tables[5];
+			BG = tables[5];
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0