mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #132] 用换行有问题,请教 #122
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#122
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 @eryuehua-jian on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/Finb/Bark/issues/132
https://api.day.app/key/今日新闻/国家安全'\n'教育课时
上面是链接,下面是通知结果
国家安全'
n'教育课时
换行符用起来感觉有问题啊
正常来说只是用了换行符 为什么标题不显示了,而且换行符号也有问题。。。
@xilou31 commented on GitHub (Jan 8, 2022):
需要对换行这种特殊字符进行编码再发送
@eryuehua-jian commented on GitHub (Jan 8, 2022):
对整个body一起编码行不行> 需要对换行这种特殊字符进行编码再发送
@xilou31 commented on GitHub (Jan 8, 2022):
也可以呀,但是你要自己手动解码不也挺麻烦的
@stilleshan commented on GitHub (Jan 8, 2022):
https://api.day.app/key/今日新闻/国家安全%0a教育课时
@eryuehua-jian commented on GitHub (Jan 8, 2022):
你这个用起来方便
@stilleshan commented on GitHub (Jan 8, 2022):
可以就 close issue