From 4610aa229ae7465acef5abc28bafa98ef6124d67 Mon Sep 17 00:00:00 2001
From: shenjianxing <”315615051@qq.com“>
Date: Mon, 30 Dec 2024 16:19:29 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?=
=?UTF-8?q?=E8=AF=B4=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Doc/Xml配置文档.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Doc/Xml配置文档.xml b/Doc/Xml配置文档.xml
index c2f8432c..4c5ab3e3 100644
--- a/Doc/Xml配置文档.xml
+++ b/Doc/Xml配置文档.xml
@@ -184,6 +184,10 @@
+
+
+
+
From ce7876be96547ffdba2394f647288bcb84ebc4b8 Mon Sep 17 00:00:00 2001
From: shenjianxing <”315615051@qq.com“>
Date: Mon, 30 Dec 2024 16:24:41 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E8=A1=A5=E5=85=85UI=E7=B1=BB=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Assets/Scripts/Actions/ActionHelper.cs | 1 +
1 file changed, 1 insertion(+)
diff --git a/Assets/Scripts/Actions/ActionHelper.cs b/Assets/Scripts/Actions/ActionHelper.cs
index 9ba39189..d045490c 100644
--- a/Assets/Scripts/Actions/ActionHelper.cs
+++ b/Assets/Scripts/Actions/ActionHelper.cs
@@ -15,6 +15,7 @@ public class ActionHelper
{ "UIOperationList", typeof(UIOperationList) },
{ "UIBtns", typeof(QFramework.Example.UIBtns) },
{ "UITools", typeof(QFramework.Example.UITools) },
+ { "UIHint", typeof(QFramework.Example.UIHint) },
{ "UICameraSwitch", typeof(QFramework.Example.UICameraSwitch) },
};