Skip to content

Commit

Permalink
chroe: adjust redeme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
engigu committed Jan 1, 2025
1 parent 72e1090 commit ae0d5da
Showing 1 changed file with 32 additions and 47 deletions.
79 changes: 32 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,53 +20,38 @@ Message Nest 是一个灵活而强大的消息推送整合平台,旨在简化

关于日志,考虑到目前多数服务以收集控制台输出为主,暂时不支持写出日志文件。

2024.04.29

- [x] 支持sqlite部署,支持不同版本mysql

2024.04.11

- [x] 支持自定义的定时消息发送

2024.03.05

- [x] 支持微信测试公众号模板消息发送

2024.01.28

- [x] 支持docker部署,从环境变量启动服务

2024.01.24

- [x] 支持数据统计展示

2024.01.20

- [x] 添加日志查看自动刷新

2024.01.07

- [x] 支持站点信息自定义

2024.01.03

- [x] 支持企业微信


- [x] 单应用打包,直接运行,不用部署前端页面
- [x] 支持邮件发送
- [x] 用户密码设置
- [x] 支持用户定时任务清理,更新定时时间
- [x] 查看定时清理日志
- [x] 单应用的html浏览器自动缓存
- [x] gin的日志使用logrus
- [x] 支持异步发送
- [x] 支持邮件发送
- [x] 支持钉钉
- [x] 支持自定义的webhook消息发送
- [x] 企业微信
- [ ] ....

# 功能更新日志

- **2024.04.29**
- 支持 SQLite 部署
- 支持MySQL 5.x 8.x
- **2024.04.11**
- 支持自定义的定时消息发送
- **2024.03.05**
- 支持微信测试公众号模板消息发送
- **2024.01.28**
- 支持 Docker 部署,从环境变量启动服务
- **2024.01.24**
- 支持数据统计展示
- **2024.01.20**
- 添加日志查看自动刷新
- **2024.01.07**
- 支持站点信息自定义
- **2024.01.03**
- 支持企业微信
- 单应用打包,直接运行,无需部署前端页面
- 支持邮件发送
- 用户密码设置
- 支持用户定时任务清理,更新定时时间
- 查看定时清理日志
- 单应用的 HTML 浏览器自动缓存
- Gin 的日志使用 Logrus
- 支持异步发送
- 支持邮件发送
- 支持钉钉
- 支持自定义的 Webhook 消息发送
- 企业微信支持
-
## 项目来由 💡

自己常常写一些脚本需要消息推送,经常需要接入不同的消息发送,很不方便,于是就有了这个项目。
Expand Down

0 comments on commit ae0d5da

Please sign in to comment.