hch
8 小时以前 8d5354f23b75fe5ff6187fd311c8b7857fb170c0
Main/Config/Configs/MainChapterConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Monday, August 4, 2025
//    [  Date ]:           2025年9月1日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,7 +12,8 @@
{
    static MainChapterConfig()
    {
        dic.Clear();
        // 访问过静态构造函数
        visit = true;
    }
    public int ChapterID;
@@ -20,7 +21,7 @@
   public string Level;
   public string MapBG;
   public int[][] DailyBootyUpperList;
   public string BootyWeightList;
   public string BG;
    public override int LoadKey(string _key)
    {
@@ -42,7 +43,7 @@
         DailyBootyUpperList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
         BootyWeightList = tables[5];
         BG = tables[5];
        }
        catch (Exception exception)
        {