This commit is contained in:
2022-07-01 15:29:54 +08:00
parent e7817162a3
commit 35b7fbc9fa
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ class HomeController extends Controller
public function index(Content $content)
{
return $content
->title('Dashboard')
->description('Description...')
->title('看板')
->description('配置信息...')
// ->row(Dashboard::title())
->row(function (Row $row) {