diff --git a/README.md b/README.md index 93995a9..bfb86a2 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,29 @@ [![docker](https://github.com/xpnas/inotify/actions/workflows/docker.yml/badge.svg)](https://github.com/xpnas/inotify/actions/workflows/docker.yml) -a message notify center for weChat and telegram and email - 一个简易的消息通知系统,支持企业微信、电报机器人、邮件推送 -支持快速自定义扩展 +类似Server酱、支持快速自定义扩展 -类似Server酱 +## 功能支持 -## 一、使用方法 +- [x] 通道设置 +- [x] 用户管理 +- [x] 系统状态 +- [x] 代理设置 +- [x] Github登陆 +- [ ] 外部日志 + +## 通道支持 + +- [x] 企业微信应用消息 +- [x] 企业微信群机器人 +- [x] SMTP邮箱消息 +- [ ] 钉钉群机器人 +- [ ] 飞书群机器人 +- [ ] 自定义 + +## 使用方法 1. Docker安装 ``` docker run --name=inotify -d -p 8000:80 -v inotify_data:/inotify_data --restart=always xpnas/inotify:master @@ -26,7 +40,7 @@ a message notify center for weChat and telegram and email 3. 默认用户名admin,密码123456 -## 二、系统截图 +## 系统截图 ![](../master/public/A.png)