Files
Auto_Bangumi/docs/ja/config/notifier.md
Estrella Pan dfe66d279c docs: add Japanese documentation (#970)
Add complete Japanese translation for all documentation pages including:
- Home and about pages
- Deployment guides (Docker CLI, Docker Compose, DSM, Local)
- Configuration pages (RSS, Downloader, Parser, Notifier, Manager, Proxy, Experimental)
- Feature documentation (RSS Management, Bangumi, Calendar, Rename, Search)
- FAQ and troubleshooting
- API reference
- Changelogs (2.6, 3.0, 3.1, 3.2)
- Developer guide

Also updates VitePress config to add Japanese locale with full sidebar navigation.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 21:06:38 +01:00

35 lines
1.5 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 | 通知トークン | 文字列 | 通知トークン | |
| 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