Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonhineboy authored May 21, 2020
1 parent feeb708 commit bef84e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- 登录限流

- 登录次数显示(可配置)
- 登录次数(可配置)
- 如果超出登录次数间隔限制(可配置)

- 验证码功能
Expand Down Expand Up @@ -36,7 +36,7 @@ composer require sonhineboy/dcatadminlogincaptcha
'enable' => true, //是否开启
'config' => [
'v5' =>[ //key不允许改变
'enable' => true,//是否开始
'enable' => true,//是否开启
'host' => '...',
'token' => '...',
'app_id'=> '...',
Expand Down

0 comments on commit bef84e8

Please sign in to comment.