Skip to content

Commit aa79143

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

File tree

10 files changed

+737
-25
lines changed

10 files changed

+737
-25
lines changed

.prettierrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
singleQuote: true, //字符串是否使用单引号,默认为false,使用双引号
3+
semi: false, //行位是否使用分号,默认为true
4+
trailingComma: 'es5', //是否使用尾逗号,有三个可选值"<none|es5|all>"
5+
arrowParens: 'always'
6+
};

README.md

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

9494
## 版本日志
9595

96-
最新版本 `0.2.1`
96+
最新版本 `0.2.2`
97+
98+
### 0.2.2
99+
100+
1. `F` 修复 tinymce 富文本动态绑定问题
101+
2. `U` 保持代码风格一致优化
97102

98103
### 0.2.1
99104

0 commit comments

Comments
 (0)