Skip to content

Commit bbb8d0a

Browse files
committed
feat: prepare for new version
1 parent 250a4fa commit bbb8d0a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ENV = 'development'
22

3-
VUE_APP_BASE_URL = 'http://koa.lin.colorful3.com/'
3+
VUE_APP_BASE_URL = 'http://localhost:5000/'

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22

3-
VUE_APP_BASE_URL = ''http://koa.lin.colorful3.com/
3+
VUE_APP_BASE_URL = 'http://localhost:5000/'

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,12 @@ QQ群搜索:林间有风 或 643205479
8989

9090
## 版本日志
9191

92-
最新版本 `0.1.0-beta.3`
92+
最新版本 `0.2.0`
93+
94+
### 0.2.0
95+
96+
1. `A` 新增图像上传、图像预览、富文本等自定义组件
97+
2. `A` 新增 lin-cms-ui 多个基础组件
9398

9499
### 0.1.0-beta.3
95100

src/lin/plugins/axios.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,3 @@ export function _delete(url, params = {}) {
259259
}
260260

261261
export default _axios
262-

0 commit comments

Comments
 (0)