From 7b5560a6a2b6d30921aaa62c0f5ebbbbbbd3fee7 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 27 Sep 2023 10:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- route/welcome.php | 4 ++-- view/index/welcome.html | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d57e0d5..7aae521 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ php think admin:update ## 是什么 -`tp6后台`,`thinkphp6后台`,`layui后台`,`curd后台` +`tp8后台`,`thinkphp8后台`,`layui后台`,`curd后台` ## 皮肤预览 diff --git a/route/welcome.php b/route/welcome.php index c3597f9..f54994f 100644 --- a/route/welcome.php +++ b/route/welcome.php @@ -5,8 +5,8 @@ use think\facade\Route; Route::view('/', 'welcome', [ 'version' => time(), 'data' => [ - 'description' => '基于ThinkPHP6.1和Layui2.8的快速开发的后台管理系统', - 'system_description' => '框架主要使用ThinkPHP6.1 + layui2.8,拥有完善的权限的管理模块以及敏捷的开发方式,让你开发起来更加的舒服。项目以及文档还在持续完善,请保持关注。', + 'description' => '基于ThinkPHP8和Layui2.8的快速开发的后台管理系统', + 'system_description' => '框架主要使用ThinkPHP8 + layui2.8,拥有完善的权限的管理模块以及敏捷的开发方式,让你开发起来更加的舒服。项目以及文档还在持续完善,请保持关注。', ], 'navbar' => [ [ diff --git a/view/index/welcome.html b/view/index/welcome.html index 4fd6df1..36ed3c3 100644 --- a/view/index/welcome.html +++ b/view/index/welcome.html @@ -3,11 +3,11 @@ - + - + - ulthon_admin | 一款基于ThinkPHP6.0和Layui的快速开发的后台管理框架系统 + ulthon_admin | 一款基于ThinkPHP8和Layui的快速开发的后台管理框架系统