Skip to content

Commit aa56da9

Browse files
committed
chore: use a gif of one frame per second instead
1 parent f69763c commit aa56da9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ myXCrawl.startPolling({ d: 1 }, async (count, stopPolling) => {
184184
running result:
185185

186186
<div align="center">
187-
<img src="https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/run-example.gif" />
187+
<img src="https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/run-example-gif.gif" />
188188
</div>
189189

190190
**Note:** Please do not crawl randomly, you can check the **robots.txt** protocol before crawling. The class name of the website may change, this is just to demonstrate how to use x-crawl.
File renamed without changes.

docs/cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ myXCrawl.startPolling({ d: 1 }, async (count, stopPolling) => {
182182
运行效果:
183183

184184
<div align="center">
185-
<img src="https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/run-example.gif" />
185+
<img src="https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/run-example-gif.gif" />
186186
</div>
187187

188188
**注意:** 请勿随意爬取,爬取前可查看 **robots.txt** 协议。网站的类名可能会有变更,这里只是为了演示如何使用 x-crawl 。

0 commit comments

Comments
 (0)