fix: serp usage

This commit is contained in:
Yanlong Wang 2025-04-02 16:41:05 +08:00
parent f4d0eade60
commit 1bf0568489
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -67,7 +67,7 @@ export class SerpHost extends RPCHost {
Object.assign(indexObject, {
usage1: 'https://r.jina.ai/YOUR_URL',
usage2: 'https://s.jina.ai/YOUR_SEARCH_QUERY',
usage3: `${ctx.origin}/search/YOUR_SEARCH_QUERY`,
usage3: `${ctx.origin}/?q=YOUR_SEARCH_QUERY`,
homepage: 'https://jina.ai/reader',
sourceCode: 'https://github.com/jina-ai/reader',
});