Skip to content

Commit

Permalink
feat:发行为 v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Mar 2, 2024
1 parent 2c62b65 commit a0411c4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## v2.0.6-Release
### 新增
- 自定义后台入口支持
- CRUD、数据回收、敏感数据监控的多数据库支持

### 重构/优化/修复
- 修复编辑时`unique`验证问题
- 添加`symfony/http-foundation`依赖
- 修复非超管对于新增的子级菜单规则可能显示异常的问题
- 修复保存系统配置时可能刷新页面的问题
- 选择数据表、选择数据源接口增加快速搜索支持
- 优化`git`对模块文件的忽略规则
- 更换已经失效的`npm`
- 优化后台规则管理细节
- 安装器优化

## v2.0.5-Release
### 新增
- 更新所有前端依赖`Vite5+ElementPlus2.4`
Expand Down
2 changes: 1 addition & 1 deletion config/buildadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
// 内容分发网络URL,末尾不带`/`
'cdn_url' => '',
// 版本号
'version' => 'v2.0.5',
'version' => 'v2.0.6',
// 接口地址
'api_url' => 'https://buildadmin.com',
];
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-admin",
"version": "2.0.5",
"version": "2.0.6",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit a0411c4

Please sign in to comment.