mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
替换富文本编辑器为wangeditor
This commit is contained in:
@@ -12,17 +12,14 @@ use think\console\Output;
|
||||
|
||||
class VersionBase extends Command
|
||||
{
|
||||
public const VERSION = 'v2.0.111';
|
||||
public const VERSION = 'v2.0.112';
|
||||
|
||||
public const PRODUCT_VERSION = '';
|
||||
|
||||
public const LAYUI_VERSION = '2.8.17';
|
||||
|
||||
public const COMMENT = [
|
||||
'修复更新逻辑错误',
|
||||
'给基类增加工具方法,获取实例对象',
|
||||
'修复自动关闭弹框错误',
|
||||
'修改超级管理员判断方式',
|
||||
'替换富文本编辑器为wangeditor',
|
||||
'发布新版本',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user