Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/use_notify/channels/pushdeer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down