mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
@@ -9,7 +9,7 @@ function generateHTMLCode(skin: Skin): string {
|
||||
|
||||
return `<video-provider>
|
||||
<${skinTag}>
|
||||
<video src="https://example.com/video.mp4"></video>
|
||||
<video src="https://stream.mux.com/lhnU49l1VGi3zrTAZhDm9LUUxSjpaPW9BL4jY25Kwo4/highest.mp4"></video>
|
||||
</${skinTag}>
|
||||
</video-provider>`;
|
||||
}
|
||||
@@ -26,7 +26,7 @@ export const VideoPlayer = () => {
|
||||
return (
|
||||
<VideoProvider>
|
||||
<${skinComponent}>
|
||||
<Video src="https://example.com/video.mp4" />
|
||||
<Video src="https://stream.mux.com/lhnU49l1VGi3zrTAZhDm9LUUxSjpaPW9BL4jY25Kwo4/highest.mp4" />
|
||||
</${skinComponent}>
|
||||
</VideoProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user