From ddef865b15133de5d1a368a6c3409356659744c7 Mon Sep 17 00:00:00 2001 From: saithink Date: Thu, 10 Oct 2024 16:39:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6b5413..aabfe79 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ composer require -W saithink/saiadmin 启动方式请查看webman官方文档

功能列表

+ • 用户管理,用户添加、修改、删除,支持不同用户登录后台看到不同的首页 • 部门管理,部门组织机构(公司、部门、小组),树结构方式展现适应各种结构 -- Gitee From ce2b2f90a9e808e130d5699a2a7fba8133d4e16b Mon Sep 17 00:00:00 2001 From: saithink Date: Thu, 10 Oct 2024 16:39:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin/saiadmin/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/saiadmin/config/app.php b/src/plugin/saiadmin/config/app.php index a829a36..5513baa 100644 --- a/src/plugin/saiadmin/config/app.php +++ b/src/plugin/saiadmin/config/app.php @@ -6,5 +6,5 @@ return [ 'debug' => true, 'controller_suffix' => 'Controller', 'controller_reuse' => false, - 'version' => '3.0.5' + 'version' => '3.0.6' ]; -- Gitee