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/Entity/UserInfo.cs | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/HDL_ON/Entity/UserInfo.cs b/HDL_ON/Entity/UserInfo.cs index 3cc5ec1..539297a 100644 --- a/HDL_ON/Entity/UserInfo.cs +++ b/HDL_ON/Entity/UserInfo.cs @@ -49,21 +49,28 @@ } } - #region 璐﹀彿娉ㄥ唽鏈嶅姟鍣ㄤ俊鎭� + #region 鏂板淇濆瓨鍙傛暟 /// <summary> - /// + /// 璐﹀彿娉ㄥ唽鏈嶅姟鍣ㄤ俊鎭� /// </summary> public string RequestHttpsHost = "https://china.hdlcontrol.com"; /// <summary> /// /// </summary> public GlobalRegionListRes GlobalRegion; - #endregion /// <summary> /// 鏄惁鍚屾剰鍗忚 /// </summary> public bool isAgreePrivacyPolicy; + + /// <summary> + /// 蹇界暐鏇存柊鐨勭増鏈彿 + /// </summary> + public string IgnoreUpdateVersion = string.Empty; + #endregion + + /// <summary> /// 鐢ㄦ埛鍚嶇О @@ -145,8 +152,8 @@ /// <summary> /// UserType B绔处鍙� C绔处鍙� /// </summary> - public string userType = "C"; - + public string userType = "USER_C"; + /// <summary> /// 鐢ㄦ埛浣忓畢鍒楄〃 -- Gitblit v1.8.0