From 1d53dd8f501a98ddcce8146443b51b357ef5f9b1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 29 十二月 2022 16:55:46 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/all/SettingData.java |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/all/SettingData.java b/src/main/java/com/lf/server/entity/all/SettingData.java
index 49c3896..f3a1266 100644
--- a/src/main/java/com/lf/server/entity/all/SettingData.java
+++ b/src/main/java/com/lf/server/entity/all/SettingData.java
@@ -6,6 +6,16 @@
  */
 public class SettingData {
     /**
+     * 瀵嗙爜鍑洪敊娆℃暟
+     */
+    public static int PWD_ERR_COUNT = 5;
+
+    /**
+     * 鍑洪敊绛夊緟鏃堕棿
+     */
+    public static int PWD_ERR_TIME = 5;
+
+    /**
      * 鑷姩鐧诲嚭鏃堕棿
      */
     public static int AUTO_LOGOUT = 15;
@@ -26,12 +36,12 @@
     public static int MAX_FILES = 2000;
 
     /**
-     * Cookie鏈夋晥鏈�
+     * Cookie鏈夋晥鏈燂細s
      */
     public static int COOKIE_MAX_AGE = 4 * 60 * 60;
 
     /**
-     * 闄勪欢澶у皬
+     * 闄勪欢澶у皬锛欱
      */
     public static long MAX_FILE_SIZE = 50 * 1024 * 1024;
 }

--
Gitblit v1.9.3