From 8b9ce384b26c414db32f98e94e088f5334869c2d Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 13 十一月 2019 15:36:28 +0800 Subject: [PATCH] 全部合并了代码,安卓和 IOS 都测试通过了 --- 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