Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Jun 13, 2024
1 parent 1a66d73 commit d315557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified src/assets/video/portrait_style/3.mp4
Binary file not shown.
12 changes: 6 additions & 6 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,22 @@
{
"template": "video-carousel",
"props": {
"id": "vc1",
"id": "vc2",
"title": "Virtual Character",
"items": [
"assets/video/portrait_style/2.mp4",
"assets/video/portrait_style/1.mp4"
"assets/video/portrait_style/3.mp4",
"assets/video/portrait_style/4.mp4"
]
}
},
{
"template": "video-carousel",
"props": {
"id": "vc2",
"id": "vc1",
"title": "",
"items": [
"assets/video/portrait_style/3.mp4",
"assets/video/portrait_style/4.mp4"
"assets/video/portrait_style/2.mp4",
"assets/video/portrait_style/1.mp4"
]
}
},
Expand Down

0 comments on commit d315557

Please sign in to comment.