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) },
};
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 @@
+
+
+
+