Update search.ts (#15593)

the query should be q=, not k=.
This commit is contained in:
alien41 2024-05-16 13:01:44 +08:00 committed by GitHub
parent f2f43f7e5b
commit 9c55b520ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const host = 'https://guangdiu.com';
export const route: Route = {
path: '/search/:query?',
categories: ['shopping'],
example: '/guangdiu/search/k=百度网盘',
example: '/guangdiu/search/q=百度网盘',
parameters: { query: '链接参数,对应网址问号后的内容' },
features: {
requireConfig: false,