Skip to content

Commit e1e23b8

Browse files
author
Enming Zhang
authored
Update README.md
1 parent b1558c1 commit e1e23b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
> DEMO在[这里](https://youknowznm.github.io/demos/vue_memo/)
44
55
完全原创的基于 Vue.js 的记事本应用,实现了以下功能:
6-
- 增删、编辑笔记
7-
- 标记笔记是否为已完成状态
8-
-`类别``标题``内容``时间戳`进行过滤
9-
-`创建时间``标题`排序
10-
- 暂存未确认保存的笔记
116
- 支持`文本``涂鸦`两种记录方式
127
* 文本编辑器支持`Markdown`格式
138
* 涂鸦编辑器(来自我的[另一个项目](https://github.com/youknowznm/paint))支持`选取颜色``撤销``重做``清除画布`
14-
- 通过`localStorage`对象实现数据的本地持久化
9+
 - 使用`localStorage`实现数据的本地持久化
10+
- 增删、编辑笔记
11+
- 暂存未确认保存的笔记
12+
 - 标记笔记的完成状态
13+
-`类别``标题``内容``时间戳`进行过滤
14+
-`创建时间``标题`排序
1515
- 对不同尺寸的桌面端和移动端响应适配
1616

1717
```

0 commit comments

Comments
 (0)