mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 22:40:03 +08:00
13 lines
238 B
PHP
13 lines
238 B
PHP
<?php
|
|
|
|
return [
|
|
'captcha' => '验证码',
|
|
'enable_captcha' => '开启验证码',
|
|
'background' => '登录背景',
|
|
'footer' => '页脚',
|
|
'footers' => [
|
|
'name' => '备案号',
|
|
'path' => '链接'
|
|
],
|
|
];
|