feat: add new video resource to video list

This commit is contained in:
你的名字
2025-07-16 14:40:38 +08:00
parent c1ef724916
commit c368680eaa
3 changed files with 2 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -9,7 +9,8 @@ document.addEventListener('DOMContentLoaded', function() {
// 视频列表 // 视频列表
const videoList = [ const videoList = [
'视频资源/3D 建模图片制作.mp4', '视频资源/3D 建模图片制作.mp4',
'视频资源/生成跳舞视频.mp4' '视频资源/生成跳舞视频.mp4',
'视频资源/生成加油视频.mp4'
]; ];
// --- 视频随机播放功能 --- // --- 视频随机播放功能 ---

Binary file not shown.