Skip to content

Commit 2f18c9f

Browse files
committed
其他
1 parent 8bc969b commit 2f18c9f

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "x-crawl",
44
"version": "0.0.1",
5-
"author": "coderhxl",
5+
"author": "CoderHxl",
66
"description": "XCrawl is a Nodejs multifunctional crawler library.",
77
"license": "MIT",
88
"main": "src/index.ts",

publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "x-crawl",
33
"version": "0.0.1",
4-
"author": "coderhxl",
4+
"author": "CoderHxl",
55
"description": "XCrawl is a Nodejs multifunctional crawler library.",
66
"license": "MIT",
77
"keywords": [

test/start/index.ts

-16
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,3 @@ async function githubDocs() {
6464
}
6565

6666
// githubDocs()
67-
68-
// https://docs.github.com/assets/cb-262/images/octicons/search-16.svg
69-
70-
githubDocsXCrawl
71-
.fetchFile({
72-
requestConifg: {
73-
url: 'https://docs.github.com/assets/cb-262/images/octicons/search-16.svg',
74-
method: 'GET'
75-
},
76-
fileConfig: {
77-
storeDir: path.resolve(__dirname, './upload')
78-
}
79-
})
80-
.then((fileInfos) => {
81-
console.log(fileInfos)
82-
})

0 commit comments

Comments
 (0)