+8
-4
src/page.ts
+8
-4
src/page.ts
······+async function crawlPages(page: Page, visited = new Set<Page>([page]), depth = 1): Promise<Page[]> {···
+15
-9
src/rewrite.ts
+15
-9
src/rewrite.ts
···-- Where the format isn't easily understandable by AI, reformat it faithfully to make it processable-- Don't mention other content, pages, or external content (Remove sentences such as "Refer to", "Read more")-- When encountering a markdown table, ensure that you don't output a separate legend, and keep all relevant information in the table+- Don't mention other content, pages, or external content (Remove sentences such as "Refer to", "Read more", "Learn how to")+- For markdown tables, keep all relevant information in the table and remove table legends and emoji···