优化表格选择器,支持textarea,支持多字段显示;

This commit is contained in:
2024-04-10 16:33:15 +08:00
parent 0cf8c1773c
commit 77bcee07c5
5 changed files with 36 additions and 17 deletions

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.96';
public const VERSION = 'v2.0.97';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'优化PHP配置进程数',
'优化表格选择器支持textarea支持多字段显示',
'发布新版本',
];