新增动态输入单选、多行文本、默认值等特性;发布新版本

This commit is contained in:
2023-11-17 17:44:13 +08:00
parent 494ccc144a
commit ebd774ddf7
7 changed files with 122 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.69';
public const VERSION = 'v2.0.70';
public const LAYUI_VERSION = '2.8.17';