替换富文本编辑器为wangeditor

This commit is contained in:
augushong
2024-10-21 10:41:11 +08:00
parent 52abfecddd
commit 75526bb7c9
208 changed files with 24224 additions and 4521 deletions

View File

@@ -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',
'发布新版本',
];