发布新版本

This commit is contained in:
augushong
2024-11-05 21:33:17 +08:00
parent 0579a1498f
commit e2314b2553

View File

@@ -12,14 +12,16 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.112';
public const VERSION = 'v2.0.113';
public const PRODUCT_VERSION = '';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'替换富文本编辑器为wangeditor',
'优化curd临时生成对应到正式目录方便IDE可直接定位打开',
'tableData组件多选时默认在两侧拼接逗号',
'增加数据库的文件字段数据迁移',
'发布新版本',
];