jack há 11 meses atrás
pai
commit
8b2c2531c0
2 ficheiros alterados com 4 adições e 1 exclusões
  1. 3 1
      .gitignore
  2. 1 0
      zhuimh/zhuimh.py

+ 3 - 1
.gitignore

@@ -1,4 +1,6 @@
 .DS_Store
 __pycache__/
 *.pyc
-.idea
+.idea
+
+*/downloads/*

+ 1 - 0
zhuimh/zhuimh.py

@@ -106,6 +106,7 @@ def change_db_data_state(data_id, t_name):
 
 
 def scroll_to_percentage(page):
+    # 滚动浏览器页面
     percentage_list = [i for i in range(5, 101, scroll_speed)]
     for percentage in percentage_list:
         # 计算页面的指定百分比高度