From b31b49a3b98fc434a0abf50d7a1df2be7e0f4150 Mon Sep 17 00:00:00 2001 From: augushong Date: Tue, 26 Sep 2023 10:54:49 +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 --- extend/base/common/command/admin/VersionBase.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index 61c70bb..54a1b80 100644 --- a/extend/base/common/command/admin/VersionBase.php +++ b/extend/base/common/command/admin/VersionBase.php @@ -12,19 +12,21 @@ use think\console\Output; class VersionBase extends Command { - public const VERSION = 'v2.0.46'; + public const VERSION = 'v2.0.47'; public const LAYUI_VERSION = '2.8.16'; public const COMMENT = [ - '增加扩展机制定位文件', - '将common模块实现扩展模式', + '将topthink/think-template引入到框架内;', + '增加fetch和include的文件目录的@和@/开头的定位方法', + '将fetch方法改为return的模式', '发布新版本', ]; public const UPDATE_TIPS = [ - '本次将common下的代码实现了扩展模式', - '可以删除app下common代码', + '本次调整了composer依赖,应按照新的composer 调整', + '删除 topthink/think-template', + '引入 psr/simple-cache>=1.0', '然后重新执行更新命令,删除后会自动初始化新的代码', ];