mirror of
https://github.com/Finb/Bark.git
synced 2026-04-27 23:15:50 +03:00
[GH-ISSUE #47] URL推送可以支持URL Schema吗 #44
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#44
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 @Liquor030 on GitHub (Jul 17, 2020).
Original GitHub issue: https://github.com/Finb/Bark/issues/47
尝试推送URL Schema链接,点击推送却无法跳转到该链接
@Finb commented on GitHub (Jul 17, 2020):
是支持URL Schema的,
方便发一份你请求的URL给我看下吗?只需发url参数部分
@Liquor030 commented on GitHub (Jul 17, 2020):
url=iFreeTime%3a%2f%2fbk%2fa%3d%e8%af%af%e9%81%93%e8%80%85%26n%3d%e7%8e%84%e6%b5%91%e9%81%93%e7%ab%a0%26d%3d0
@Liquor030 commented on GitHub (Jul 17, 2020):
我查看了历史记录,发现是正确的url,不过点击推送它并不会跳转
@Finb commented on GitHub (Jul 17, 2020):
URL参数值编码好像有问题
如果URL原始参数值为
将整个字符串编码后应为
我用这个当成URL参数值测试,可以正确跳转,你试一下看看
@Liquor030 commented on GitHub (Jul 17, 2020):
可以跳转了,非常感谢您的帮助😊