From 4e5abd345e2f0dd189c3634f693152c7b5c4c5b4 Mon Sep 17 00:00:00 2001 From: "yanlong.wang" Date: Mon, 10 Mar 2025 17:02:16 +0800 Subject: [PATCH] docs: minor fix --- src/dto/crawler-options.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/dto/crawler-options.ts b/src/dto/crawler-options.ts index 51de67e..38ddc2a 100644 --- a/src/dto/crawler-options.ts +++ b/src/dto/crawler-options.ts @@ -74,7 +74,7 @@ class Viewport extends AutoCastable { schema: { type: 'string' } }, 'X-Respond-With': { - description: `Specifies the (non-default) form factor of the crawled data you prefer.\n\n` + + description: `Specifies the (non-default) form of the crawled data you prefer.\n\n` + `Supported formats: \n` + `- markdown\n` + `- html\n` + @@ -82,7 +82,9 @@ class Viewport extends AutoCastable { `- pageshot\n` + `- screenshot\n` + `- content\n` + - `- any combination of the above\n\n` + + `- any combination of the above\n` + + `- readerlm-v2\n` + + `- vlm\n\n` + `Default: content\n` , in: 'header', @@ -201,7 +203,7 @@ class Viewport extends AutoCastable { schema: { type: 'string' } }, 'X-Engine': { - description: 'Specify the engine to use for crawling.\n\nSupported: browser, direct, vlm, readerlm-v2', + description: 'Specify the engine to use for crawling.\n\nSupported: browser, direct, cf-browser-rendering', in: 'header', schema: { type: 'string' } },