wxr
2024-12-02 ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a
HDL_ON/Common/Constant.cs
@@ -9,11 +9,13 @@
    /// </summary>
    public class Constant
    {
      /// <summary>
      /// 用户协议
      /// </summary>
      public static string URL_USERAGREEMENT {
            get {
        /// <summary>
        /// 用户协议
        /// </summary>
        public static string URL_USERAGREEMENT
        {
            get
            {
                if (Language.CurrentLanguage == "Chinese")
                {
                    return "https://developer.hdlcontrol.com/SanTanUserAgreement.html";
@@ -24,10 +26,10 @@
                }
            }
        }
      /// <summary>
      /// 隐私政策
      /// </summary>
      public static string URL_PRIVACYPOLICY
        /// <summary>
        /// 隐私政策
        /// </summary>
        public static string URL_PRIVACYPOLICY
        {
            get
            {
@@ -52,7 +54,7 @@
        /// <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>
        /// 裁剪图片的高大小
@@ -216,6 +218,7 @@
        /// WinPhone
        /// </summary>
        ON_Plus,
        ON_PRO_SANTAN,
    }
    /// <summary>
@@ -306,6 +309,8 @@
        /// HDL可视对讲
        /// </summary>
        HDL_INTERPHONE,
        //门锁
        DOOR_BELL,
    }
    /// <summary>