Skip to content

Commit e191132

Browse files
committed
Document Jump
1 parent 30d7db6 commit e191132

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

document/cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# x-crawl
22

3-
[English](https://github.com/coder-hxl/x-crawl/blob/main/README.md) | 简体中文
3+
[English](https://github.com/coder-hxl/x-crawl#x-crawl) | 简体中文
44

55
XCrawl 是 Nodejs 多功能爬虫库。只需简单的配置即可抓取 HTML 、JSON、文件资源等等。
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "x-crawl",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"author": "CoderHxl",
66
"description": "XCrawl is a Nodejs multifunctional crawler library. Crawl HTML, JSON, file resources, etc. through simple configuration.",
77
"license": "MIT",

publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-crawl",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"author": "CoderHxl",
55
"description": "XCrawl is a Nodejs multifunctional crawler library. Crawl HTML, JSON, file resources, etc. through simple configuration.",
66
"license": "MIT",

0 commit comments

Comments
 (0)