mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
support Baidu search engine
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user