mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 11:57:46 +08:00
- Configure VitePress locales with zh-CN as root and en-US as /en/ - Translate all documentation to Chinese (31 files) - Create English documentation under /en/ directory - Add Chinese UI labels for navigation and pagination - Language switcher now available in site header Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
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 |