From 4e6dfedede622d018b0aec0fb85c130d47cf45ba Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 25 十一月 2020 16:14:39 +0800 Subject: [PATCH] 2020-11-25 1.增加服务器信息、关于ON、功能介绍、投诉、检测更新。 --- HDL_ON/Common/Constant.cs | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs index 70d1fca..1809a2c 100644 --- a/HDL_ON/Common/Constant.cs +++ b/HDL_ON/Common/Constant.cs @@ -10,15 +10,20 @@ /// <summary> /// 鐢ㄦ埛鍗忚 /// </summary> - public const string URL_UserAgreement = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html"; + public const string URL_USERAGREEMENT = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html"; /// <summary> /// 闅愮鏀跨瓥 /// </summary> - public const string URL_PrivacyPolicy = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; - - - - } + public const string URL_PRIVACYPOLICY = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; + /// <summary> + /// 鎶�鏈敮鎸佺數璇濆彿鐮� + /// </summary> + public const string SUPPORT_TELEPHONENUMBER = "4008558535"; + /// <summary> + /// 鎶�鏈敮鎸侀偖绠卞湴鍧� + /// </summary> + public const string SUPPORT_EMAIL = "hdltickets@hdlautomation.com"; + } #endregion #region 鈻� 鍏ㄥ眬鏋氫妇 ____________________________ -- Gitblit v1.8.0