From cf59410f10f2ee911e1f571b578ede8a66f2aa9e Mon Sep 17 00:00:00 2001 From: JunjieBai Date: Thu, 22 Feb 2024 14:46:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(web-search):=E4=BD=BF=E7=94=A8360=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E7=BD=91=E9=A1=B5?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libsearch/websearch/web-search-plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsearch/websearch/web-search-plugin.cpp b/libsearch/websearch/web-search-plugin.cpp index 3462f8f..3f2a802 100644 --- a/libsearch/websearch/web-search-plugin.cpp +++ b/libsearch/websearch/web-search-plugin.cpp @@ -116,7 +116,7 @@ void UkuiSearch::WebSearchPlugin::openAction(int actionkey, QString key, int typ QString address; if(!m_webEngine.isEmpty()) { if(m_webEngine == "360") { - address = "https://so.com/s?q=" + m_keyWord; //360 + address = "https://www.so.com/s?q=" + m_keyWord; //360 } else if(m_webEngine == "sougou") { address = "https://www.sogou.com/web?query=" + m_keyWord; //搜狗 } else {