support Baidu search engine

This commit is contained in:
Josway 2022-09-26 23:02:59 +08:00
parent b280e18651
commit d18e472623

View file

@ -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,