From d0535e3f2d7de81fd2f2bc033334e7241abae980 Mon Sep 17 00:00:00 2001 From: luxtiasco <79135227+luxtiasco@users.noreply.github.com> Date: Wed, 22 Feb 2023 22:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20webapp.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- searx/webapp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/webapp.py b/searx/webapp.py index 449f5cf9e..43bd64678 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -987,6 +987,7 @@ new_text=text.replaceAll("(","(").replaceAll(")",")") for(let i=prompt.url_pair.length;i>=0;--i) { new_text = new_text.replaceAll("(url"+String(i),"(https://url"+String(i) ) + new_text = new_text.replaceAll("(链接url"+String(i),"(https://url"+String(i) ) new_text = new_text.replaceAll("(链接"+String(i),"(https://url"+String(i) ) } new_text = replaceUrlWithFootnote(new_text)