mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
发布新版本;
This commit is contained in:
@@ -14,15 +14,11 @@ use think\facade\App;
|
|||||||
class Version extends Command
|
class Version extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
const VERSION = 'v2.0.10';
|
const VERSION = 'v2.0.11';
|
||||||
|
|
||||||
const COMMENT = [
|
const COMMENT = [
|
||||||
'设置数据库安装的软删除字段索引',
|
'operat新增tab的打开方式',
|
||||||
'修复管理员表单的问题',
|
'实现表格默认自动计算宽度',
|
||||||
'清理文件上传管理的技术债务',
|
|
||||||
'修改重置密码命令的命令格式',
|
|
||||||
'修改部分样式细节',
|
|
||||||
'优化弹框标题获取数据标题',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
protected function configure()
|
protected function configure()
|
||||||
|
|||||||
Reference in New Issue
Block a user