mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-20 03:46:40 +08:00
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>
1.5 KiB
1.5 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 | 通知トークン | 文字列 | 通知トークン | |
| chat_id | 通知Chat ID | 文字列 | 通知Chat ID |