mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 14:35:53 +03:00
[GH-ISSUE #7] 可以保存推送历史吗 #5
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#5
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 @cwup on GitHub (Feb 19, 2019).
Original GitHub issue: https://github.com/Finb/Bark/issues/7
如题如题,谢谢!很好用
@cwup commented on GitHub (Feb 19, 2019):
可以考虑增加copy and open in Safari选项
(我在犯罪,一直在提需求了...有donate选项吗,一直用的话会donate
@Finb commented on GitHub (Feb 19, 2019):
你好,推送历史可以使用系统的通知中心,配合通知分组可以简单的管理推送内容。
收到推送时 下拉推送(或在通知中心左滑查看推送)有一个 复制 按钮,点击即可复制推送内容
发推送时,携带参数 automaticallyCopy=1, 则收到推送时,推送内容会自动复制到粘贴板
发推送时, 携带copy参数, 则上面两种复制操作,将只复制copy参数的值
示例
https://api.day.app/yourkey/验证码是9527 //复制“验证码是9527”
https://api.day.app/yourkey/验证码是9527?copy=9527 //复制“9527”
https://api.day.app/yourkey/验证码是9527?copy=9527&automaticallyCopy=1 //收到推送时,自动复制“9527”,无需手动操作
发推送时,携带url参数 ,点击推送则会打开连接(应用内打开,但和在Safari打开是一样的,共享cookie等)工具栏上有在Safari打开的按钮
示例
https://api.day.app/yourkey/百度网址?url=https://www.baidu.com
因为实现简单,所以App是完全免费的。😀
可以间接组合参数实现 copy and open in Safari
https://api.day.app/yourkey/搜索内容?automaticallyCopy=1&url=https://www.baidu.com
收到推送时,内容被自动复制,再点击进入Safari
@cwup commented on GitHub (Feb 19, 2019):
如何桌面端设置默认发送默认复制呢,不用每次添加auto参数😆
(我好懒啊,我在犯罪
(哦那个插件不是dalao您的啊,是v2另一位dalao的。。🤣
@Finb commented on GitHub (Feb 19, 2019):
我之前修改了一下,让插件发送推送时自动加上automaticallyCopy参数
相当于把电脑内容推送到iPhone的粘贴板
下载地址

https://github.com/Finb/Bark-Chrome-Extension/releases/tag/0.0.1
效果展示
@xlvecle commented on GitHub (Feb 19, 2019):
@cwup 这个feature我之前已经把 @Finb 大神的PR合并了,目前应该是支持的,如果不支持可能需要更新下服务端
@zhangnew commented on GitHub (Mar 20, 2019):
感谢大佬开发这么好用的工具,还是希望有个历史记录的功能,谢谢!