优化多处特性;

This commit is contained in:
2022-08-08 15:29:32 +08:00
parent 30da59ca6f
commit 19fa870f27

View File

@@ -14,11 +14,20 @@ use think\facade\App;
class Version extends Command
{
const VERSION = 'v2.0.11';
const VERSION = 'v2.0.12';
const COMMENT = [
'operat新增tab的打开方式',
'实现表格默认自动计算宽度',
'表格新增存储容量格式化模板',
'优化图片扩展名',
'优化表格宽度自动计算',
'优化核心库的url生成助手函数',
'增加titleField的回调用法',
'默认关闭CSRF配置项',
'增加表格合计统计例子',
'新增CURD临时生成模式',
'表格新增if属性',
'表格搜素searchOp新增none用法',
'去除部分技术债务',
];
protected function configure()