mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 14:35:53 +03:00
[GH-ISSUE #263] 推送加密,当level为critical,并设置volume时,volume不生效 #232
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#232
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 @penruins on GitHub (Dec 10, 2024).
Original GitHub issue: https://github.com/Finb/Bark/issues/263
声音大小默认为5
@Finb commented on GitHub (Dec 10, 2024):
请求下 app 自带示例,只修改音量参数看是否有效
再提供下你是怎么发的,给一下例子
@penruins commented on GitHub (Dec 10, 2024):
我使用app生成的bash脚本进行的测试,level为critical,volume设置为0,消息应该只有振动没有声音才对。但是加密的推送会有声音
@Finb commented on GitHub (Dec 10, 2024):
改成 "volume": "0" 试试
@penruins commented on GitHub (Dec 10, 2024):
改成字符串就ok了,感谢~