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', '然后重新执行更新命令,删除后会自动初始化新的代码', ];