修改配置

This commit is contained in:
2023-09-25 10:38:55 +08:00
parent 5955a03d2c
commit b6d91ec500
2 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ use think\console\Output;
class Version extends Command
{
public const VERSION = 'v2.0.44';
public const VERSION = 'v2.0.45';
public const LAYUI_VERSION = '2.8.16';
@@ -24,6 +24,7 @@ class Version extends Command
public const UPDATE_TIPS = [
'本次更新调整了composer依赖请根据实际情况调整',
'可以删除app下admin的view目录了',
'删除 think-view',
'引入 topthink/think-template-view',
];