From a6a08b9ee0b392c90e94a15ecca3db9ec5b14710 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Tue, 14 Feb 2023 13:16:24 +0800 Subject: [PATCH] 2023-02-14 13:16:24 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57d0043..440c40e 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ CONFIG: JSON 格式的配置文件,默认为当前工作目录中的 config.js 接受页面 HTML 和 URL,返回字典,`title`键是标题,`content`键是正文 ⚠该配置项会覆盖`link`,`title`和`content`,但不会覆盖`list`⚠ + ++ `sizeLimit:String`(可空) + + EPUB 大小限制,格式为【数字+字母单位】,默认为`100m`。 用于抓取我们的 PyTorch 1.4 文档的示例: