mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
优化多处特性;
This commit is contained in:
@@ -14,11 +14,20 @@ use think\facade\App;
|
|||||||
class Version extends Command
|
class Version extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
const VERSION = 'v2.0.11';
|
const VERSION = 'v2.0.12';
|
||||||
|
|
||||||
const COMMENT = [
|
const COMMENT = [
|
||||||
'operat新增tab的打开方式',
|
'表格新增存储容量格式化模板',
|
||||||
'实现表格默认自动计算宽度',
|
'优化图片扩展名',
|
||||||
|
'优化表格宽度自动计算',
|
||||||
|
'优化核心库的url生成助手函数',
|
||||||
|
'增加titleField的回调用法',
|
||||||
|
'默认关闭CSRF配置项',
|
||||||
|
'增加表格合计统计例子',
|
||||||
|
'新增CURD临时生成模式',
|
||||||
|
'表格新增if属性',
|
||||||
|
'表格搜素searchOp新增none用法',
|
||||||
|
'去除部分技术债务',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected function configure()
|
protected function configure()
|
||||||
|
|||||||
Reference in New Issue
Block a user