You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
333 B
19 lines
333 B
3 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
// 字符长度
|
||
|
'length' => 4,
|
||
|
// 字符大小
|
||
|
'fontSize' => 25,
|
||
|
// 验证码高度,0默认
|
||
|
'imageH' => 0,
|
||
|
// 验证码高度,0默认
|
||
|
'imageW' => 0,
|
||
|
// 背景色
|
||
|
'bg' => [243, 251, 254],
|
||
|
// 使用背景图
|
||
|
'useImgBg' => false,
|
||
|
// 使用中文
|
||
|
'useZh' => false,
|
||
|
];
|