Skip to content

Commit 43de300

Browse files
authored
Hot fix/tinymce (#264)
* Update README.md * Update axios.js * feat: publish new version * Update README.md * Update README.md * Update README.md * fix:版本日志中字段名拼写错误 * fix: 获取图书列表时loading状态无效 (#252) * style: 使用lint-staged禁止提交未通过eslint校验的代码 (#255) * style: 增加.prettier.js配置文件 (#257) * fix(circular reference): circular reference fix #250
1 parent cdbe98c commit 43de300

File tree

7 files changed

+725
-17
lines changed

7 files changed

+725
-17
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)