refactor: 对配置处理器和配置结构进行重构
This commit is contained in:
8
data/config/services/audio.toml
Normal file
8
data/config/services/audio.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
provider = "playsound"
|
||||
|
||||
[_provider_candidate]
|
||||
playsound = "python 跨平台音频系统"
|
||||
termux = "Android Termux 音频系统"
|
||||
mpg123 = "通用音频系统, 依赖系统 mpg123"
|
||||
pulseaudio = "高级音频路由系统"
|
||||
none = "不使用音频"
|
||||
Reference in New Issue
Block a user