diff --git a/searx/webapp.py b/searx/webapp.py index 978120f31..5c3dfe135 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -682,7 +682,7 @@ def process_result(result): # 判断返回值是否为'null',如果不是则更新title if response.text != 'null': - result['title'] += ' 此网站主人是:' +response.text + result['title'] += ' 网站备案主体:' +response.text @app.route('/search', methods=['GET', 'POST']) def search(): diff --git a/searx/webapp1.py b/searx/webapp1.py index 6652e4c91..22c5506d1 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -682,7 +682,7 @@ def process_result(result): # 判断返回值是否为'null',如果不是则更新title if response.text != 'null': - result['title'] += ' 此网站主人是:' +response.text + result['title'] += ' 网站备案主体:' +response.text @app.route('/search', methods=['GET', 'POST']) def search():