Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYunfeii committed Dec 19, 2022
1 parent 35134d0 commit ea8088b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added README.assets/image-20221219132251018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

制作MiniToDoList的初衷是想要一款**极简**的ToDoList。它不需要花里胡哨的功能,只需要记录事务和是否完成等基础信息,配合上一个简单的数据库功能即可。

注意:当前版本默认采用Redis后端,实现多端同步功能。本地数据库功能默认关闭。
注意:当前版本默认采用Redis后端,实现多端同步功能(服务器挂的本人的腾讯云)。本地数据库功能默认关闭。

<strong style="color:red;">使用:直接双击根目录下release-version文件夹内SimpleReminder.exe即可,依赖全部配好。</strong>

Expand All @@ -22,6 +22,10 @@

可自行体验

## 多用户

![image-20221219132251018](README.assets/image-20221219132251018.png)

# 简单架构

![structure](README.assets/structure.jpg)

0 comments on commit ea8088b

Please sign in to comment.