Skip to content

Commit

Permalink
Update search.ts (#15593)
Browse files Browse the repository at this point in the history
the query should be q=, not k=.
  • Loading branch information
aliensvx authored May 16, 2024
1 parent f2f43f7 commit 9c55b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/guangdiu/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c55b52

Please sign in to comment.