发布新版本

This commit is contained in:
2022-08-22 11:59:04 +08:00
parent 46119d9d2e
commit c1ee14bff9

View File

@@ -14,12 +14,12 @@ use think\facade\App;
class Version extends Command class Version extends Command
{ {
const VERSION = 'v2.0.13'; const VERSION = 'v2.0.14';
const COMMENT = [ const COMMENT = [
'优化导出功能', '修复curd生成缺少导出权限',
'增加商品详情的导出', '重构上传组件',
'清理部分技术债务', '表格选择器使用固定高度',
]; ];
protected function configure() protected function configure()