From 52df52ed15c64437caea273fbce35286c238b3d6 Mon Sep 17 00:00:00 2001 From: SunChengyong Date: Thu, 28 May 2026 13:39:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=205899=20=E3=80=90=E9=B8=BF=E8=92=99?= =?UTF-8?q?=E3=80=91=E7=A1=AC=E4=BB=B6=E8=BF=94=E5=9B=9E=E9=94=AE=E5=9C=A8?= =?UTF-8?q?=E9=B8=BF=E8=92=99=E5=8C=85=E5=86=85=E6=97=A0=E6=B3=95=E7=94=9F?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectNLD/Assets/Code/Scripts/Framework/Input/InputManager.cs | 2 +- ProjectNLD/Assets/PhxhSDK | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectNLD/Assets/Code/Scripts/Framework/Input/InputManager.cs b/ProjectNLD/Assets/Code/Scripts/Framework/Input/InputManager.cs index fed45eca59f..f1f87653a36 100644 --- a/ProjectNLD/Assets/Code/Scripts/Framework/Input/InputManager.cs +++ b/ProjectNLD/Assets/Code/Scripts/Framework/Input/InputManager.cs @@ -363,7 +363,7 @@ public class InputManager : SingletonMono /// 是否按下了返回键 public bool CheckIsBackKeyDown() { -#if UNITY_ANDROID || UNITY_EDITOR +#if UNITY_ANDROID || UNITY_EDITOR || UNITY_OPENHARMONY if (Input.GetKeyDown(KeyCode.Escape)) { diff --git a/ProjectNLD/Assets/PhxhSDK b/ProjectNLD/Assets/PhxhSDK index 8dca34abef3..a6f72cc3388 160000 --- a/ProjectNLD/Assets/PhxhSDK +++ b/ProjectNLD/Assets/PhxhSDK @@ -1 +1 @@ -Subproject commit 8dca34abef3a7dcd159a214178b4971e0860fb75 +Subproject commit a6f72cc3388f1bb03253b0117355ca0bfdf18c37