优化特效皮肤兼容性;升级layuidao 2.8.1;

This commit is contained in:
2023-04-27 20:38:40 +08:00
parent c0cc38af69
commit 78135f1fe1
14 changed files with 136 additions and 139 deletions

View File

@@ -14,13 +14,14 @@ use think\facade\App;
class Version extends Command
{
public const VERSION = 'v2.0.26';
const VERSION = 'v2.0.26';
public const LAYUI_VERSION = '2.8.1';
const LAYUI_VERSION = '2.8.0';
const COMMENT = [
'引入并兼容layui2.8.0',
public const COMMENT = [
'升级layui2.8.1',
'新增tableSelect组件支持where条件',
'优化特效皮肤的兼容性',
];
protected function configure()