feat(runtime): mute chrome and anneng via --mute-audio (configurable)

This commit is contained in:
Misaka
2026-08-04 21:37:15 +08:00
parent 5853cb34e7
commit f29a9c6b77
2 changed files with 37 additions and 7 deletions

View File

@@ -20,6 +20,16 @@ debug:
# 留空或不匹配时将回退为全量模式。
target_site: ""
# ----------------------------------------------------------------------------
# 自动化静音:打开站点/安能应用时是否静音。
# true默认= 启动时给 Chromium 和安能附加 --mute-audio 开关,整个自动化会话
# 全程静音(防止深夜任务执行时浏览器/应用发出提示音打扰);
# false = 不静音,站点声音正常播放。
# 运行期切换需重启服务生效。
# ----------------------------------------------------------------------------
mute:
enabled: true
# ----------------------------------------------------------------------------
# 顺心捷达 (https://sxne.sxjdfreight.com)
# ----------------------------------------------------------------------------