feat:发行为 v2.0.7

This commit is contained in:
妙码生花 2024-03-06 11:09:06 +08:00
parent 34a1c6d7f8
commit 902c2fab65
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,12 @@
🔥🔥基于 Vue3.x setup + ThinkPHP6 + TypeScript + Vite + Pinia + Element Plus等流行技术栈的后台管理系统自适应多端、支持CRUD代码生成、自带WEB终端、同时提供Web和Server端、内置全局数据回收站和字段级数据修改保护、自动注册路由、无限子级权限管理等无需授权即可免费商用希望能帮助大家实现快速开发。
## v2.0.7-Release
### 重构/优化/修复
- 优化前台首页在短屏下的样式
- 可视化CRUD多数据库支持兼容历史生成记录
- 为前台登录页增加滚动条以兼容小屏设备
## v2.0.6-Release
### 新增
- 自定义后台入口支持

View File

@ -74,7 +74,7 @@ return [
// 内容分发网络URL末尾不带`/`
'cdn_url' => '',
// 版本号
'version' => 'v2.0.6',
'version' => 'v2.0.7',
// 接口地址
'api_url' => 'https://buildadmin.com',
];

View File

@ -1,6 +1,6 @@
{
"name": "build-admin",
"version": "2.0.6",
"version": "2.0.7",
"license": "Apache-2.0",
"type": "module",
"scripts": {