更新版本号和依赖

pull/406/head
Karson 2022-01-21 15:29:59 +08:00
parent 2401cd3ba1
commit 41682bd850
2 changed files with 3 additions and 3 deletions

View File

@ -262,7 +262,7 @@ return [
//是否开启前台会员中心
'usercenter' => true,
//会员注册验证码类型email/mobile/wechat/text/false
'user_register_captcha' => 'text',
'user_register_captcha' => 'email',
//登录验证码
'login_captcha' => true,
//登录失败超过10次则1天后重试
@ -294,7 +294,7 @@ return [
//允许跨域的域名,多个以,分隔
'cors_request_domain' => 'localhost,127.0.0.1',
//版本号
'version' => '1.3.2.20220113',
'version' => '1.3.3.20220121',
//API接口地址
'api_url' => 'https://api.fastadmin.net',
],

View File

@ -21,7 +21,7 @@
"topthink/think-installer": "^1.0.14",
"topthink/think-queue": "1.1.6",
"topthink/think-helper": "^1.0.7",
"karsonzhang/fastadmin-addons": "~1.3.1",
"karsonzhang/fastadmin-addons": "~1.3.2",
"overtrue/pinyin": "^3.0",
"phpoffice/phpspreadsheet": "1.12",
"overtrue/wechat": "4.2.11",