重构:将 Code 文件夹内容移至仓库根目录
- 移除 Code 文件夹层级 - 源代码、文档、配置直接放在根目录 - 更新 .gitignore 排除 Releases/Test
This commit is contained in:
28
config/config.ini
Normal file
28
config/config.ini
Normal file
@@ -0,0 +1,28 @@
|
||||
# 远程连接音量自动调节器 - 配置文件
|
||||
# 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
|
||||
Reference in New Issue
Block a user