|
@@ -38,7 +38,7 @@ _✨ 搭建专属于你的消息推送服务,支持多种消息推送方式,
|
|
|
> 注意:Message Pusher 原本基于 Node.js 开发,当前版本为 Golang 重构版本,目前处于预发布阶段,可能不太稳定,如果需要稳定版请使用[旧版本](https://github.com/songquanpeng/message-pusher/releases/tag/v0.2.3)。
|
|
|
|
|
|
## 功能
|
|
|
-+ [x] 多种消息推送方式:
|
|
|
+1. 多种消息推送方式:
|
|
|
+ [x] 邮件消息
|
|
|
+ [x] 微信测试号
|
|
|
+ [x] 企业微信
|
|
@@ -46,11 +46,14 @@ _✨ 搭建专属于你的消息推送服务,支持多种消息推送方式,
|
|
|
+ [x] 钉钉群机器人
|
|
|
+ [ ] 桌面客户端
|
|
|
+ [ ] Bark
|
|
|
-+ [x] 多种用户登录注册方式:
|
|
|
- + [x] 邮箱登录注册以及通过邮箱进行密码重置
|
|
|
- + [x] [GitHub 开放授权](https://github.com/settings/applications/new)
|
|
|
- + [x] 微信公众号授权(需要 [wechat-server](https://github.com/songquanpeng/wechat-server))
|
|
|
-+ [x] Cloudflare Turnstile 用户校验
|
|
|
+2. 多种用户登录注册方式:
|
|
|
+ + [x] 邮箱登录注册以及通过邮箱进行密码重置。
|
|
|
+ + [x] [GitHub 开放授权](https://github.com/settings/applications/new)。
|
|
|
+ + [x] 微信公众号授权(需要额外部署 [WeChat Server](https://github.com/songquanpeng/wechat-server))。
|
|
|
+3. 支持 Markdown。
|
|
|
+4. 支持用户管理。
|
|
|
+5. Cloudflare Turnstile 用户校验。
|
|
|
+6. 支持在线发布公告,设置关于界面以及页脚。
|
|
|
|
|
|
## 部署
|
|
|
1. 从 [GitHub Releases](https://github.com/songquanpeng/message-pusher/releases/latest) 下载可执行文件或者从源码编译:
|