Skip to content

Commit

Permalink
📃docs: add some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
xiajingren committed Nov 14, 2020
1 parent a3d122d commit ec3b102
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# xhznl-todo-list

:sparkles:一个使用electron + vue + electron-builder开发的跨平台 todo-list 桌面应用

## 功能预览

![image1](/resources/1.png)
![image1](/resources/2.png)
![image1](/resources/3.png)
![image1](/resources/4.png)
![image1](/resources/5.png)

## Project setup
```
npm install
Expand All @@ -20,5 +30,12 @@ npm run electron:build
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Roadmap

- [x] todo/done 基本功能
- [x] 软件自动更新
- [ ] done list 数据导出
- [ ] 开机启动
- [ ] 窗口贴边自动收起
- [ ] ......

Binary file added resources/1.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 added resources/2.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 added resources/3.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 added resources/4.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 added resources/5.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 ec3b102

Please sign in to comment.