From 6c88a591516af2e260216a70f5cbcab951c88b44 Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 24 Aug 2019 10:35:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aee6a45..9b670ff 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ## 奥宏后台管理小模板 + +### 使用ThinkHP6快速开始一个有管理后台的项目 + #### 介绍 基于thinkphp6的系统后台管理系统,仅实现通用的基本的功能. @@ -23,10 +26,10 @@ #### 功能 -- 服务器信息(已完成) -- 系统配置(已完成) +- 服务器信息(0.2h,已完成) +- 系统配置(0.5h,已完成) - 管理员管理 -- 账户管理(已完成) +- 账户管理(0.5h,已完成) - 用户管理 - 权限管理 - 文件管理 @@ -58,4 +61,9 @@ `TP`原本配置会保存到`public/storage`下,本项目修改了配置,直接保存到`public`下. -类:`\app\api\controller\Files::save()` \ No newline at end of file +类:`\app\api\controller\Files::save()` + + +## 开发维护 + +[临沂奥宏网络科技有限公司](http://ulthon.com) \ No newline at end of file