Skip to content

Commit

Permalink
support Baidu search engine
Browse files Browse the repository at this point in the history
  • Loading branch information
josways committed Sep 26, 2022
1 parent b280e18 commit d18e472
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/widgets/search/search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const providers = {
url: "https://www.bing.com/search?q=",
icon: SiMicrosoftbing,
},
baidu: {
name: "Baidu",
url: "https://www.baidu.com/s?wd=",
icon: SiBaidu,
},
custom: {
name: "Custom",
url: false,
Expand Down

0 comments on commit d18e472

Please sign in to comment.