From 4c90d8c87e138027e72c9ce8667ecbd010d0071d Mon Sep 17 00:00:00 2001 From: s4kura0ne Date: Thu, 24 Mar 2022 09:25:30 +0800 Subject: [PATCH 1/2] added Baidu and sort order by alphabet --- storage/app/searchproviders.yaml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/storage/app/searchproviders.yaml b/storage/app/searchproviders.yaml index 6c5ab5e54..465b360e4 100644 --- a/storage/app/searchproviders.yaml +++ b/storage/app/searchproviders.yaml @@ -1,15 +1,10 @@ -tiles: - id: tiles - name: Tiles - target: _blank - -google: - id: google - url: https://www.google.com/search - name: Google +baidu: + id: baidu + url: https://www.baidu.com/s + name: Baidu method: get target: _blank - query: q + query: wd bing: id: bing @@ -27,6 +22,14 @@ ddg: target: _blank query: q +google: + id: google + url: https://www.google.com/search + name: Google + method: get + target: _blank + query: q + startpage: id: startpage url: https://www.startpage.com/do/dsearch @@ -35,3 +38,7 @@ startpage: target: _blank query: query +tiles: + id: tiles + name: Tiles + target: _blank From 937e576520c0775af49114af5ebe40c48086ee87 Mon Sep 17 00:00:00 2001 From: S4kura0ne Date: Fri, 25 Mar 2022 01:00:07 +0800 Subject: [PATCH 2/2] move tiles to the first --- storage/app/searchproviders.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/storage/app/searchproviders.yaml b/storage/app/searchproviders.yaml index 465b360e4..bbb13d68b 100644 --- a/storage/app/searchproviders.yaml +++ b/storage/app/searchproviders.yaml @@ -1,3 +1,8 @@ +tiles: + id: tiles + name: Tiles + target: _blank + baidu: id: baidu url: https://www.baidu.com/s @@ -37,8 +42,3 @@ startpage: method: get target: _blank query: query - -tiles: - id: tiles - name: Tiles - target: _blank