bingo b面修改

This commit is contained in:
2026-05-08 11:03:44 +08:00
parent ad5920ac6a
commit 5d32fd56f4
1780 changed files with 36187 additions and 73978 deletions
+13 -2
View File
@@ -98,7 +98,7 @@ namespace BingoBrain
// Debug.Log("kkkkkkkkkkkkkkkkkkkkkk" + needDownloadConfigFile);
// Debug.Log("kkkkkkkkkkkkkkkkkkkkkk" + savedCfgName);
if (needDownloadConfigFile)
if (false)
{
IsfvKit.StartCoroutine(CachKit.GetTextFromUrl($"{NetworkKit.CDNUrl}config/{CDNConfigFileName}",
configFileName, (content) =>
@@ -137,6 +137,7 @@ namespace BingoBrain
private void ParseConfig(string json)
{
Debug.Log(json);
if (json == null)
{
return;
@@ -289,10 +290,14 @@ namespace BingoBrain
GetGameConfig<exBrPoolModel_2, exBrPool_2>(dictionary);
GetGameConfig<MakeupModel_2, makeup_2>(dictionary);
GetGameConfig<MultigiftModel, Multigift>(dictionary);
GetGameConfig<ExchangeDesModel, ExchangeDescriptors>(dictionary);//兑换
Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ExchangeDesModel>().dataList));
exBrPoolModel.config_name_list = ConfigSystem.GetConfig<exBrPoolModel>().dataList[0].user_name.Split(",").ToList();
exBrPoolModel.config_money_list = ConfigSystem.GetConfig<exBrPoolModel>().dataList[0].amount.Split(",").ToList();
exBrPoolModel_2.config_name_list = ConfigSystem.GetConfig<exBrPoolModel_2>().dataList[0].user_name.Split(",").ToList();
exBrPoolModel_2.config_money_list = ConfigSystem.GetConfig<exBrPoolModel_2>().dataList[0].amount.Split(",").ToList();
// exBrPoolModel.getFaqData();
if (PreferencesMgr.Instance.ActiveMissions != null)
{
@@ -329,7 +334,13 @@ namespace BingoBrain
}
}
Debug.Log(SaveData.GetSaveobject());
if (SaveData.GetSaveobject().ExchangeProcessMode < 0)
{
SaveData.GetSaveobject().ExchangeModeToggle = ConfigSystem.GetConfig<CommonModel>().ExchangeModeToggle;
SaveData.GetSaveobject().ExchangeProcessMode = ConfigSystem.GetConfig<CommonModel>().ExchangeProcessMode;
SaveData.GetSaveobject().CHProcessMode = ConfigSystem.GetConfig<CommonModel>().CHProcessMode;
}
// Debug.Log("888888888888888888");
}