Update WBBR frontend template collection

This commit is contained in:
Codex
2026-08-27 20:15:24 +08:00
parent bd4d54a110
commit e444605e5d
85 changed files with 6322 additions and 115 deletions

View File

@@ -0,0 +1,5 @@
import MediaPlayerExperience from "./MediaPlayerExperience";
export default function VideoPlayerPage() {
return <MediaPlayerExperience mode="video" />;
}