From a9ef94ee7a7a41d6f4358dca25e394d8373a16c1 Mon Sep 17 00:00:00 2001 From: Yuntao Hu <695250295@qq.com> Date: Thu, 15 Aug 2024 15:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prefab/StartScene/Newest/UI_StartGameInterface.prefab | 6 +++--- .../Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab b/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab index 5c5411251bc..415e5a43720 100644 --- a/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab +++ b/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab @@ -3359,7 +3359,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: [] m_text: "\u6211\u5DF2\u8BE6\u7EC6\u9605\u8BFB\u5E76\u540C\u610F\u300A\u8BB8\u53EF\u670D\u52A1\u534F\u8BAE\u300B - \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" + \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: d996718f19de68245bc356be2938e063, type: 2} m_sharedMaterial: {fileID: -8559898196655864114, guid: d996718f19de68245bc356be2938e063, @@ -7272,7 +7272,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: [] m_text: "\u6211\u5DF2\u8BE6\u7EC6\u9605\u8BFB\u5E76\u540C\u610F\u300A\u8BB8\u53EF\u670D\u52A1\u534F\u8BAE\u300B - \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" + \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: d996718f19de68245bc356be2938e063, type: 2} m_sharedMaterial: {fileID: -8559898196655864114, guid: d996718f19de68245bc356be2938e063, @@ -9863,7 +9863,7 @@ PrefabInstance: type: 3} propertyPath: m_text value: "\u6211\u5DF2\u8BE6\u7EC6\u9605\u8BFB\u5E76\u540C\u610F\u300A\u8BB8\u53EF\u670D\u52A1\u534F\u8BAE\u300B - \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" + \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: diff --git a/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs b/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs index a429022adb1..51e06b92f87 100644 --- a/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs +++ b/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs @@ -164,6 +164,11 @@ public class UI_StartGameInterfaceController : UIWindow Application.OpenURL("http://47.94.221.226:8989/privacy_agreement.txt"); //CallAction(Gameplay.Net.AppConfig.Instance.LoginURL + "agreements"); }, + () => + { + Application.OpenURL("http://47.94.221.226:8989/children_privacy_agreement.txt"); + //CallAction(Gameplay.Net.AppConfig.Instance.LoginURL + "agreements"); + }, }); } linkText.SetOtherAreaClicked(() => agreement.isOn = !agreement.isOn);