Files
remote-volume-monitor/config/config.ini
Agent e4a53c6064 重构:将 Code 文件夹内容移至仓库根目录
- 移除 Code 文件夹层级
- 源代码、文档、配置直接放在根目录
- 更新 .gitignore 排除 Releases/Test
2026-03-20 07:08:05 +08:00

29 lines
602 B
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 远程连接音量自动调节器 - 配置文件
# Remote Volume Monitor Configuration
[volume]
# 远程连接时的音量 (0-100)
remote_volume = 30
# 本地使用时的音量 (0-100, 可选)
# 如果设置,断开远程连接时会自动恢复
local_volume = 80
[monitor]
# 检测间隔 (秒)
check_interval = 5
[behavior]
# 检测到远程连接时是否调整音量
adjust_on_connect = true
# 检测到远程连接断开时是否恢复音量
adjust_on_disconnect = true
[logging]
# 日志级别DEBUG, INFO, WARNING, ERROR
level = INFO
# 日志文件路径
log_file = remote_volume.log