mirror of
https://github.com/Finb/Bark.git
synced 2026-04-27 06:55:50 +03:00
[GH-ISSUE #25] 显示历史推送信息功能 #24
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#24
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 @yrjyrj123 on GitHub (May 19, 2019).
Original GitHub issue: https://github.com/Finb/Bark/issues/25
APP中那个显示使用说明的列表,是否可以增加显示历史推送消息的功能呢?
服务器每次记录下收到的消息,这样点开推送条目后,就可以在APP中看到推送的内容,再也不怕手滑点没了。
隔壁收费的pushover有这个功能。
@Finb commented on GitHub (May 30, 2019):
176fdc0669搞了个临时方案,可以防止手滑
点开推送后也可以把推送添加到备忘录中,应用不保存任何推送信息
现在可以在App Store更新
如果你想要一个消息列表,可以自己实现一个部署在自己的服务器
发推送的时候携带这个消息列表的URL,这样点击推送将直接打开这URL,就能看到你的消息列表了
@HellyW commented on GitHub (Jul 2, 2019):
在小程序加入了这个功能 可以试试
@jjss520 commented on GitHub (Sep 18, 2019):
发推送的时候携带这个消息列表的URL,这个怎么实现呢?