wxr
2020-12-17 1a13c963a5fb8cad92bf03667e411f46d6a6a843
HDL_ON/Common/Constant.cs
@@ -28,7 +28,10 @@
      /// </summary>
      public const string URL_APPSTORE = "https://apps.apple.com/cn/app/on/id1532353432";
        /// <summary>
        /// 裁剪图片的高大小
        /// </summary>
        public const int CROP_IMAGE_YSIZE = 300;
    }
    #endregion
@@ -207,6 +210,10 @@
        /// 
        /// </summary>
        SCENE,
        /// <summary>
        ///
        /// </summary>
        LOGIC,
    }
    /// <summary>
@@ -228,6 +235,25 @@
        Prompt,
    }
    /// <summary>
    /// BottomLine 类型
    /// </summary>
    public enum BottomLineType
    {
        /// <summary>
        /// 普通
        /// </summary>
        Normal = 0,
        /// <summary>
        /// 获取焦点
        /// </summary>
        GotFocus,
        /// <summary>
        /// 错误
        /// </summary>
        Error,
    }
    #endregion
}