Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -212,7 +212,7 @@
|
|
212 |
const forwardBtn = document.getElementById('forwardBtn');
|
213 |
const restartBtn = document.getElementById('restartBtn');
|
214 |
const radioButtons = document.querySelectorAll('input[name="videoOption"]');
|
215 |
-
let totalEpisodes =
|
216 |
// const container = document.getElementById('episodes-container')
|
217 |
// 循环创建复选框
|
218 |
const container = document.querySelector('#episodes-container .checkbox-list');
|
|
|
212 |
const forwardBtn = document.getElementById('forwardBtn');
|
213 |
const restartBtn = document.getElementById('restartBtn');
|
214 |
const radioButtons = document.querySelectorAll('input[name="videoOption"]');
|
215 |
+
let totalEpisodes = 100; //获取episode的数量
|
216 |
// const container = document.getElementById('episodes-container')
|
217 |
// 循环创建复选框
|
218 |
const container = document.querySelector('#episodes-container .checkbox-list');
|