We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da972d commit 53433e3Copy full SHA for 53433e3
README.md
@@ -41,6 +41,8 @@ module.exports = {
41
2. 然后执行 `npm i` 安装依赖
42
3. 运行主程序 `node columnArticleList.js` 等待一段时间,生成 `PDF` 完成
43
44
+> 这里可以先设置 `firstArticalId` 参数,获取整个专栏的内容;若中间有错误,不用管它,等运行完毕后,再设置 `articalIds` 参数,参数的值为上面获取失败的文章 `ID`,再次运行下载
45
+
46

47
48
## 导出结果
0 commit comments