feat:增加CHANGELOG

This commit is contained in:
妙码生花 2022-05-22 10:35:32 +08:00
parent 391386b7b5
commit 3e993cebe0
2 changed files with 15 additions and 0 deletions

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
### [BuildAdmin 更新日志](https://gitee.com/wonderful-code/buildadmin)
🔥🔥`BuildAdmin`基于TP6、Vue3、TS、Vite的开源模块化后台系统
## v0.0.1
**预发布版本**
- 内置WEB终端
- 一键CRUD
- Pinia
- 可视化配置+动态加载路由
- 细粒度权限控制
- 数据修改保护、数据全局回收
- ...

View File

@ -88,4 +88,6 @@ return [
'auto_write_admin_log' => true,
// 缺省头像图片路径
'default_avatar' => '/static/images/avatar.png',
// 版本号
'version' => 'v0.0.1',
];