Added kuuro theme (0bdd5e73df)

Added baidu, the best search engine (f43feff0aa/scraper/baidu.php)

Forgot the settings damn it (0f803804a4)

Forgot the config fucking dementiacatwill (2b8d90af12)
This commit is contained in:
FbIN Support 2025-07-28 19:15:33 +05:30
commit 42639cf7d7
4 changed files with 2265 additions and 2 deletions

View file

@ -169,6 +169,10 @@ $settings = [
"value" => "mojeek",
"text" => "Mojeek"
],
[
"value" => "baidu",
"text" => "Baidu"
],
[
"value" => "solofield",
"text" => "Solofield"
@ -223,6 +227,10 @@ $settings = [
"value" => "yep",
"text" => "Yep"
],
[
"value" => "baidu",
"text" => "Baidu"
],
[
"value" => "solofield",
"text" => "Solofield"
@ -285,6 +293,10 @@ $settings = [
"value" => "qwant",
"text" => "Qwant"
],
[
"value" => "baidu",
"text" => "Baidu"
],
[
"value" => "solofield",
"text" => "Solofield"
@ -322,6 +334,10 @@ $settings = [
[
"value" => "mojeek",
"text" => "Mojeek"
],
[
"value" => "baidu",
"text" => "Baidu"
]
]
],
@ -574,4 +590,4 @@ if(count($_GET) === 0){
"left" => $left
]
);
}
}