Skip to content

Commit 62e8af5

Browse files
committed
Merge branch 'develop' of https://github.com/TaleLin/lin-cms-vue into develop
2 parents 10bbb51 + dfb67e7 commit 62e8af5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1113
-3321
lines changed

.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://dev.lin.colorful3.com'
3+
VUE_APP_BASE_URL = 'http://localhost:5000/'

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="#简介">简介</a>&nbsp;|&nbsp;<a href="#快速上手">快速上手</a>&nbsp;|&nbsp;<a href="#版本日志">版本日志</a>
1010
</p>
1111

12-
![](https://img.shields.io/badge/版本-0.1.0.beta.2-3963bc.svg)
12+
![](https://img.shields.io/badge/版本-0.2.1-3963bc.svg)
1313
![](https://img.shields.io/badge/node-8.11.0+-3963bc.svg)
1414
![](https://img.shields.io/badge/脚手架-vuecli3-3963bc.svg)
1515
![](https://img.shields.io/badge/license-MIT-3963bc.svg)
@@ -37,6 +37,10 @@ Lin-CMS 是一套前后端完整的解决方案,后端部署请移步:
3737

3838
[http://face.cms.7yue.pro/](http://face.cms.7yue.pro/)
3939

40+
### 案例
41+
42+
[http://sleeve.7yue.pro/](http://sleeve.7yue.pro/)
43+
4044

4145
### Lin CMS 的特点
4246

@@ -81,24 +85,30 @@ npm run serve or yarn (run) serve
8185
## 讨论交流
8286
微信公众号搜索:林间有风
8387
<br>
84-
<img class="QR-img" src="http://imglf6.nosdn0.126.net/img/YUdIR2E3ME5weEdlNThuRmI4TFh3UWhiNmladWVoaTlXUXpicEFPa1F6czFNYkdmcWRIbGRRPT0.jpg?imageView&thumbnail=500x0&quality=96&stripmeta=0&type=jpg" width="150" height="150" style='text-align:left;width: 100px;height: 100px'>
88+
<img class="QR-img" src="http://i1.sleeve.7yue.pro/wechat-account.jpeg" width="150" height="150">
8589

8690
QQ群搜索:林间有风 或 643205479
8791

8892
<img src="https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/qrcode_1558012902375.jpg" width="150" height="205" >
8993

9094
## 版本日志
9195

92-
<<<<<<< HEAD
93-
最新版本 `0.2.0`
96+
最新版本 `0.2.1`
97+
98+
### 0.2.1
99+
100+
1. `A` 新增一键清除 reuse tab
101+
2. `A` 新增侧边导航搜索,可在 config 配置是否启用
102+
3. `F` 修复 post put 等请求不能自动重发问题
103+
4. `U` 优化异常处理,框架默认弹出前端配置异常信息,可通过 handleError 和 showBackend 控制本次请求是否开发者自行处理和是否直接展示后端返回异常信息
104+
5. `C` 登录用户名字段由 nickname -> username,同时新增 nickname 为昵称字段,可以更新昵称(需后端同步修改)
105+
6. `U` 优化了一些移动端适配
106+
7. `C` 列表信息字段由 collection -> items, total_nums -> total, 增加 count、page、total_page字段(需后端同步修改)
94107

95108
### 0.2.0
96109

97110
1. `A` 新增图像上传、图像预览、富文本等自定义组件
98111
2. `A` 新增 lin-cms-ui 多个基础组件
99-
=======
100-
最新版本 `0.1.0-beta.3`
101-
>>>>>>> 0b890cda57f1aaa11af9315d031ae15fae4def51
102112

103113
### 0.1.0-beta.3
104114

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "lin-cms",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"serve": "node script/plugin-get-config.js && vue-cli-service serve",
77
"build": "node script/plugin-get-config.js && vue-cli-service build",
88
"lint": "vue-cli-service lint",
9-
"commitizen": "commitizen init cz-conventional-changelog --save-dev --save-exact",
9+
"commit": "git-cz",
1010
"plugin-init": "node script/plugin-init.js",
1111
"plugin-new": "node script/plugin-new.js",
1212
"plugin-reconfig": "node script/plugin-get-config.js",
1313
"test:unit": "vue-cli-service test:unit"
1414
},
1515
"dependencies": {
1616
"@babel/polyfill": "^7.4.4",
17-
"@tinymce/tinymce-vue": "^2.1.0",
17+
"@tinymce/tinymce-vue": "^2.0.0",
1818
"axios": "~0.18.0",
1919
"element-ui": "^2.10.1",
2020
"event-source-polyfill": "^1.0.7",
@@ -25,7 +25,7 @@
2525
"moment": "^2.24.0",
2626
"photoswipe": "^4.1.2",
2727
"screenfull": "^4.2.0",
28-
"tinymce": "^5.0.12",
28+
"tinymce": "^5.0.1",
2929
"vue": "^2.6.10",
3030
"vue-awesome-swiper": "^3.1.3",
3131
"vue-croppa": "^1.3.8",

0 commit comments

Comments
 (0)