Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Apr 10, 2024
2 parents c57da15 + edf2da1 commit 04e1a26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENV TZ=Asia/Shanghai
# 安装 Node.js 依赖
RUN npm install

# 将你的 Puppeteer 脚本复制到容器中
# 将根目录复制到容器中
COPY . .

# 设置容器启动时运行的命令
Expand Down
2 changes: 1 addition & 1 deletion external.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
}
localStorage.removeItem("navigatingToNextTopic");
} else {
window.location.href = "https://linux.do/t/topic/13716/119";
window.location.href = "https://linux.do/t/topic/13716/125";
checkScroll();
}
};
Expand Down
4 changes: 2 additions & 2 deletions index_passage_list.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Auto Read
// @namespace http://tampermonkey.net/
// @version 1.2.3
// @version 1.2.4
// @description 自动刷linuxdo文章
// @author liuweiqing
// @match https://linux.do/*
Expand Down Expand Up @@ -268,7 +268,7 @@
}
localStorage.removeItem("navigatingToNextTopic");
} else {
window.location.href = "https://linux.do/t/topic/13716/120";
window.location.href = "https://linux.do/t/topic/13716/125";
checkScroll();
}
};
Expand Down

0 comments on commit 04e1a26

Please sign in to comment.