Skip to content

Commit 0e9615f

Browse files
committed
feat:发行为 v2.3.3
1 parent b889bab commit 0e9615f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
🔥🔥基于 Vue3.x + ThinkPHP8 + TypeScript + Vite + Pinia + Element Plus 等流行技术栈的后台管理系统,支持常驻内存运行、可视化CRUD代码生成、自带WEB终端、自适应多端、同时提供Web、WebNuxt、Server端、内置全局数据回收站和字段级数据修改保护、自动注册路由、无限子级权限管理等,无需授权即可免费商用,希望能帮助大家实现快速开发。
44

5+
## v2.3.3-Release
6+
### 修复
7+
- 修复卸载模块的 WebBootstrap 时可能报错的问题(即模块卸载可能报错)
8+
- 修复后台菜单规则管理可能意外要求链接URL字段必填的问题
9+
510
## v2.3.2-Release
611
### 新增
712
- 增加预设表格单元格渲染器内部的组件的任意属性自定义功能

config/buildadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
// 内容分发网络URL参数,将自动添加 `?`,之后拼接到 cdn_url 的结尾(例如 `imageMogr2/format/heif`)
8181
'cdn_url_params' => '',
8282
// 版本号
83-
'version' => 'v2.3.2',
83+
'version' => 'v2.3.3',
8484
// 中心接口地址(用于请求模块市场的数据等用途)
8585
'api_url' => 'https://buildadmin.com',
8686
];

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-admin",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"license": "Apache-2.0",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)