feat: adaptive bitrate support, engine improvements, demo updates, and electron preload

This commit is contained in:
2026-06-12 17:15:30 +08:00
parent 6575b0be0f
commit b6231e4efd
17 changed files with 139 additions and 4 deletions

View File

@@ -111,6 +111,10 @@ watch([() => store.qteTimeRelax, () => store.qteSingleKey], () => {
applyQteParams()
})
watch(() => store.preferredQuality, (q) => {
engine.videoManager.streamingQuality = q
})
watch(
() => [
showPauseMenu.value, showMenu.value,