Skip to content

Commit 4747636

Browse files
committed
Docs: A new adjustment
1 parent a7a05e5 commit 4747636

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ myXCrawl.startPolling({ d: 1 }, async (count, stopPolling) => {
127127
])
128128

129129
// Store the image URL
130-
const imgUrls: string[] = []
130+
const imgUrls = []
131131
const elSelectorMap = ['.c14whb16', '.a1stauiv']
132132
for (const item of res) {
133133
const { id } = item
@@ -567,7 +567,7 @@ myXCrawl.crawlPage({
567567
568568
The res you get will be an array of objects.
569569
570-
More information about the results can be found at [About results](# About-results), which can be selected according to the actual situation.
570+
More information about the results can be found at [About results](#About-results) , which can be selected according to the actual situation.
571571
572572
### crawlData
573573
@@ -695,7 +695,7 @@ myXCrawl.crawlData({
695695

696696
The res you get will be an array of objects.
697697

698-
More information about the results can be found at [About results](# About-results), which can be selected according to the actual situation.
698+
More information about the results can be found at [About results](#About-results) , which can be selected according to the actual situation.
699699

700700
### crawlFile
701701

@@ -813,7 +813,7 @@ myXCrawl.crawlFile({
813813
814814
The res you get will be an array of objects.
815815
816-
More information about the results can be found at [About results](# About-results), which can be selected according to the actual situation.
816+
More information about the results can be found at [About results](#About-results) , which can be selected according to the actual situation.
817817
818818
### startPolling
819819

docs/cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ myXCrawl.startPolling({ d: 1 }, async (count, stopPolling) => {
126126
])
127127

128128
// 存放图片 URL
129-
const imgUrls: string[] = []
129+
const imgUrls = []
130130
const elSelectorMap = ['.carousel-inner img', '.chief-recom-item img', '.bg-item img']
131131
for (const item of res) {
132132
const { id } = item

publish/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ myXCrawl.startPolling({ d: 1 }, async (count, stopPolling) => {
127127
])
128128

129129
// Store the image URL
130-
const imgUrls: string[] = []
130+
const imgUrls = []
131131
const elSelectorMap = ['.c14whb16', '.a1stauiv']
132132
for (const item of res) {
133133
const { id } = item
@@ -567,7 +567,7 @@ myXCrawl.crawlPage({
567567
568568
The res you get will be an array of objects.
569569
570-
More information about the results can be found at [About results](# About-results), which can be selected according to the actual situation.
570+
More information about the results can be found at [About results](#About-results) , which can be selected according to the actual situation.
571571
572572
### crawlData
573573
@@ -695,7 +695,7 @@ myXCrawl.crawlData({
695695

696696
The res you get will be an array of objects.
697697

698-
More information about the results can be found at [About results](# About-results), which can be selected according to the actual situation.
698+
More information about the results can be found at [About results](#About-results) , which can be selected according to the actual situation.
699699

700700
### crawlFile
701701

@@ -813,7 +813,7 @@ myXCrawl.crawlFile({
813813
814814
The res you get will be an array of objects.
815815
816-
More information about the results can be found at [About results](# About-results), which can be selected according to the actual situation.
816+
More information about the results can be found at [About results](#About-results) , which can be selected according to the actual situation.
817817
818818
### startPolling
819819

0 commit comments

Comments
 (0)