mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-03 10:14:07 +08:00
* 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>
1.2 KiB
1.2 KiB
通知设置
WebUI 配置
{width=500}{class=ab-shadow-card}
- 启用 启用通知功能。如果禁用,下方设置将不会生效。
- 类型 为通知类型。目前支持:
- Telegram
- Wecom
- Bark
- ServerChan
- Chat ID 仅在使用
telegram通知时需要填写。如何获取 Telegram Bot Chat ID - Wecom:在 Chat ID 字段填写自定义推送 URL,并在服务端添加富文本消息类型。Wecom 配置指南
config.json 配置选项
配置文件中的对应选项如下:
配置节:notification
| 参数 | 说明 | 类型 | WebUI 选项 | 默认值 |
|---|---|---|---|---|
| enable | 启用通知 | 布尔值 | 通知 | false |
| type | 通知类型 | 字符串 | 通知类型 | telegram |
| token | 通知 Token | 字符串 | 通知 Token | |
| chat_id | 通知 Chat ID | 字符串 | 通知 Chat ID |