From 35a338e11e3e13112d8b03acfa204326ddb2a40d Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 24 Apr 2023 21:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E4=BD=93=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- route/welcome.php | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 80bb7f7..105abb9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ -新版基于`EasyAdmin`打造,`EasyAdmin`是一款优秀的开源后台框架,致谢. - ## 项目介绍 只为`开发人员`服务,只为`需求定制`服务. -基于ThinkPHP6.0和layui的快速开发的后台管理系统。 +基于ThinkPHP6.1和layui2.8的快速开发的后台管理系统。 技术交流QQ群:[207160418](https://jq.qq.com/?_wv=1027&k=TULvsosz) diff --git a/route/welcome.php b/route/welcome.php index e663205..9dd1f65 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.0和Layui的快速开发的后台管理系统', - 'system_description' => '框架主要使用ThinkPHP6.0 + layui,拥有完善的权限的管理模块以及敏捷的开发方式,让你开发起来更加的舒服。项目以及文档还在持续完善,请保持关注。', + 'description' => '基于ThinkPHP6.1和Layui2.8的快速开发的后台管理系统', + 'system_description' => '框架主要使用ThinkPHP6.1 + layui2.8,拥有完善的权限的管理模块以及敏捷的开发方式,让你开发起来更加的舒服。项目以及文档还在持续完善,请保持关注。', ], 'navbar' => [ [