Skip to content

Commit

Permalink
feat:发行为 v1.1.4 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Mar 2, 2023
1 parent 42092ca commit b6b7f9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v1.1.4-Release
### 新增
- 模块安装增加依赖模块检测
- 新的依赖管理类
- 通过模块市场为`WebNuxt工程`安装模块的实现

## v1.1.3-Release
### 新增
- `WebNuxt`工程发布,可通过模块市场安装,亦可直接访问[代码仓库](https://gitee.com/wonderful-code/build-admin-nuxt)
Expand Down
2 changes: 1 addition & 1 deletion config/buildadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// 内容分发网络URL,末尾不带`/`
'cdn_url' => '',
// 版本号
'version' => 'v1.1.3',
'version' => 'v1.1.4',
// 接口地址
'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": "1.1.3",
"version": "1.1.4",
"scripts": {
"dev": "vite --force",
"build": "vite build && esno ./src/utils/build.ts",
Expand Down

0 comments on commit b6b7f9c

Please sign in to comment.