feat: add new video resource to video list

This commit is contained in:
2025-07-16 14:40:38 +08:00
parent 0c82a3d6e3
commit a09fd72659
3 changed files with 2 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+2 -1
View File
@@ -9,7 +9,8 @@ document.addEventListener('DOMContentLoaded', function() {
// 视频列表
const videoList = [
'视频资源/3D 建模图片制作.mp4',
'视频资源/生成跳舞视频.mp4'
'视频资源/生成跳舞视频.mp4',
'视频资源/生成加油视频.mp4'
];
// --- 视频随机播放功能 ---
Binary file not shown.