| xqd
@@ -11,7 +11,7 @@ return [
|
|
|
| login page.
|
|
|
|
|
|
|
*/
|
|
|
- 'name' => '超级妈力机构管理平台',
|
|
|
+ 'name' => '超级妈力社区管理平台',
|
|
|
|
|
|
/*
|
|
|
|--------------------------------------------------------------------------
|
| xqd
@@ -22,7 +22,7 @@ return [
|
|
|
| `img` tag, eg '<img src="http://logo-url" alt="Admin logo">'.
|
|
|
|
|
|
|
*/
|
|
|
- 'logo' => '<b>超级妈力</b> 管理平台',
|
|
|
+ 'logo' => '<b>社区</b> 管理平台',
|
|
|
|
|
|
/*
|
|
|
|--------------------------------------------------------------------------
|
| xqd
@@ -34,7 +34,7 @@ return [
|
|
|
| '<img src="http://logo-url" alt="Admin logo">'.
|
|
|
|
|
|
|
*/
|
|
|
- 'logo_mini' => '<b>超级妈力</b>',
|
|
|
+ 'logo_mini' => '<b>马力</b>',
|
|
|
|
|
|
/*
|
|
|
|--------------------------------------------------------------------------
|
| xqd
@@ -85,7 +85,6 @@ return [
|
|
|
| If your page is going to be accessed via https, set it to `true`.
|
|
|
|
|
|
|
*/
|
|
|
- 'https' => env('ADMIN_HTTPS', true),
|
|
|
|
|
|
/*
|
|
|
|--------------------------------------------------------------------------
|
| xqd
@@ -300,7 +299,7 @@ return [
|
|
|
| When you use command `php artisan admin:extend` to generate extensions,
|
|
|
| the extension files will be generated in this directory.
|
|
|
*/
|
|
|
- 'extension_dir' => app_path('Comuunity/Extensions'),
|
|
|
+ 'extension_dir' => app_path('Community/Extensions'),
|
|
|
|
|
|
/*
|
|
|
|--------------------------------------------------------------------------
|