Skip to content

Commit

Permalink
Merge pull request #800 from xiazeyu/baidu
Browse files Browse the repository at this point in the history
added Baidu and sort order by alphabet
  • Loading branch information
KodeStar authored Mar 25, 2022
2 parents 9086e9b + 937e576 commit ac37c60
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions storage/app/searchproviders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ tiles:
name: Tiles
target: _blank

google:
id: google
url: https://www.google.com/search
name: Google
baidu:
id: baidu
url: https://www.baidu.com/s
name: Baidu
method: get
target: _blank
query: q
query: wd

bing:
id: bing
Expand All @@ -27,11 +27,18 @@ ddg:
target: _blank
query: q

google:
id: google
url: https://www.google.com/search
name: Google
method: get
target: _blank
query: q

startpage:
id: startpage
url: https://www.startpage.com/do/dsearch
name: Startpage
method: get
target: _blank
query: query

0 comments on commit ac37c60

Please sign in to comment.