From d9e647979d5b26239753983779887ecd8e2fdd77 Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 9 Jun 2023 17:15:43 +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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index 241e42c..f9ba010 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -19,10 +19,7 @@ class Version extends Command public const LAYUI_VERSION = '2.8.4'; public const COMMENT = [ - '升级layui2.8.4', - '优化特效皮肤的兼容性', - '优化文件选择组件', - '清理tableselect组件和技术债务', + '新增拟物风格特效皮肤', ]; protected function configure()