[GH-ISSUE #319] 希望支持推送内容格式化, #281

Closed
opened 2026-03-03 11:42:10 +03:00 by kerem · 1 comment
Owner

Originally created by @gabyic on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/319

比如换行、居中等等,居中估计难 换行可以

Originally created by @gabyic on GitHub (Sep 18, 2025). Original GitHub issue: https://github.com/Finb/Bark/issues/319 比如换行、居中等等,居中估计难 换行可以
kerem closed this issue 2026-03-03 11:42:10 +03:00
Author
Owner

@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'

<!-- gh-comment-id:3305805310 --> @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'
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Bark#281
No description provided.