From 704d90018093d906f1d7c2cc2b42fee7691a2dea Mon Sep 17 00:00:00 2001 From: Muyun99 <27944418+Muyun99@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:29:04 +0800 Subject: [PATCH] [update] update --- lib/routes/papers/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/papers/index.ts b/lib/routes/papers/index.ts index 689b482233102f..d99c58352823b3 100644 --- a/lib/routes/papers/index.ts +++ b/lib/routes/papers/index.ts @@ -81,7 +81,7 @@ export const route: Route = { url: 'papers.cool', maintainers: ['nczitzk', 'Muyun99'], handler, - example: 'https://rsshub.app/papers/arxiv/cs.AI or /papers/query/Detection', + example: '/papers/arxiv/cs.AI', parameters: { category: 'Category, arXiv Artificial Intelligence (cs.AI) by default' }, description: `:::tip If you subscribe to [arXiv Artificial Intelligence (cs.AI)](https://papers.cool/arxiv/cs.AI), where the URL is \`https://papers.cool/arxiv/cs.AI\`, extract the part \`https://papers.cool/\` to the end, and use it as the parameter to fill in. Therefore, the route will be [\`/papers/arxiv/cs.AI\`](https://rsshub.app/papers/arxiv/cs.AI).