feat(video): add random video playback on end and update video paths
Remove video upload and fit toggle functionality to simplify the code Add video list and random playback when current video ends Update video source paths to be in '视频资源' directory
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<body>
|
||||
|
||||
<!-- 视频背景 -->
|
||||
<video autoplay muted loop id="bg-video">
|
||||
<video autoplay muted id="bg-video">
|
||||
<!-- 初始可以留空,或放一个默认视频 -->
|
||||
<source id="video-source" src="3D 建模图片制作.mp4" type="video/mp4">
|
||||
<source id="video-source" src="视频资源/3D 建模图片制作.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user