Skip to content

Commit

Permalink
docs:更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyumc committed Aug 1, 2024
1 parent e433e79 commit 4832746
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
![img_2.png](img/img_2.png)
<h6 align="center">定时发送消息

![img.png](img/img13.png)
<h6 align="center">错误检测

![img_3.png](img/img_3.png)
<h6 align="center">后台管理界面

Expand All @@ -20,6 +23,8 @@

✅循环发送消息:cron表达式可设置任意循环作业🔄

✅可靠性保证:日志记录以及自动错误检测,可保证定时任务不遗漏执行🔍

✅群发消息:一次性向多个好友发送不同的消息👥

✅全平台支持,轻松部署在服务器上,服务端部署在win平台接受客户端的请求,客户端可部署到任意平台🌍
Expand All @@ -46,12 +51,14 @@

## YuYuWechatV2_Client客户端

![img_5.png](img/img_5.png)
![img_5.png](img/img.png)
客户端是一个轻量的前端,可以在任意平台上运行,通过网络请求发送消息给服务端

### 客户端功能

- `首页`:连接服务器ip,导入导出数据库,启动定时任务
- `首页`:功能概览
- `日志`:查看客户端函数调用情况的日志,方便调试和检测错误
- `错误检测`:检测客户端的各种功能是否正常以及定时任务是否遗漏
- `发送消息管理`:批量发送消息
- `定时任务管理`:定时发送消息
- `数据管理界面`:管理数据库内容,编辑发送消息
Expand Down
Binary file modified YuYuWechatV2_Client/db.sqlite3
Binary file not shown.
Binary file modified img/img.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 img/img13.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 4832746

Please sign in to comment.