增加菜单到导出和导入;增加粘贴全局操作;优化表单错误表现;

This commit is contained in:
augushong
2024-10-15 16:06:36 +08:00
parent b04321e380
commit 008e781d6b
8 changed files with 185 additions and 3 deletions

View File

@@ -12,14 +12,16 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.108';
public const VERSION = 'v2.0.109';
public const PRODUCT_VERSION = '';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'生成数据库迁移文件支持生成更新的迁移文件',
'增加菜单到导出和导入',
'增加粘贴全局操作',
'优化表单错误表现',
'发布新版本',
];