mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #92] 普通用户反馈一个小问题:电脑上复制的内容中包含+号,推送到手机时+就变成了空格 #87
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#87
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 @IcyRoST on GitHub (Apr 16, 2021).
Original GitHub issue: https://github.com/Finb/Bark/issues/92
如题。
@Finb commented on GitHub (Apr 16, 2021):
在 url 中 + 号就是空格,如果要显示加号需要写成 %2B。
@IcyRoST commented on GitHub (Apr 16, 2021):
啊,问题真的解决了
谢谢