mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
HDL_ON/Common/Constant.cs
@@ -1,4 +1,6 @@
using System;
using Shared;
namespace HDL_ON
{
    #region ■ 全局常量 ____________________________
@@ -10,11 +12,34 @@
      /// <summary>
      /// 用户协议
      /// </summary>
      public const string URL_USERAGREEMENT = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html";
      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 const string URL_PRIVACYPOLICY = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html";
      public static string URL_PRIVACYPOLICY
        {
            get
            {
                if (Language.CurrentLanguage == "Chinese")
                {
                    return "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html";
                }
                else
                {
                    return "https://developer.hdlcontrol.com/OnProUserAgreement-En.html";
                }
            }
        }
        /// <summary>
        /// 技术支持电话号码
        /// </summary>
@@ -214,6 +239,10 @@
        /// 
        /// </summary>
        LOGIC,
        /// <summary>
        /// 组控
        /// </summary>
        GROUPCONTROL,
    }
    /// <summary>
@@ -284,6 +313,10 @@
        /// HDL可视对讲
        /// </summary>
        HDL_INTERPHONE,
        /// <summary>
        /// 门铃推送(萤石视频门锁)
        /// </summary>
        DOOR_BELL,
    }
    /// <summary>