Files
Auto_Bangumi/docs/config/notifier.md
Estrella Pan 7596d041b9 fix(docs): use absolute paths for images (#967)
* fix(docs): use absolute paths for images in public folder

Relative paths (../image/) don't work on Vercel since the image/
folder at docs root is not tracked in git. Only public/image/ is
tracked. Using absolute paths (/image/) correctly references the
public folder assets.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: update README image paths to public folder

The images are tracked at docs/public/image/, not docs/image/.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 11:52:50 +01:00

35 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
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.
# 通知设置
## WebUI 配置
![notification](/image/config/notifier.png){width=500}{class=ab-shadow-card}
<br/>
- **启用** 启用通知功能。如果禁用,下方设置将不会生效。
- **类型** 为通知类型。目前支持:
- Telegram
- Wecom
- Bark
- ServerChan
- **Chat ID** 仅在使用 `telegram` 通知时需要填写。[如何获取 Telegram Bot Chat ID][1]
- **Wecom**:在 Chat ID 字段填写自定义推送 URL并在服务端添加[富文本消息][2]类型。[Wecom 配置指南][3]
## `config.json` 配置选项
配置文件中的对应选项如下:
配置节:`notification`
| 参数 | 说明 | 类型 | WebUI 选项 | 默认值 |
|---------|---------------|---------|-----------------|----------|
| enable | 启用通知 | 布尔值 | 通知 | false |
| type | 通知类型 | 字符串 | 通知类型 | telegram |
| token | 通知 Token | 字符串 | 通知 Token | |
| chat_id | 通知 Chat ID | 字符串 | 通知 Chat ID | |
[1]: https://core.telegram.org/bots#6-botfather
[2]: https://github.com/umbors/wecomchan-alifun
[3]: https://github.com/easychen/wecomchan