qhrong commited on
Commit
f7e2889
·
verified ·
1 Parent(s): 2c22cd2

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = 30; //获取episode的数量
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');