mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 22:45:49 +03:00
[GH-ISSUE #283] 希望可以通过“快捷指令”直接完成发送,而不是通过快捷指令中的URL请求。 #247
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#247
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 @NianBroken on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/283
在快捷指令中使用URL请求时,如果发送端没有联网,那么就会直接发送失败,无法重新发送,也无法留下需要发送的内容用于后续查看。
我希望可以支持直接在快捷指令中进行发送通知,实现类似如图所示的原生支持快捷指令,思路如下。
发送通知 - 使用该快捷指令后会调用barkAPP将通知内容存储到barkAPP的“本地”,然后再进行发送,如果发送失败,会在barkAPP中显示“发送失败”。
重新发送通知 - 使用该快捷指令后会调用barkAPP读取本地“发送失败”的通知,然后进行重新发送。