From 2109463fab2eb1caed189e4f258e0e763c5cea7b Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 07 十一月 2019 11:58:53 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-wjc --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/AccountOption.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/AccountOption.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/AccountOption.cs index 4257b39..87e1f1d 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/AccountOption.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/AccountOption.cs @@ -26,10 +26,19 @@ /// </summary> public bool DoorUnLockByRemote = false; /// <summary> + /// 鏄惁浣跨敤瀹夐槻蹇嵎鏂瑰紡 + /// </summary> + public bool SafetyShortcut = false; + /// <summary> /// 瀵嗙爜鍓╀綑鍙緭鍏ユ鏁� /// </summary> [Newtonsoft.Json.JsonIgnore] public int PasswordInputCount = 3; + /// <summary> + /// 鎵嬪娍瀵嗙爜鍓╀綑鍙緭鍏ユ鏁� + /// </summary> + [Newtonsoft.Json.JsonIgnore] + public int PasswordGestureInputCount = 5; /// <summary> /// 妫�娴婣PP鏄惁鑳藉閫�鍑� /// </summary> @@ -124,6 +133,7 @@ public void ResetPasswordCount() { this.PasswordInputCount = 3; + this.PasswordGestureInputCount = 5; } #endregion -- Gitblit v1.8.0