feat: docs: Telegram Bot (#241)

This commit is contained in:
Dream Hunter
2024-05-16 13:27:26 +08:00
committed by GitHub
parent bbc4c05d69
commit 4bd876a5f4
3 changed files with 7 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: '发送邮件 API', link: 'feature/send-mail-api' },
{ text: '查看邮件 API', link: 'feature/mail-api' },
{ text: '配置子域名邮箱', link: 'feature/subdomain' },
{ text: '配置 Telegram Bot', link: 'feature/telegram' },
]
},
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,6 @@
# 配置 Telegram Bot
- 点击`初始化`即可完成配置。
- 点击`查看状态`,可以查看当前配置的状态。
![telegram](/feature/telegram.png)