Git Product home page Git Product logo

Comments (6)

cwup avatar cwup commented on July 18, 2024

可以考虑增加copy and open in Safari选项
(我在犯罪,一直在提需求了...有donate选项吗,一直用的话会donate

from bark.

Finb avatar Finb commented on July 18, 2024

你好,推送历史可以使用系统的通知中心,配合通知分组可以简单的管理推送内容。

收到推送时 下拉推送(或在通知中心左滑查看推送)有一个 复制 按钮,点击即可复制推送内容
发推送时,携带参数 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

from bark.

cwup avatar cwup commented on July 18, 2024

如何桌面端设置默认发送默认复制呢,不用每次添加auto参数😆
(我好懒啊,我在犯罪
(哦那个插件不是dalao您的啊,是v2另一位dalao的。。🤣

from bark.

Finb avatar Finb commented on July 18, 2024

我之前修改了一下,让插件发送推送时自动加上automaticallyCopy参数
相当于把电脑内容推送到iPhone的粘贴板

下载地址
https://github.com/Finb/Bark-Chrome-Extension/releases/tag/0.0.1
效果展示

from bark.

xlvecle avatar xlvecle commented on July 18, 2024

@cwup 这个feature我之前已经把 @Finb 大神的PR合并了,目前应该是支持的,如果不支持可能需要更新下服务端

from bark.

zhangnew avatar zhangnew commented on July 18, 2024

感谢大佬开发这么好用的工具,还是希望有个历史记录的功能,谢谢!

from bark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.