mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-07 06:50:03 +08:00
13 lines
230 B
PHP
13 lines
230 B
PHP
<?php
|
|
|
|
return [
|
|
'captcha' => 'Captcha',
|
|
'enable_captcha' => 'Enable Captcha',
|
|
'background' => 'Auth Background',
|
|
'footer' => 'Footer',
|
|
'footers' => [
|
|
'name' => 'ICP',
|
|
'path' => 'Link'
|
|
],
|
|
];
|