From 706741406c56bba977bf07825dcd42068d138239 Mon Sep 17 00:00:00 2001 From: F4NNIU Date: Wed, 21 Mar 2018 11:01:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=B6=E4=B8=8D=E6=94=AF=E6=8C=81=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E4=B8=8E=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=A1=B5=E9=9D=A2=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/auth/admin/add.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/view/auth/admin/add.html b/application/admin/view/auth/admin/add.html index 9ffc51f5..3223a81d 100644 --- a/application/admin/view/auth/admin/add.html +++ b/application/admin/view/auth/admin/add.html @@ -20,7 +20,7 @@
- +
From ba5f8675aa008f137f86a4969a824a2601dc92f4 Mon Sep 17 00:00:00 2001 From: Strangere Date: Wed, 28 Mar 2018 18:59:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E5=8F=B3=E8=BE=B9=E5=AD=97=E8=8A=82=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E5=8D=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/config.php b/application/config.php index 1157c9db..d8c7585c 100755 --- a/application/config.php +++ b/application/config.php @@ -228,15 +228,15 @@ return [ // 验证码字符集合 'codeSet' => '2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY', // 验证码字体大小(px) - 'fontSize' => 16, + 'fontSize' => 18, // 是否画混淆曲线 'useCurve' => false, //使用中文验证码 'useZh' => false, // 验证码图片高度 - 'imageH' => 30, + 'imageH' => 40, // 验证码图片宽度 - 'imageW' => 100, + 'imageW' => 130, // 验证码位数 'length' => 4, // 验证成功后是否重置