fix(web-search):使用360搜索无法打开网页.

This commit is contained in:
JunjieBai 2024-02-22 14:46:14 +08:00 committed by iaom
parent 39e72434f2
commit cf59410f10
1 changed files with 1 additions and 1 deletions

View File

@ -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 {