File tree Expand file tree Collapse file tree 4 files changed +30
-5
lines changed
Expand file tree Collapse file tree 4 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 22
33🔥🔥基于 Vue3.x setup + ThinkPHP6 + TypeScript + Vite + Pinia + Element Plus等流行技术栈的后台管理系统,自适应多端、支持CRUD代码生成、自带WEB终端、同时提供Web和Server端、内置全局数据回收站和字段级数据修改保护、自动注册路由、无限子级权限管理等,无需授权即可免费商用,希望能帮助大家实现快速开发。
44
5+ ## v2.0.5-Release
6+ ### 新增
7+ - 更新所有前端依赖` Vite5+ElementPlus2.4 `
8+ - 模块更新` composer.json ` 中的` config ` 字段实现
9+
10+ ### 重构/优化/修复
11+ - 优化前台页脚样式
12+ - 优化路由动态注册
13+ - 优化获取第一个菜单的函数
14+ - 优化通用搜索按钮样式 !142
15+ - 优化系统配置数据模型
16+ - 优化可视化` CRUD ` 设计器的样式
17+ - 后台会员管理中的会员分组设为必填
18+ - 默认不再内置` easywechat ` 依赖,添加` guzzlehttp ` 依赖(受益于模块可以调整` composer.json ` 的` config ` )
19+ - 系统配置中的快捷配置入口使用路由` name ` 而不再是路由` path `
20+ - 语言包按需加载映射表中的后台入口路径由字面量改为变量
21+ - 管理员登录接口返回的路由路径使用的字面量改为变量
22+ - ` eslint ` 和` prettier ` 与` ESM ` 的兼容
23+ - 修复系统配置变量值为` 0 ` 时可能无法回显的问题
24+ - 修复可视化` CRUD ` 富文本字段默认值为` null ` 时表单打不开的问题
25+ - 修复设置浏览器标题的函数可能失败的问题
26+ - 修复初次打开前端时页面标题不完整的问题
27+ - 修复双栏模式子级菜单跳转异常的问题 close #I7ZECR
28+ - 其他细节
29+
530## v2.0.4-Release
631### 新增
732- 增加静态路由目录,自动加载其中所有文件并注册
Original file line number Diff line number Diff line change 2020 <img src="https://img.shields.io/badge/Vue-%3E3.3-brightgreen?color=91aac3&labelColor=439EFD" alt="vue">
2121 </a>
2222 <a href="https://element-plus.gitee.io/#/zh-CN/component/changelog" target="_blank">
23- <img src="https://img.shields.io/badge/Element--Plus-%3E2.3 -brightgreen?color=91aac3&labelColor=439EFD" alt="element plus">
23+ <img src="https://img.shields.io/badge/Element--Plus-%3E2.4 -brightgreen?color=91aac3&labelColor=439EFD" alt="element plus">
2424 </a>
2525 <a href="https://www.tslang.cn/" target="_blank">
26- <img src="https://img.shields.io/badge/TypeScript-%3E5.1 -blue?color=91aac3&labelColor=439EFD" alt="typescript">
26+ <img src="https://img.shields.io/badge/TypeScript-%3E5.3 -blue?color=91aac3&labelColor=439EFD" alt="typescript">
2727 </a>
2828 <a href="https://vitejs.dev/" target="_blank">
29- <img src="https://img.shields.io/badge/Vite-%3E4.3 -blue?color=91aac3&labelColor=439EFD" alt="vite">
29+ <img src="https://img.shields.io/badge/Vite-%3E5.0 -blue?color=91aac3&labelColor=439EFD" alt="vite">
3030 </a>
3131 <a href="https://pinia.vuejs.org/" target="_blank">
3232 <img src="https://img.shields.io/badge/Pinia-%3E2.1-blue?color=91aac3&labelColor=439EFD" alt="vite">
Original file line number Diff line number Diff line change 7474 // 内容分发网络URL,末尾不带`/`
7575 'cdn_url ' => '' ,
7676 // 版本号
77- 'version ' => 'v2.0.4 ' ,
77+ 'version ' => 'v2.0.5 ' ,
7878 // 接口地址
7979 'api_url ' => 'https://buildadmin.com ' ,
8080];
Original file line number Diff line number Diff line change 11{
22 "name" : " build-admin" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.0.5 " ,
44 "license" : " Apache-2.0" ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments