Files
DanDingNoneBot/kb_build/pages/功能帮助_通知方式.txt
Mr.Xia c2da507f43 feat(wtfllm): 接入 nonebot-plugin-wtfllm AI 帮助助手
- pyproject 注册 nonebot_plugin_wtfllm 插件
- 新增 wtfllm_gate 插件:仅在群 621016172 启用 wtfllm 响应
- 新增 kb_build:抓取 danding.vip 文档并导入 wtfllm 知识库的脚本
- requirements: 升级 nonebot2 2.5.0 / pydantic 2.13.5,补 aiohttp 与 wtfllm 依赖
2026-08-30 00:14:45 +08:00

41 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 通知方式​
> 来源: https://www.danding.vip/%E5%8A%9F%E8%83%BD%E5%B8%AE%E5%8A%A9/%E9%80%9A%E7%9F%A5%E6%96%B9%E5%BC%8F.html
# 通知方式​
最后更新时间2026年5月14日
通知用于接收验证码、任务结束、寄养等待、寄养完成等消息。不同通知方式支持的消息范围可能不同,以软件设置页显示为准。
## 当前支持​
- 邮件通知。
- APP 通知。
- QQ 推送。
- PushPlus。
- 喵提醒。
- 微信推送:仅在服务端推送配置有效时可用。
## 邮件通知​
邮件通知使用注册账号绑定的邮箱。验证码和任务结束通知都可通过邮件接收。
使用方式:
- 确认账号邮箱可正常接收邮件。
- 在任务配置或通知设置中选择邮件通知。
- 运行任务后等待结束通知。
## APP 通知​
APP 通知用于手机端接收任务消息。软件登录后会获取 APP 通知密钥。
使用方式:
- 安装官方提供的通知接收 APP。
- 在软件中登录账号。
- 在任务配置或通知设置中选择 APP 通知。
## QQ 推送、PushPlus、喵提醒
这些方式用于将任务消息推送到对应平台。
使用方式:
- 在对应平台准备推送所需的标识或密钥。
- 在软件通知设置中填写并保存。
- 选择对应通知方式后运行任务。
## 排查​
- 收不到通知时,先确认网络正常。
- 检查账号是否登录。
- 检查对应通知方式的密钥或账号配置是否正确。
- 任务未正常结束时,不一定会触发结束通知,应先查看日志。