From 9b03e6d321edffb4cd4ce79cfb358291c641ca35 Mon Sep 17 00:00:00 2001 From: yangjing Date: Tue, 5 Jul 2022 13:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs b/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs index f255cce8..9880d7db 100644 --- a/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs +++ b/Assets/TKGSDK/Config/Scripts/TKGBasicConfig.cs @@ -11,10 +11,10 @@ public static class TKGBasicConfig public const string content = "游戏题材"; //隐私政策链接 - public const string PrivacyURL = "https://www.hotpotgame.com/privacy.html"; + public const string PrivacyURL = "https://www.mooncakegame.com/privacy.html"; //用户协议链接 - public const string AgreementURL = "https://www.hotpotgame.com/privacy.html"; + public const string AgreementURL = "https://www.mooncakegame.com/agreements.html"; //更多游戏链接 public const string MoreGameURL = "https://apps.apple.com/developer/mooncake-games-limited/id1521253916";