| | |
| | | /// <summary> |
| | | /// 用户协议 |
| | | /// </summary> |
| | | public static string URL_USERAGREEMENT { |
| | | get { |
| | | if (Language.CurrentLanguage == "Chinese") { |
| | | return "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html"; |
| | | public static string URL_USERAGREEMENT |
| | | { |
| | | get |
| | | { |
| | | if (Language.CurrentLanguage == "Chinese") |
| | | { |
| | | return "https://developer.hdlcontrol.com/SanTanUserAgreement.html"; |
| | | } |
| | | else |
| | | { |
| | | return "https://developer.hdlcontrol.com/OnProServiceAgreement-En.html"; |
| | | return "https://developer.hdlcontrol.com/SANTANSmartControlUserAgreement-En.html"; |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | if (Language.CurrentLanguage == "Chinese") |
| | | { |
| | | return "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; |
| | | return "https://developer.hdlcontrol.com/SanTanPrivacyPolicy.html"; |
| | | } |
| | | else |
| | | { |
| | | return "https://developer.hdlcontrol.com/OnProUserAgreement-En.html"; |
| | | 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> |
| | | /// 裁剪图片的高大小 |