feat: add new video resources to video list

Include additional video files for expanded content options and add negative example video
This commit is contained in:
2025-07-16 17:07:29 +08:00
parent 666d2357fa
commit c8d2026004
3 changed files with 4 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

+4 -1
View File
@@ -12,8 +12,11 @@ document.addEventListener('DOMContentLoaded', function() {
// 视频列表 // 视频列表
const videoList = [ const videoList = [
'视频资源/3D 建模图片制作.mp4', '视频资源/3D 建模图片制作.mp4',
'视频资源/jimeng-2025-07-16-1043-笑着优雅的左右摇晃,过一会儿手扶着下巴,保持微笑.mp4',
'视频资源/jimeng-2025-07-16-4437-比耶,然后微笑着优雅的左右摇晃.mp4',
'视频资源/生成加油视频.mp4',
'视频资源/生成跳舞视频.mp4', '视频资源/生成跳舞视频.mp4',
'视频资源/生成加油视频.mp4' '视频资源/负面/jimeng-2025-07-16-9418-双手叉腰,嘴巴一直在嘟囔,表情微微生气.mp4'
]; ];
// --- 视频交叉淡入淡出播放功能 --- // --- 视频交叉淡入淡出播放功能 ---