mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 10:31:09 +08:00
- Upgrade VitePress from 1.0.0-rc.4 to 1.6.4 (stable) - Update all dependencies (vue 3.5, typescript 5.6, @vue/tsconfig 0.5) - Remove defunct Documate AI integration and google-analytics plugin - Add Google Analytics via head config instead - Translate all 25+ documentation pages from Chinese to English - Add comprehensive REST API reference (docs/api/index.md) - Add v3.2 changelog to sidebar navigation (fixes dead link) - Update version string from v3.1 to v3.2 - Fix homepage changelog link to point to v3.2 - Update all WebUI screenshots with current v3.2 UI - Add new screenshots: calendar view, bangumi poster wall - Remove obsolete files: documate.json, deploy/windows.md, deploy/unix.md - Update CSS variables for VitePress 1.6.x compatibility 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>
35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
# Notification Settings
|
|
|
|
## WebUI Configuration
|
|
|
|
{width=500}{class=ab-shadow-card}
|
|
|
|
<br/>
|
|
|
|
- **Enable** enables notifications. If disabled, the settings below will not take effect.
|
|
- **Type** is the notification type. Currently supported:
|
|
- Telegram
|
|
- Wecom
|
|
- Bark
|
|
- ServerChan
|
|
- **Chat ID** only needs to be filled in when using `telegram` notifications. [How to get Telegram Bot Chat ID][1]
|
|
- **Wecom**: Fill in the custom push URL in the Chat ID field, and add [Rich Text Message][2] type on the server side. [Wecom Configuration Guide][3]
|
|
|
|
## `config.json` Configuration Options
|
|
|
|
The corresponding options in the configuration file are:
|
|
|
|
Configuration section: `notification`
|
|
|
|
| Parameter | Description | Type | WebUI Option | Default |
|
|
|-----------|------------------|---------|-----------------|----------|
|
|
| enable | Enable notifications | Boolean | Notifications | false |
|
|
| type | Notification type | String | Notification type | telegram |
|
|
| token | Notification token | String | Notification token | |
|
|
| chat_id | Notification Chat ID | String | Notification Chat ID | |
|
|
|
|
|
|
[1]: https://core.telegram.org/bots#6-botfather
|
|
[2]: https://github.com/umbors/wecomchan-alifun
|
|
[3]: https://github.com/easychen/wecomchan
|