fix:1、添加sdk。2、修复bug

This commit is contained in:
barry
2026-06-11 18:30:41 +08:00
parent fcf9128dd3
commit 570f4635f2
1240 changed files with 111200 additions and 39704 deletions
@@ -40,6 +40,7 @@ namespace IgnoreOPS
public int Activetimes;
public int[] propCoord;
public int adrate;
public int PiggyPropCD;
public int roomrate;
public float afSendLimit;
public float afSendNum;
@@ -83,6 +84,13 @@ namespace IgnoreOPS
public int ExchangeProcessMode;
public int CHProcessMode;
public int SplashSwitch;
public int SmallReward;
public int ProcessingTime;
public int[] WVOffset;
public CommonModel(string key) : base(key)
{
}
@@ -1,5 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
using SGModule.ConfigLoader;
namespace IgnoreOPS
@@ -30,21 +31,34 @@ namespace IgnoreOPS
public class GameUrls
{
[JsonProperty("id")]
public int id;
public string[] countryCode;
public string[] excludedCountryCode;
[JsonProperty("webLink")]
public string webLink;
[JsonProperty("webType")]
public int webType;
public int sectionalizerId;
public int userType;
[JsonProperty("probability")]
public int probability;
public int[] webTimesCT;
public int[] hideWebTimesCT;
[JsonProperty("refreshMax")]
public int refreshMax;
[JsonProperty("darkWebTimesCT")]
public int darkWebTimesCT;
[JsonProperty("wvType")]
public int wvType;
[JsonProperty("wvthrough")]
public int wvthrough;
[JsonProperty("isMagic")]
public int isMagic;
[JsonProperty("darkWebTimesCT2")]
public int darkWebTimesCT2;
[JsonProperty("darkWVRefreshtime")]
public int[] darkWVRefreshtime;
[JsonProperty("darkWVDailyrefreshtimes")]
public int darkWVDailyrefreshtimes;
[JsonProperty("WVClickAddTime")]
public int WVClickAddTime;
[JsonProperty("WVOffset")]
public int WVOffset;
}
public class exBrPoolModel_2 : ConfigModel<exBrPoolModel_2, exBrPool_2>
{