mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 14:35:53 +03:00
[GH-ISSUE #5] 考虑在通知内容中包含 图片 视频 音频 等内容吗? #6
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chenbaocn on GitHub (Dec 17, 2018).
Original GitHub issue: https://github.com/Finb/Bark/issues/5
@Finb commented on GitHub (Dec 18, 2018):
应该不支持~
推送只能文本,其他内容必须上传到互联网得到一个URL,在收到推送时手机去主动下载这个URL,下载完毕后再呈现推送内容。
但这里面有很多限制,例如总共只能有30S的运行时间,呈现的推送界面需要用户下拉推送打开,很多操作都不能用
所以还不如 直接把 图片视频的URL 当成文本推送过去,下拉推送后 URL是可点击的,之后跳转到Safari就可以做相对应的操作了
@1273082756 commented on GitHub (May 13, 2021):
请问考虑支持一下Markdown吗