mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #138] 建议可以对分组配置是否开启铃声 #124
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#124
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 @vincent806 on GitHub (Feb 18, 2022).
Original GitHub issue: https://github.com/Finb/Bark/issues/138
想要达成的效果是,某类消息有时候因为各种各样的关系,会密集地往手机客户端发送消息,例如某个应用异常调用了bark通知,在还没有处理之前手机会持续响,这里想通过对该消息所在的分组进行一个静音的操作,从而达到不再响的效果,同时不影响其它分组的消息。
首先我知道有个sound参数上面可以配置silience达到静音的效果,但这个参数得在发送端配置,非常不方便,所以希望能直接在客户端对分组做一个静音开关(免打扰)的操作,这样比较方便。
类比企业微信应用通道,通过建立不同的应用,可以达到分组的效果,同时每个应用(分组)又可以选择'免打扰',非常方便.