This commit is contained in:
2026-07-15 14:24:29 +08:00
parent b4fc8e6ee8
commit bcfb244b0f
46 changed files with 3659 additions and 294 deletions
@@ -10,6 +10,7 @@ using FGUI.G009_video;
using Newtonsoft.Json;
using Roy.Datas;
using Random = UnityEngine.Random;
using DontConfuse;
namespace ScrewsMaster
{
@@ -55,7 +56,7 @@ namespace ScrewsMaster
closeCallback?.Invoke();
if (_settlementData != null && _settlementData.is_h5_reward)
{
WebviewManager.Instance.ShowH5View(true);
SdkManager.Instance.ShowH5View(true);
GameDispatcher.Instance.Dispatch(GameMsg.resetH5progress);
}
@@ -87,7 +88,7 @@ namespace ScrewsMaster
if (_settlementData.is_h5_reward)
{
WebviewManager.Instance.ShowH5View(false);
SdkManager.Instance.ShowH5View(false);
}
_isTaskReward = false;