升级至layui2.8.4;优化文件选择组件;清理tableselect

This commit is contained in:
2023-06-07 16:39:14 +08:00
parent c8f1a95207
commit 1ff847f82e
21 changed files with 108 additions and 357 deletions

View File

@@ -16,12 +16,13 @@ class Version extends Command
{
public const VERSION = 'v2.0.27';
public const LAYUI_VERSION = '2.8.1';
public const LAYUI_VERSION = '2.8.4';
public const COMMENT = [
'升级layui2.8.1',
'新增tableSelect组件支持where条件',
'升级layui2.8.4',
'优化特效皮肤的兼容性',
'优化文件选择组件',
'清理tableselect组件和技术债务',
];
protected function configure()