Skip to content

Commit

Permalink
docs: .
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed May 14, 2024
1 parent 1a26641 commit 584faf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ crontab -e

external是作为puppeteer的脚本使用的,由index_passage_list.js改造,主要是去除了按钮以及设置为自动阅读和自动点赞启动
```sh
localStorage.setItem("read", "true"); // 开始时自动滚动关闭
localStorage.setItem("autoLikeEnabled", "true"); //默认关闭自动点赞
localStorage.setItem("read", "true"); // 自动滚动
localStorage.setItem("autoLikeEnabled", "true"); //自动点赞

// document.body.appendChild(button);
// document.body.appendChild(toggleAutoLikeButton);
Expand Down

0 comments on commit 584faf6

Please sign in to comment.