mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-15 19:57:07 +08:00
feat: add WPUSH notification provider (#3066)
Add WPUSH as a notification channel for Qinglong panel settings and sample notify scripts (Python/JS), using POST https://api.wpush.cn/api/v1/send with success code === 0. Supports optional channel and topic_code.
This commit is contained in:
@@ -276,3 +276,13 @@ export OPENILINK_HUB_URL=""
|
||||
export OPENILINK_CONTEXT_TOKEN=""
|
||||
|
||||
## 其他需要的变量,脚本中需要的变量使用 export 变量名= 声明即可
|
||||
|
||||
## 23. WPUSH
|
||||
## 官方文档: https://wpush.cn/docs
|
||||
## WPUSH_APIKEY (必填) 在 https://wpush.cn/settings 获取,以 WPUSH 开头
|
||||
export WPUSH_APIKEY=""
|
||||
## 推送渠道,支持 wechat/app/sms/mail/webhook/dingtalk/feishu/wechat_work/clawbot/qqbot,默认 wechat
|
||||
export WPUSH_CHANNEL="wechat"
|
||||
## 可选,Topic 广播编码;填写后按 Topic 推送
|
||||
export WPUSH_TOPIC_CODE=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user