mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
增加菜单到导出和导入;增加粘贴全局操作;优化表单错误表现;
This commit is contained in:
@@ -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 = [
|
||||
'生成数据库迁移文件支持生成更新的迁移文件',
|
||||
'增加菜单到导出和导入',
|
||||
'增加粘贴全局操作',
|
||||
'优化表单错误表现',
|
||||
'发布新版本',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user