Skip to content

Commit

Permalink
fix: 默认不启动自动点赞
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Mar 12, 2024
1 parent 531d5b0 commit be0ca10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index_passage_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
//1.进入网页 https://linux.do/t/topic/数字(1,2,3,4)
//2.使滚轮均衡的往下移动模拟刷文章
localStorage.setItem("read", "true"); // 开始时就自动滚动
localStorage.setItem("autoLikeEnabled", false); //默认关闭自动点赞
const delay = 2000; // 滚动检查的间隔(毫秒)
let scrollInterval = null;
let checkScrollTimeout = null;
Expand Down

0 comments on commit be0ca10

Please sign in to comment.