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:
你的名字
2025-07-16 14:30:00 +08:00
parent 1c4891d2ae
commit c1ef724916
2 changed files with 24 additions and 35 deletions

View File

@@ -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>