mirror of
https://github.com/Finb/Bark.git
synced 2026-04-27 06:55:50 +03:00
[GH-ISSUE #319] 希望支持推送内容格式化, #281
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#281
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 @gabyic on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/319
比如换行、居中等等,居中估计难 换行可以
@Finb commented on GitHub (Sep 18, 2025):
换行符与普通特殊字符没有区别,默认都支持
GET请求:
https://api.day.app/your_key/hello%0aworld
POST请求:
curl -X POST https://api.day.app/your_key -F $'body=hello\nworld'