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

@@ -21,6 +21,7 @@ export interface SceneNode {
bgmDuckFade?: number
videoMuted?: boolean
skippable?: boolean
streamingUrl?: Record<string, string>
}
export interface Choice {