mirror of
https://github.com/Finb/Bark.git
synced 2026-04-25 22:15:52 +03:00
[GH-ISSUE #256] 重要警告 与 重复播放 的执行有点问题 #227
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#227
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 @Scribing on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/Finb/Bark/issues/256
使用参数
level=critical&call=1实际只会响铃1声,随后只有震动,
并且多次重复运行后还可能出现震动也消失的情况。
@Finb commented on GitHub (Nov 18, 2024):
call=1 没有重要警告的权限,所以不能突破静音设置,如果想长时间响铃,需要自己找一段 30s 以内的铃声导入到 app 里。配合 sound 参数修改重要警告的铃声为你导入的那个。
@Scribing commented on GitHub (Nov 18, 2024):
导入的铃声也是只能响一次吧
@Finb commented on GitHub (Nov 18, 2024):
对的,但可以导入一段 30s 的
@Finb commented on GitHub (Nov 20, 2024):
将改进实现逻辑,实现 critical 和 call 一起使用。