mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 21:13:39 +01:00
support Baidu search engine
This commit is contained in:
parent
b280e18651
commit
d18e472623
@ -19,6 +19,11 @@ const providers = {
|
|||||||
url: "https://www.bing.com/search?q=",
|
url: "https://www.bing.com/search?q=",
|
||||||
icon: SiMicrosoftbing,
|
icon: SiMicrosoftbing,
|
||||||
},
|
},
|
||||||
|
baidu: {
|
||||||
|
name: "Baidu",
|
||||||
|
url: "https://www.baidu.com/s?wd=",
|
||||||
|
icon: SiBaidu,
|
||||||
|
},
|
||||||
custom: {
|
custom: {
|
||||||
name: "Custom",
|
name: "Custom",
|
||||||
url: false,
|
url: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user