From 67b3dc1e31977a08dfeb9a976af27019b54ba80b Mon Sep 17 00:00:00 2001 From: changyunjia <905640960@qq.com> Date: Wed, 15 Jul 2026 17:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs b/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs index 319aa5f..5a42505 100644 --- a/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs +++ b/Assets/CrazyZoo/Runtime/Logic/ModuleUI/GameLogin/GameLoginUI.cs @@ -94,8 +94,13 @@ namespace ScrewsMaster break; } }); - - + ui.btn_debug0.SetClick(() => + { + MaxSdk.ShowMediationDebugger(); + }); +#if JarvisRelease + ui.btn_debug0.visible=false; +#endif // Action closeCallback = null; // var meteor = FXManager.Instance.SetFx(ui.pla1, Fx_Type.meteor, ref closeCallback); // meteor.state.SetAnimation(0, "liziguang1", true);