From cad4162f64ebec28b8407e1b4bc4818023baecfb Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 12 Aug 2021 10:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=89=E5=8C=96header=E5=92=8Cdescription?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/HomeController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Admin/Controllers/HomeController.php b/app/Admin/Controllers/HomeController.php index d8b0254..0697d73 100644 --- a/app/Admin/Controllers/HomeController.php +++ b/app/Admin/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());