aboutsummaryrefslogtreecommitdiffstats
path: root/vencord-patches/0008-ReplaceGoogleSearch.patch
diff options
context:
space:
mode:
author1024x22024-08-13 21:08:35 +0100
committer1024x22024-08-13 21:08:35 +0100
commitdf7d165228846d51beba93aaf133809d8f4824d4 (patch)
tree9546cfa515a19f03d95696fee7a59853df4b7b1c /vencord-patches/0008-ReplaceGoogleSearch.patch
parent81fbe676d788841cc8580815e2e2067759961fbe (diff)
Move patches into a folder
Diffstat (limited to 'vencord-patches/0008-ReplaceGoogleSearch.patch')
-rw-r--r--vencord-patches/0008-ReplaceGoogleSearch.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/vencord-patches/0008-ReplaceGoogleSearch.patch b/vencord-patches/0008-ReplaceGoogleSearch.patch
new file mode 100644
index 0000000..7ad9608
--- /dev/null
+++ b/vencord-patches/0008-ReplaceGoogleSearch.patch
@@ -0,0 +1,29 @@
+From 3d0cd1cf306a8e010c7389e5b654ac7cd75d1623 Mon Sep 17 00:00:00 2001
+From: 1024x2 <2pow11@gmail.com>
+Date: Sat, 20 Jul 2024 00:04:36 +0100
+Subject: [PATCH 8/8] =?UTF-8?q?ReplaceGoogleSearch:=20=E9=87=8D=E6=96=B0?=
+ =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=99=BE=E5=BA=A6=E6=94=AF=E6=8C=81?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+中华人民共和国万岁!!! 🇨🇳🇨🇳🇨🇳
+---
+ src/plugins/replaceGoogleSearch/index.tsx | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/plugins/replaceGoogleSearch/index.tsx b/src/plugins/replaceGoogleSearch/index.tsx
+index 43b0762a..f7d32397 100644
+--- a/src/plugins/replaceGoogleSearch/index.tsx
++++ b/src/plugins/replaceGoogleSearch/index.tsx
+@@ -17,6 +17,7 @@ const DefaultEngines = {
+ Bing: "https://www.bing.com/search?q=",
+ Yahoo: "https://search.yahoo.com/search?p=",
+ Yandex: "https://yandex.com/search/?text=",
++ Baidu: "https://www.baidu.com/s?wd=",
+ GitHub: "https://github.com/search?q=",
+ Reddit: "https://www.reddit.com/search?q=",
+ Wikipedia: "https://wikipedia.org/w/index.php?search=",
+--
+2.45.2
+