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
+5 -4
View File
@@ -87,10 +87,10 @@ namespace ScrewsMaster
SaveingPotHelper.CheckSaveingPot();
SaveingPotHelper.TestingClearTime();
if (GameHelper.IsGiftSwitch())
{
WebviewManager.Instance.openWebview();
}
// if (GameHelper.IsGiftSwitch())
// {
// WebviewManager.Instance.openWebview();
// }
});
}
@@ -98,6 +98,7 @@ namespace ScrewsMaster
private void ShowScene()
{
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.GameLoginUI_Open);
LoginSystem_sdk.Instance.RequestLogin();
}
public override void Dispose()