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
@@ -1,5 +1,6 @@
namespace ScrewsMaster
{
using DontConfuse;
using FairyGUI;
using FGUI.G006_menu;
@@ -38,7 +39,7 @@ namespace ScrewsMaster
protected override void OnClose()
{
WebviewManager.Instance.SetDarkThough(true);
SdkManager.Instance.SetDarkThough(true);
CommonHelper.FadeOut(ui);
}
@@ -49,7 +50,7 @@ namespace ScrewsMaster
protected override void OnOpenBefore(object args)
{
WebviewManager.Instance.SetDarkThough(false);
SdkManager.Instance.SetDarkThough(false);
InitData();
InitView();
}