From 584faf682fde168a883e8f63af4295f84983cf9d Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Tue, 14 May 2024 10:09:35 +0800 Subject: [PATCH] docs: . --- README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);