Skip to content

Commit 51cf1fe

Browse files
committed
Chores: Extract common parts for MergeConfig, reduce duplication of code, and rename MergeConfig to LoaderConfig
1 parent 98abe0b commit 51cf1fe

File tree

5 files changed

+187
-265
lines changed

5 files changed

+187
-265
lines changed

docs/cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ x-crawl 是一个灵活的 nodejs 爬虫库。可批量爬取页面、批量网
1212

1313
- **🔥 异步/同步** - 只需更改一下 mode 属性即可切换 异步/同步 爬取模式。
1414
- **⚙️ 多种功能** - 可批量爬取页面、批量网络请求、批量下载文件资源、轮询爬取等。
15-
- **🖋️ 写法灵活** - 一种功能适配多种爬取配置、获取爬取结果的写法,非常灵活
15+
- **🖋️ 写法灵活** - 一种功能适配多种爬取配置、获取爬取结果的写法,这将非常灵活
1616
- **⏱️ 间隔爬取** - 无间隔/固定间隔/随机间隔,可以 使用/避免 高并发爬取。
1717
- **🔄 爬取重试** - 开发中。
1818
- **🚀 优先队列** - 开发中。

0 commit comments

Comments
 (0)