浏览代码

15 data each page

ming 3 年之前
父节点
当前提交
5af45d5926
共有 3 个文件被更改,包括 426 次插入966 次删除
  1. 2 2
      dateHTMLsrc/makeHTML.py
  2. 212 482
      dateHTMLsrc/mix.html
  3. 212 482
      index2.html

+ 2 - 2
dateHTMLsrc/makeHTML.py

@@ -52,8 +52,8 @@ with open('youtubeReport.csv', newline='',encoding='UTF-8') as csvfile:
 
         ytlines.append('</tr>')
 
-numPerPage=20*8
-numPerPageY=20*10
+numPerPage=15*8
+numPerPageY=15*10
 current_idx = 0
 path = 'mix.html'
 f = open(path, 'w',encoding='UTF-8')

文件差异内容过多而无法显示
+ 212 - 482
dateHTMLsrc/mix.html


文件差异内容过多而无法显示
+ 212 - 482
index2.html


部分文件因为文件数量过多而无法显示