@@ -1,4 +1,6 @@
.DS_Store
__pycache__/
*.pyc
-.idea
+.idea
+
+*/downloads/*
@@ -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:
# 计算页面的指定百分比高度