From c924f0ac2d871dbe5448493fd04387d9c4fb480f Mon Sep 17 00:00:00 2001 From: mic1on Date: Sat, 11 Jul 2026 20:35:28 +0800 Subject: [PATCH] docs: align pushdeer default type docs Document markdown as the default PushDeer message type, matching implementation and tests.\n\nRefs #42 --- src/use_notify/channels/pushdeer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/use_notify/channels/pushdeer.py b/src/use_notify/channels/pushdeer.py index d3efa2f..c99deef 100644 --- a/src/use_notify/channels/pushdeer.py +++ b/src/use_notify/channels/pushdeer.py @@ -13,14 +13,14 @@ class PushDeer(BaseChannel): """pushdeer app 消息通知 支持三种消息类型: - - text: 纯文本消息 (默认) + - text: 纯文本消息 - image: 图片消息 - - markdown: Markdown格式消息 + - markdown: Markdown格式消息 (默认) 配置参数: - token: PushDeer的pushkey - base_url: 可选,自建PushDeer服务的URL,默认为"https://api2.pushdeer.com" - - type: 可选,消息类型,可选值为text、markdown、image,默认为text + - type: 可选,消息类型,可选值为text、markdown、image,默认为markdown """ @property