lcy
2025-11-25 477c9aa1858ac1950e429af1ba0ec91e883ed633
Main/Config/Configs/ModelConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年11月18日
//    [  Date ]:           2025年11月25日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -19,7 +19,7 @@
    public int ID;
   public int TabType;
   public string Name;
   public string FaceBg;
   public int ModelBgColor;
   public int SkinID;
   public int ExpireMinutes;
   public int UnlockWay;
@@ -48,7 +48,7 @@
         Name = tables[2];
         FaceBg = tables[3];
         int.TryParse(tables[3],out ModelBgColor);
         int.TryParse(tables[4],out SkinID);