You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: publish/README.md
+19-3
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ x-crawl is a flexible Node.js multifunctional crawler library. Flexible usage an
21
21
-**🧾 Capture Record** - Capture and record crawling, and use colored strings to remind in the terminal.
22
22
-**🦾 TypeScript** - Own types, implement complete types through generics.
23
23
24
-
## Relationship with Puppeteer
24
+
## Sponsor
25
25
26
-
The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppeteer), you only need to pass in some configuration options to let x-crawl help you complete some operations, and the result will expose the Brower instance and the Page instance Come out, the Brower instance and Page instance you get will be intact, and x-crawl will not rewrite them.
26
+
x-crawl is an open source project under the MIT license, completely free to use. If you benefit from the projects I develop and maintain at work, please consider supporting my work through the [Afdian](https://afdian.net/a/coderhxl) platform.
27
27
28
28
# Table of Contents
29
29
@@ -115,9 +115,12 @@ The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppetee
115
115
-[CrawlFileSingleResult](#CrawlFileSingleResult)
116
116
-[API Other](#API-Other)
117
117
-[AnyObject](#AnyObject)
118
+
-[FAQ](#FAQ)
119
+
-[The relationship between crawlPage API and puppeteer](#The-relationship-between-crawlPage-API-and-puppeteer)
### The relationship between crawlPage API and puppeteer
1771
+
1772
+
The crawlPage API has built-in [puppeteer](https://github.com/puppeteer/puppeteer), you only need to pass in some configuration options to let x-crawl help you simplify the operation and get the intact Brower instance and Page instance , x-crawl does not override it.
1773
+
1764
1774
## More
1765
1775
1766
1776
### Community
1767
1777
1768
-
**GitHub Discussions:** May be discussed through [GitHub Discussions](https://github.com/coder-hxl/x-crawl/discussions).
1778
+
- **Discord Chat:** Ask questions and discuss live with other x-crawl users via [Discord](https://discord.gg/SF7aaebg4E).
1779
+
1780
+
- **GitHub Discussions:** Use [GitHub Discussions](https://github.com/coder-hxl/x-crawl/discussions) for message board-style questions and discussions.
1769
1781
1770
1782
### Issues
1771
1783
1772
1784
If you have questions, needs, or good suggestions, you can raise them at [GitHub Issues](https://github.com/coder-hxl/x-crawl/issues).
1785
+
1786
+
### Sponsor
1787
+
1788
+
x-crawl is an open source project under the MIT license, completely free to use. If you benefit from the projects I develop and maintain at work, please consider supporting my work through the [Afdian](https://afdian.net/a/coderhxl) platform.
0 commit comments