Skip to content

Commit 6f5f431

Browse files
committed
docs: delete display image
1 parent 080cf53 commit 6f5f431

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,10 @@ crawlApp.crawlPage('https://www.airbnb.cn/s/select_homes').then(async (res) => {
8484

8585
**Even if the subsequent update of the website causes the class name or structure to change, it can climb to the data normally, because we no longer rely on the fixed class name or structure to locate and extract the required information, but let the AI understand and parse the semantic information of the web page, so as to extract the required data more efficiently, intelligently and conveniently.**
8686

87-
Procedure:
87+
Run:
8888

8989
![](https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/example.gif)
9090

91-
Pictures of highly rated vacation rentals climbed to:
92-
93-
![](https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/example.png)
94-
9591
<details>
9692

9793
<summary>See the HTML that the AI needs to process</summary>

docs/cn/guide/index.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,10 @@ crawlApp.crawlPage('https://www.airbnb.cn/s/select_homes').then(async (res) => {
8585
})
8686
```
8787

88-
过程
88+
运行
8989

9090
![](/example.gif)
9191

92-
搭配 AI 爬到的高评分度假屋图片:
93-
94-
![](/example.png)
95-
9692
::: details 查看 AI 需要处理的 HTML
9793

9894
为了方便观看,这里进行了格式化

docs/guide/index.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,10 @@ Can even send the whole HTML to the AI to help us operate, because the website c
8686
Even if the subsequent update of the website causes the class name or structure to change, it can climb to the data normally, because we no longer rely on the fixed class name or structure to locate and extract the required information, but let the AI understand and parse the semantic information of the web page, so as to extract the required data more efficiently, intelligently and conveniently.
8787
:::
8888

89-
Procedure:
89+
Run:
9090

9191
![](/example.gif)
9292

93-
Pictures of highly rated vacation rentals climbed to:
94-
95-
![](/example.png)
96-
9793
::: details See the HTML that the AI needs to process
9894

9995
For ease of viewing, it is formatted here

docs/public/example.png

-780 KB
Binary file not shown.

0 commit comments

Comments
 (0)