diff --git a/README_zh.md b/README_zh.md index 693810e1..86a1fb9e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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);