lcy
5 小时以前 e19bcaa7ced9d17f7dae4672ae0c41710e178a60
Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Thursday, August 14, 2025
//    [  Date ]:           2025年9月1日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,6 +21,7 @@
   public string Level;
   public string MapBG;
   public int[][] DailyBootyUpperList;
   public string BG;
    public override int LoadKey(string _key)
    {
@@ -41,6 +42,8 @@
         MapBG = tables[3];
         DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
         BG = tables[5];
        }
        catch (Exception exception)
        {