Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -9
index.html
CHANGED
|
@@ -213,7 +213,6 @@
|
|
| 213 |
|
| 214 |
<script>
|
| 215 |
|
| 216 |
-
// 비디오 파일 배열을 수정하여 순차적으로 탭 번호 할당
|
| 217 |
const videoFiles = [
|
| 218 |
// 첫 번째 그룹 (탭 1)
|
| 219 |
{ file: 'chicken.mp4', tab: 1 },
|
|
@@ -316,10 +315,9 @@ const videoFiles = [
|
|
| 316 |
{ file: 'i3.mp4', tab: 6 },
|
| 317 |
{ file: 'tmpss5nprt_.mp4', tab: 6 },
|
| 318 |
{ file: 'watermarked_output (10).mp4', tab: 6 },
|
| 319 |
-
|
| 320 |
{ file: '6-1.mp4', tab: 6 },
|
| 321 |
{ file: '6-2.mp4', tab: 6 },
|
| 322 |
-
{ file: '6-3.mp4', tab: 6 },
|
| 323 |
|
| 324 |
// 일곱 번째 그룹 (탭 7)
|
| 325 |
{ file: 'qq1.mp4', tab: 7 },
|
|
@@ -337,11 +335,10 @@ const videoFiles = [
|
|
| 337 |
{ file: 'tmp1y2bgrly.output.mp4', tab: 7 },
|
| 338 |
{ file: 'tmp22o82oge.output.mp4', tab: 7 },
|
| 339 |
{ file: 'tmp43xj9wgj.output.mp4', tab: 7 },
|
| 340 |
-
|
| 341 |
{ file: '7-1.mp4', tab: 7 },
|
| 342 |
{ file: '7-2.mp4', tab: 7 },
|
| 343 |
-
{ file: '7-3
|
| 344 |
-
|
| 345 |
// 여덟 번째 그룹 (탭 8)
|
| 346 |
{ file: 'tmp59a06_s4.output.mp4', tab: 8 },
|
| 347 |
{ file: 'tmp6tomynny.output.mp4', tab: 8 },
|
|
@@ -357,11 +354,9 @@ const videoFiles = [
|
|
| 357 |
{ file: 'tmpinq30vk2.mp4', tab: 8 },
|
| 358 |
{ file: 'tmpnuljiasj.output.mp4', tab: 8 },
|
| 359 |
{ file: 'tmpqh0z4uts.output.mp4', tab: 8 },
|
| 360 |
-
|
| 361 |
{ file: '8-1.mp4', tab: 8 },
|
| 362 |
{ file: '8-2.mp4', tab: 8 },
|
| 363 |
-
{ file: '8-3.mp4', tab: 8 },
|
| 364 |
-
|
| 365 |
{ file: 'tmps_zu8c60.output.mp4', tab: 8 }
|
| 366 |
];
|
| 367 |
|
|
|
|
| 213 |
|
| 214 |
<script>
|
| 215 |
|
|
|
|
| 216 |
const videoFiles = [
|
| 217 |
// 첫 번째 그룹 (탭 1)
|
| 218 |
{ file: 'chicken.mp4', tab: 1 },
|
|
|
|
| 315 |
{ file: 'i3.mp4', tab: 6 },
|
| 316 |
{ file: 'tmpss5nprt_.mp4', tab: 6 },
|
| 317 |
{ file: 'watermarked_output (10).mp4', tab: 6 },
|
|
|
|
| 318 |
{ file: '6-1.mp4', tab: 6 },
|
| 319 |
{ file: '6-2.mp4', tab: 6 },
|
| 320 |
+
{ file: '6-3.mp4', tab: 6 },
|
| 321 |
|
| 322 |
// 일곱 번째 그룹 (탭 7)
|
| 323 |
{ file: 'qq1.mp4', tab: 7 },
|
|
|
|
| 335 |
{ file: 'tmp1y2bgrly.output.mp4', tab: 7 },
|
| 336 |
{ file: 'tmp22o82oge.output.mp4', tab: 7 },
|
| 337 |
{ file: 'tmp43xj9wgj.output.mp4', tab: 7 },
|
|
|
|
| 338 |
{ file: '7-1.mp4', tab: 7 },
|
| 339 |
{ file: '7-2.mp4', tab: 7 },
|
| 340 |
+
{ file: '7-3.mp4', tab: 7 },
|
| 341 |
+
|
| 342 |
// 여덟 번째 그룹 (탭 8)
|
| 343 |
{ file: 'tmp59a06_s4.output.mp4', tab: 8 },
|
| 344 |
{ file: 'tmp6tomynny.output.mp4', tab: 8 },
|
|
|
|
| 354 |
{ file: 'tmpinq30vk2.mp4', tab: 8 },
|
| 355 |
{ file: 'tmpnuljiasj.output.mp4', tab: 8 },
|
| 356 |
{ file: 'tmpqh0z4uts.output.mp4', tab: 8 },
|
|
|
|
| 357 |
{ file: '8-1.mp4', tab: 8 },
|
| 358 |
{ file: '8-2.mp4', tab: 8 },
|
| 359 |
+
{ file: '8-3.mp4', tab: 8 },
|
|
|
|
| 360 |
{ file: 'tmps_zu8c60.output.mp4', tab: 8 }
|
| 361 |
];
|
| 362 |
|