From b1b98c1e3a6ea29cb79dbb72eff0bd1ef9c241bc Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 5 Sep 2022 22:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/admin/Version.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index 377ea72..7000e85 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -15,12 +15,15 @@ use think\facade\App; class Version extends Command { - const VERSION = 'v2.0.18'; + const VERSION = 'v2.0.19'; const LAYUI_VERSION = '2.7.6'; const COMMENT = [ - '优化底层代码建设', + '新增curd生成数据库迁移代码功能', + '优化首页链接', + '在后台增加进入首页的导航', + '优化curd的代码技术债务,使用tp内置方法实现交互', ]; protected function configure()