From e14fac6f29c25d70d4e675cb59a3434a3a46e265 Mon Sep 17 00:00:00 2001 From: liapples Date: Sun, 15 Aug 2021 18:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AdminAgent/Controllers/HomeController.php | 4 ++-- config/admin-agent.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/AdminAgent/Controllers/HomeController.php b/app/AdminAgent/Controllers/HomeController.php index 29ecf7f..58396c1 100644 --- a/app/AdminAgent/Controllers/HomeController.php +++ b/app/AdminAgent/Controllers/HomeController.php @@ -14,8 +14,8 @@ class HomeController extends Controller public function index(Content $content) { return $content - ->header('Dashboard') - ->description('Description...') + ->header('仪表盘') + ->description('数据详情') ->body(function (Row $row) { $row->column(6, function (Column $column) { $column->row(Dashboard::title()); diff --git a/config/admin-agent.php b/config/admin-agent.php index fd20364..978998e 100644 --- a/config/admin-agent.php +++ b/config/admin-agent.php @@ -11,7 +11,7 @@ return [ | login page. | */ - 'name' => 'Dcat Admin', + 'name' => '代理商管理后台', /* |-------------------------------------------------------------------------- @@ -86,7 +86,7 @@ return [ | Html title for all pages. | */ - 'title' => 'Admin', + 'title' => '代理商管理后台', /* |-------------------------------------------------------------------------- @@ -309,7 +309,7 @@ return [ */ 'layout' => [ // default, blue, blue-light, green - 'color' => 'default', + 'color' => 'blue-light', // sidebar-separate 'body_class' => [],