refactor(videos): 更新模板视频文件名为具体视频名称

- 将模板中的视频文件名从 "video.mp4" 修改为 "Big Buck Bunny_1080P_60fps.mp4"
- 此修改使模板更具实用性,展示了如何引用特定的视频文件
This commit is contained in:
2025-02-06 20:39:51 +08:00
Unverified
parent 98178b8812
commit 7587fa61d5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -60,7 +60,7 @@
<script>
// 定义视频标题和链接
var videoTitle = "视频标题";
var videoUrl = "./video.mp4";
var videoUrl = "./Big Buck Bunny_1080P_60fps.mp4";
// 设置视频标题
document.getElementById('videoTitle').innerText = videoTitle;