修改创建文件逻辑

This commit is contained in:
2023-11-25 19:40:17 +08:00
parent 4a9153533b
commit b67c75a667
4 changed files with 16 additions and 13 deletions

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.72';
public const VERSION = 'v2.0.73';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'增加自动创建缺失的js配置项',
'修改创建缺失文件逻辑',
'发布新版本',
];