Skip to content

Commit

Permalink
feat:发行为 v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Dec 25, 2023
1 parent 85081be commit 1e3a8e5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## v2.0.5-Release
### 新增
- 更新所有前端依赖`Vite5+ElementPlus2.4`
- 模块更新`composer.json`中的`config`字段实现

### 重构/优化/修复
- 优化前台页脚样式
- 优化路由动态注册
- 优化获取第一个菜单的函数
- 优化通用搜索按钮样式 !142
- 优化系统配置数据模型
- 优化可视化`CRUD`设计器的样式
- 后台会员管理中的会员分组设为必填
- 默认不再内置`easywechat`依赖,添加`guzzlehttp`依赖(受益于模块可以调整`composer.json``config`
- 系统配置中的快捷配置入口使用路由`name`而不再是路由`path`
- 语言包按需加载映射表中的后台入口路径由字面量改为变量
- 管理员登录接口返回的路由路径使用的字面量改为变量
- `eslint``prettier``ESM`的兼容
- 修复系统配置变量值为`0`时可能无法回显的问题
- 修复可视化`CRUD`富文本字段默认值为`null`时表单打不开的问题
- 修复设置浏览器标题的函数可能失败的问题
- 修复初次打开前端时页面标题不完整的问题
- 修复双栏模式子级菜单跳转异常的问题 close #I7ZECR
- 其他细节

## v2.0.4-Release
### 新增
- 增加静态路由目录,自动加载其中所有文件并注册
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<img src="https://img.shields.io/badge/Vue-%3E3.3-brightgreen?color=91aac3&labelColor=439EFD" alt="vue">
</a>
<a href="https://element-plus.gitee.io/#/zh-CN/component/changelog" target="_blank">
<img src="https://img.shields.io/badge/Element--Plus-%3E2.3-brightgreen?color=91aac3&labelColor=439EFD" alt="element plus">
<img src="https://img.shields.io/badge/Element--Plus-%3E2.4-brightgreen?color=91aac3&labelColor=439EFD" alt="element plus">
</a>
<a href="https://www.tslang.cn/" target="_blank">
<img src="https://img.shields.io/badge/TypeScript-%3E5.1-blue?color=91aac3&labelColor=439EFD" alt="typescript">
<img src="https://img.shields.io/badge/TypeScript-%3E5.3-blue?color=91aac3&labelColor=439EFD" alt="typescript">
</a>
<a href="https://vitejs.dev/" target="_blank">
<img src="https://img.shields.io/badge/Vite-%3E4.3-blue?color=91aac3&labelColor=439EFD" alt="vite">
<img src="https://img.shields.io/badge/Vite-%3E5.0-blue?color=91aac3&labelColor=439EFD" alt="vite">
</a>
<a href="https://pinia.vuejs.org/" target="_blank">
<img src="https://img.shields.io/badge/Pinia-%3E2.1-blue?color=91aac3&labelColor=439EFD" alt="vite">
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.4',
'version' => 'v2.0.5',
// 接口地址
'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.4",
"version": "2.0.5",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 1e3a8e5

Please sign in to comment.