h5sdk提交

This commit is contained in:
2026-07-06 16:31:08 +08:00
parent 761e670f01
commit 3c0298f19f
1183 changed files with 107360 additions and 42666 deletions
@@ -129,8 +129,12 @@ namespace BingoBrain
{
GameHelper.DelayedShowGObject(this, ui.closeButton, ui.btn_claim);
}
if (ConfigSystem.GetConfig<CommonModel>().PiggyBankSwitch == 1) ui.btn_more.GetChild("img_saveingpot").visible = true;
}
}
if (GameHelper.IsGiftSwitch()) ui.img_diamond.visible = false;
else ui.img_ch.visible = false;
}
private void OpenCloseClick(bool val)
@@ -142,7 +146,8 @@ namespace BingoBrain
private void OnBtnClaimClick()
{
GameHelper.ShowInterstitial("interstitial_skipAd");
// GameHelper.ShowInterstitial("interstitial_skipAd");
GameHelper.addInterAdnumber();
OpenCloseClick(false);
if (data.cont_index == ui._Extra_extraball)
{