fix:1、添加h5.2、修复bug

This commit is contained in:
2026-06-25 14:22:52 +08:00
parent d2741d39be
commit 6ff428bdf2
18 changed files with 130 additions and 79 deletions
@@ -91,6 +91,7 @@ namespace IgnoreOPS
public int[] WVOffset;
public string X_Redeemcode;
public string X_ShopURL;
public CommonModel(string key) : base(key)
@@ -31,6 +31,8 @@ namespace IgnoreOPS
public int Active_time;
public int Active_time_Down;
public int Active_Limit_times;
public string[] T_Redeemcode;
public string T_ShopURL;
}
public class MakeupModel_2 : ConfigModel<MakeupModel_2, Makeup_2>
@@ -63,5 +65,7 @@ namespace IgnoreOPS
public int Reset_time;
public float ADIncrease;
public int PayIncrease;
public string[] C_Redeemcode;
public string C_ShopURL;
}
}