From c079ba9fe9330b88cb1c25e562dfca0ca62c06d8 Mon Sep 17 00:00:00 2001 From: JustSong Date: Mon, 8 May 2023 11:24:47 +0800 Subject: [PATCH] docs: update README (#66) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6775239..7e23e4f 100644 --- a/README.md +++ b/README.md @@ -201,12 +201,12 @@ proxy_send_timeout 300s; | `ding` | ✅ | ✅ | ✅ | ✅️ | ✅ | ✅ | | `bark` | ✅ | ✅ | ✅ | ✅️ | ❌ | ✅ | | `client` | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | -| `telegram` | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | +| `telegram` | ❌ | ❌ | ✅ | ❌ | ✅ | ✅ | | `discord` | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | 注意: 1. 对于大部分通道,`description` 字段和 `content` 是不能同时存在的,如果你只需要文字消息,请使用 `description` 字段,如果你需要发送 Markdown 消息,请使用 `content` 字段。 -2. 部分通道的 Markdown 支持实际上是通过 URL 跳转到本系统所渲染的消息详情实现的。 +2. 部分通道的 Markdown 支持实际上是通过 URL 跳转到本系统所渲染的消息详情实现的,其他通道的 Markdown 支持受限于具体的通道,支持的语法并不统一。 **示例:**