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
@@ -5,6 +5,7 @@ using BingoBrain.Core;
using BingoBrain.HotFix;
using FGUI.JBingoPlay;
using System.Collections.Generic;
using DontConfuse;
namespace BingoBrain
{
@@ -51,6 +52,7 @@ namespace BingoBrain
ui?.fx_show.Stop();
OnClearTween();
});
WebviewManager.Instance.SetDarkThough(true);
}
protected override void OnBind()
@@ -77,6 +79,7 @@ namespace BingoBrain
protected override void OnOpenBefore(object args)
{
WebviewManager.Instance.SetDarkThough(false);
InitView();
}
@@ -166,7 +169,7 @@ namespace BingoBrain
GameHelper.GetVideo("reward_extraFlip", isSuccess =>
{
if (isSuccess)
if (isSuccess)
{
var adwardModel = GameHelper.GetConfig<AdRewardModel>();
MaxClickNum = Mathf.Clamp(MaxClickNum + adwardModel.GetData("reward_extraFlip").rewardAmount,
@@ -230,11 +233,6 @@ namespace BingoBrain
private void ClickContinueBtn()
{
if (!canClick)
{
return;
}
OpenAll();
}
@@ -331,9 +329,7 @@ namespace BingoBrain
var tw1 = DOVirtual.DelayedCall(0.3f, () => { canClick = true; });
tweenerQueue.Enqueue(tw1);
});
rewardData.condition = GameHelper.IsCanGuide() ? RewardCondition.None : RewardCondition.AD;
rewardData.displayType =
RewardDisplayType.Dialog | RewardDisplayType.RewardFly | RewardDisplayType.ValueChange;
rewardData.displayType = RewardDisplayType.RewardFly | RewardDisplayType.ValueChange;
GameDispatcher.Instance.Dispatch(BingoInfo.GetReward, rewardData);
}
else