mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-02 05:20:41 +08:00
fix: serp usage
This commit is contained in:
parent
f4d0eade60
commit
1bf0568489
@ -67,7 +67,7 @@ export class SerpHost extends RPCHost {
|
|||||||
Object.assign(indexObject, {
|
Object.assign(indexObject, {
|
||||||
usage1: 'https://r.jina.ai/YOUR_URL',
|
usage1: 'https://r.jina.ai/YOUR_URL',
|
||||||
usage2: 'https://s.jina.ai/YOUR_SEARCH_QUERY',
|
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',
|
homepage: 'https://jina.ai/reader',
|
||||||
sourceCode: 'https://github.com/jina-ai/reader',
|
sourceCode: 'https://github.com/jina-ai/reader',
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user