Added Web search DuckDuckGo

This commit is contained in:
n4ze3m
2024-03-31 15:57:56 +05:30
parent 317011a6d2
commit 9ced6469ce
14 changed files with 455 additions and 112 deletions

View File

@@ -0,0 +1,10 @@
export const SUPPORTED_SERACH_PROVIDERS = [
{
label: "Google",
value: "google"
},
{
label: "DuckDuckGo",
value: "duckduckgo"
}
]