From 94ab74892ea884aa404d5aa08679cffdabc04d39 Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 23 Sep 2023 10:36:57 +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, 4 insertions(+), 1 deletion(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index f7f2692..d351e3a 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -19,7 +19,10 @@ class Version extends Command public const LAYUI_VERSION = '2.8.16'; public const COMMENT = [ - '发布新版本,更新配置项', + '修改事件处理函数的逻辑', + '修改忘记密码提示', + '忘记密码增加view_replace事件', + '发布新版本', ]; protected function configure()