Skip to content

Commit aded4a5

Browse files
committed
docs: update
1 parent 1808710 commit aded4a5

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ English | [简体中文](https://github.com/coder-hxl/x-crawl/blob/main/docs/cn.
44

55
x-crawl is a Nodejs multifunctional crawler library.
66

7+
If it helps you, please give the [repository](https://github.com/coder-hxl/x-crawl) a Star to support it.
8+
79
## Features
810

911
- Crawl pages, JSON, file resources, etc. with simple configuration.

docs/cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
x-crawl 是 Nodejs 多功能爬虫库。
66

7-
如果对您有帮助,可以点个 Star 支持一下。
7+
如果对您有帮助,请给[存储库](https://github.com/coder-hxl/x-crawl)点个 Star 支持一下。
88

99
## 特征
1010

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "x-crawl",
4-
"version": "2.3.1",
4+
"version": "2.4.0",
55
"author": "coderHXL",
66
"description": "XCrawl is a Nodejs multifunctional crawler library.",
77
"license": "MIT",

publish/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ English | [简体中文](https://github.com/coder-hxl/x-crawl/blob/main/docs/cn.
44

55
x-crawl is a Nodejs multifunctional crawler library.
66

7+
If it helps you, please give the [repository](https://github.com/coder-hxl/x-crawl) a Star to support it.
8+
79
## Features
810

911
- Crawl pages, JSON, file resources, etc. with simple configuration.

publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-crawl",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"author": "coderHXL",
55
"description": "XCrawl is a Nodejs multifunctional crawler library.",
66
"license": "MIT",

0 commit comments

Comments
 (0)