mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #335] 希望 call=1 时,静音模式能一直震动 #295
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#295
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 @Saafo on GitHub (Dec 31, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/335
或者提供单独的参数,在静音模式下,模拟系统通话一直震动的行为(也与微信非 LiveCommunicationKit 普通通知 UI 时的视频消息通知会一直震动类似)
@Finb commented on GitHub (Dec 31, 2025):
这个应该不会再加,之前试过比较复杂,还会导致一些问题出现。
实现这个需要用两条推送模拟成一条推送, 一条先显示推送内容,另外一条阻塞在后台持续震动。
之前这样会导致一些问题,比如会阻止一起收到的其他推送的逻辑处理,所以最后使用重要通知功能给替换掉这个了。
如果你想有强提醒又不想过于打扰,可以配合 level=critical&volume=2 参数,音量调整到你觉得合适大大小,这样静音模式下也会强提醒。