From 7a5dc2a6d15d14f70b64310c597a05cfe97208bd Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 22 四月 2024 16:27:10 +0800 Subject: [PATCH] 离线数据,字体大小 --- HDL_ON/Common/Constant.cs | 50 +++++++++++++++++++++++++++----------------------- 1 files changed, 27 insertions(+), 23 deletions(-) diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs index 7191c58..9c4b262 100644 --- a/HDL_ON/Common/Constant.cs +++ b/HDL_ON/Common/Constant.cs @@ -9,49 +9,52 @@ /// </summary> public class Constant { - /// <summary> - /// 鐢ㄦ埛鍗忚 - /// </summary> - public static string URL_USERAGREEMENT { - get { - if (Language.CurrentLanguage == "Chinese") { - return "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html"; - } - else - { - return "https://developer.hdlcontrol.com/OnProServiceAgreement-En.html"; - } - } - } - /// <summary> - /// 闅愮鏀跨瓥 - /// </summary> - public static string URL_PRIVACYPOLICY + /// <summary> + /// 鐢ㄦ埛鍗忚 + /// </summary> + public static string URL_USERAGREEMENT { get { if (Language.CurrentLanguage == "Chinese") { - return "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; + return "https://developer.hdlcontrol.com/SanTanUserAgreement.html"; } else { - return "https://developer.hdlcontrol.com/OnProUserAgreement-En.html"; + return "https://developer.hdlcontrol.com/SANTANSmartControlUserAgreement-En.html"; + } + } + } + /// <summary> + /// 闅愮鏀跨瓥 + /// </summary> + public static string URL_PRIVACYPOLICY + { + get + { + if (Language.CurrentLanguage == "Chinese") + { + return "https://developer.hdlcontrol.com/SanTanPrivacyPolicy.html"; + } + else + { + return "https://developer.hdlcontrol.com/SANTANSmartControlServiceAgreement-En.html"; } } } /// <summary> /// 鎶�鏈敮鎸佺數璇濆彿鐮� /// </summary> - public const string SUPPORT_TELEPHONENUMBER = "4008558535"; + public const string SUPPORT_TELEPHONENUMBER = "13828070886"; /// <summary> /// 鎶�鏈敮鎸侀偖绠卞湴鍧� /// </summary> - public const string SUPPORT_EMAIL = "hdltickets@hdlautomation.com"; + public const string SUPPORT_EMAIL = "2655063522@QQ.COM"; /// <summary> /// 鑻规灉鍟嗗簵鍦板潃 /// </summary> - public const string URL_APPSTORE = "https://apps.apple.com/cn/app/on/id1532353432"; + public const string URL_APPSTORE = "https://apps.apple.com/cn/app/on/id1414071090"; /// <summary> /// 瑁佸壀鍥剧墖鐨勯珮澶у皬 @@ -215,6 +218,7 @@ /// WinPhone /// </summary> ON_Plus, + ON_PRO_SANTAN, } /// <summary> -- Gitblit v1.8.0