1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 14:20:03 +08:00

合并验证码

This commit is contained in:
weiwait
2023-02-08 11:04:57 +08:00
parent cc5b77b993
commit ec52abe746
11 changed files with 427 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'captcha' => 'Captcha',
'enable_captcha' => 'Enable Captcha',
'background' => 'Auth Background',
'footer' => 'Footer',
'footers' => [
'name' => 'ICP',
'path' => 'Link'
],
];

View File

@@ -0,0 +1,12 @@
<?php
return [
'captcha' => '验证码',
'enable_captcha' => '开启验证码',
'background' => '登录背景',
'footer' => '页脚',
'footers' => [
'name' => '备案号',
'path' => '链接'
],
];