Skip to content

Commit 2fe346d

Browse files
committed
update
1 parent bebed4e commit 2fe346d

1 file changed

Lines changed: 8 additions & 110 deletions

File tree

src/assets/playlist_data.json

Lines changed: 8 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -13,139 +13,37 @@
1313
"position": {
1414
"x": 0,
1515
"y": 0,
16-
"width": 640,
17-
"height": 360,
16+
"width": 1280,
17+
"height": 720,
1818
"z_index": 1
1919
},
2020
"items": [
2121
{
2222
"id": "left_1",
2323
"content_type": "image",
2424
"content_path": "demo/left_1.avif",
25-
"duration": 5
25+
"duration": 3
2626
},
2727
{
2828
"id": "left_2",
29-
"content_type": "image",
30-
"content_path": "demo/left_2.avif",
31-
"duration": 5
29+
"content_type": "video",
30+
"content_path": "demo/vw_left.mp4",
31+
"duration": 4
3232
},
3333
{
3434
"id": "left_3",
3535
"content_type": "image",
3636
"content_path": "demo/left_3.avif",
37-
"duration": 5
37+
"duration": 3
3838
},
3939
{
4040
"id": "left_4",
4141
"content_type": "video",
4242
"content_path": "demo/left_4.mp4",
43-
"duration": 12
44-
}
45-
]
46-
},
47-
{
48-
"id": "left_bottom",
49-
"position": {
50-
"x": 0,
51-
"y": 360,
52-
"width": 640,
53-
"height": 360,
54-
"z_index": 1
55-
},
56-
"items": [
57-
{
58-
"id": "left_b_1",
59-
"content_type": "image",
60-
"content_path": "demo/left_1.avif",
61-
"duration": 5
62-
},
63-
{
64-
"id": "left_b_2",
65-
"content_type": "image",
66-
"content_path": "demo/left_2.avif",
67-
"duration": 5
68-
}
69-
]
70-
},
71-
{
72-
"id": "right",
73-
"position": {
74-
"x": 640,
75-
"y": 0,
76-
"width": 640,
77-
"height": 360,
78-
"z_index": 2
79-
},
80-
"items": [
81-
{
82-
"id": "right_1",
83-
"content_type": "image",
84-
"content_path": "demo/right_1.avif",
85-
"duration": 5
86-
},
87-
{
88-
"id": "right_2",
89-
"content_type": "image",
90-
"content_path": "demo/right_2.avif",
91-
"duration": 5
92-
},
93-
{
94-
"id": "right_3",
95-
"content_type": "image",
96-
"content_path": "demo/right_3.avif",
97-
"duration": 5
98-
},
99-
{
100-
"id": "right_4",
101-
"content_type": "image",
102-
"content_path": "demo/right_4.avif",
103-
"duration": 5
104-
},
105-
{
106-
"id": "right_5",
107-
"content_type": "image",
108-
"content_path": "demo/right_5.avif",
109-
"duration": 5
110-
},
111-
{
112-
"id": "right_6",
113-
"content_type": "image",
114-
"content_path": "demo/right_6.avif",
115-
"duration": 5
116-
}
117-
]
118-
},
119-
{
120-
"id": "right_bottom",
121-
"position": {
122-
"x": 640,
123-
"y": 360,
124-
"width": 640,
125-
"height": 360,
126-
"z_index": 2
127-
},
128-
"items": [
129-
{
130-
"id": "right_bottom_4",
131-
"content_type": "image",
132-
"content_path": "demo/right_4.avif",
133-
"duration": 7
134-
},
135-
{
136-
"id": "right_bottom_5",
137-
"content_type": "image",
138-
"content_path": "demo/right_5.avif",
139-
"duration": 7
140-
},
141-
{
142-
"id": "right_bottom_6",
143-
"content_type": "image",
144-
"content_path": "demo/right_6.avif",
14543
"duration": 7
14644
}
14745
]
148-
}
46+
}
14947
]
15048
}
15149
]

0 commit comments

Comments
 (0)