From ba5f8675aa008f137f86a4969a824a2601dc92f4 Mon Sep 17 00:00:00 2001 From: Strangere Date: Wed, 28 Mar 2018 18:59:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E5=8F=B3=E8=BE=B9=E5=AD=97=E8=8A=82=E7=9A=84=E4=B8=80=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 1157c9db8..d8c7585ce 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, // 验证成功后是否重置 -- Gitee