Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunizb committed Jun 2, 2020
2 parents 2285937 + 733beff commit 9cfeebb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
部分代码效果预览:[https://dunizb.github.io/CodeTest/](https://dunizb.github.io/CodeTest/)

更新:
+ [uni-app开发todo,uni-app入门小应用](https://github.com/dunizb/CodeTest/tree/master/projects/uni-app-todo)
+ [React的新状态管理:Recoil 入门实战](https://github.com/dunizb/CodeTest/tree/master/React/recoil-test)
+ [使用JavaScript直接从前端发送电子邮件](https://github.com/dunizb/CodeTest/tree/master/projects/emailjs-demo)
+ [HTML页面生成器:使用JavaScript和Node创建CLI](https://github.com/dunizb/CodeTest/tree/master/Node/html-generator-cli)
+ [使用TypeScript和ES模块发布Node模块](https://github.com/dunizb/CodeTest/tree/master/TypeScript/typescript-es-modules)
+ [使用TypeScript和ES模块发布Node模块](https://github.com/dunizb/CodeTest/tree/master/Typescript/typescript-es-modules)
+ [从零开始创建一个CLI](https://github.com/dunizb/CodeTest/tree/master/Node/my-cli)
+ [TypeScript Demo study](https://github.com/dunizb/CodeTest/tree/master/TypeScript/ts-study)
+ [小程序 textarea 的高层级问题演示](https://github.com/dunizb/CodeTest/tree/master/Wechat/textarea-test)
Expand Down
4 changes: 3 additions & 1 deletion projects/uni-app-todo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

使用 uni-app 开发的todo,参考慕课网[《uni-app5小时快速入门》](https://www.imooc.com/learn/1215),略有不同

![](./screenshot.png)
| h5 | 微信小程序 |
|:-----|:-------|
|![](./h5.png)|![](./weixin.png)|
Binary file added projects/uni-app-todo/h5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed projects/uni-app-todo/screenshot.png
Binary file not shown.
Binary file added projects/uni-app-todo/weixin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cfeebb

Please sign in to comment.