feat: 音频输出方式设置

This commit is contained in:
guozhigq
2024-06-24 23:43:37 +08:00
parent 6978c76fcd
commit 791809daa6
4 changed files with 45 additions and 1 deletions

View File

@ -102,6 +102,8 @@ class SettingBoxKey {
autoPiP = 'autoPiP',
enableAutoLongPressSpeed = 'enableAutoLongPressSpeed',
enablePlayerControlAnimation = 'enablePlayerControlAnimation',
// 默认音频输出方式
defaultAoOutput = 'defaultAoOutput',
// youtube 双击快进快退
enableQuickDouble = 'enableQuickDouble',