Update readme

This commit is contained in:
lin-xin 2017-05-24 14:49:58 +08:00
parent 7d3d32de07
commit 96f79bcc54
3 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- [x] markdown编辑器 - [x] markdown编辑器
- [x] 图片拖拽/裁剪上传 - [x] 图片拖拽/裁剪上传
- [x] 支持切换主题色 :sparkles: - [x] 支持切换主题色 :sparkles:
- [x] 列表拖拽排序
## 目录结构介绍 ## ## 目录结构介绍 ##

View File

@ -15,6 +15,7 @@ The scheme as a set of multi-function background frame templates, suitable for m
- [x] Markdown - [x] Markdown
- [x] Upload pictures by clipping or dragging - [x] Upload pictures by clipping or dragging
- [x] Support manual switch themes :sparkles: - [x] Support manual switch themes :sparkles:
- [x] List drag sort
## Directory structure ## ## Directory structure ##

View File

@ -32,6 +32,8 @@
<br> <br>
<el-checkbox disabled checked>支持切换主题色</el-checkbox> <el-checkbox disabled checked>支持切换主题色</el-checkbox>
<br> <br>
<el-checkbox disabled checked>列表拖拽排序</el-checkbox>
<br>
</article> </article>
</div> </div>