Skip to content

Commit 8027dbd

Browse files
committed
Feat: Description adjustment
1 parent 834c2b0 commit 8027dbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
English | [简体中文](https://github.com/coder-hxl/x-crawl/blob/main/docs/cn.md)
44

5-
x-crawl is a flexible Node.js multipurpose crawler library. The usage is flexible, and there are many built-in functions for crawl pages, crawl interfaces, crawl files, etc.
5+
x-crawl is a flexible Node.js multifunctional crawler library. Flexible usage and numerous functions help you to crawl pages, interfaces, and files securely and stably.
66

77
> If you also like x-crawl, you can give [x-crawl repository](https://github.com/coder-hxl/x-crawl) a star to support it, thank you for your support!
88
@@ -23,7 +23,7 @@ x-crawl is a flexible Node.js multipurpose crawler library. The usage is flexibl
2323

2424
## Relationship with Puppeteer
2525

26-
The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppeteer), you only need to pass in some configuration options to complete some operations, the result will expose the Brower instance and Page instance, you get Brower instance and Page instance will be intact, x-crawl will not rewrite them.
26+
The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppeteer), you only need to pass in some configuration options to let x-crawl help you complete some operations, and the result will expose the Brower instance and the Page instance Come out, the Brower instance and Page instance you get will be intact, and x-crawl will not rewrite them.
2727

2828
# Table of Contents
2929

docs/cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[English](https://github.com/coder-hxl/x-crawl#x-crawl) | 简体中文
44

5-
x-crawl 是一个灵活的 Node.js 多功能爬虫库。用法灵活,并内置众多功能用于爬页面、爬接口、爬文件等
5+
x-crawl 是一个灵活的 Node.js 多功能爬虫库。灵活的使用方式和众多的功能可以帮助您安全稳定地爬取页面、接口和文件
66

77
> 如果你也喜欢 x-crawl ,可以给 [x-crawl 存储库](https://github.com/coder-hxl/x-crawl) 点个 star 支持一下,感谢大家的支持!
88
@@ -23,7 +23,7 @@ x-crawl 是一个灵活的 Node.js 多功能爬虫库。用法灵活,并内置
2323

2424
## 跟 puppeteer 的关系
2525

26-
crawlPage API 内置了 [puppeteer](https://github.com/puppeteer/puppeteer)您只需要传入一些配置选项即可完成一些操作,结果会将 Brower 实例和 Page 实例暴露出来,您拿到的 Brower 实例和 Page 实例将是完好的,x-crawl 并不会对其重写。
26+
crawlPage API 内置了 [puppeteer](https://github.com/puppeteer/puppeteer)您只需要传入一些配置选项即可让 x-crawl 帮助您完成一些操作,结果会将 Brower 实例和 Page 实例暴露出来,您拿到的 Brower 实例和 Page 实例将是完好的,x-crawl 并不会对其重写。
2727

2828
# 目录
2929

0 commit comments

Comments
 (0)