From ecfb0db1fad8ab513cb87dcba56774aa3dfd4a25 Mon Sep 17 00:00:00 2001 From: Jowe <123822645+Selei1983@users.noreply.github.com> Date: Fri, 13 Mar 2026 21:12:47 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=A6=96=E9=A1=B5=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=AF=8F=E9=A1=B520=E6=9D=A1=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=8A=A0=E8=BD=BD=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 758f0b2..19841a6 100644 --- a/app.py +++ b/app.py @@ -110,7 +110,7 @@ def create_app(config_name='default'): search_query = request.args.get('q', '').strip() current_tab = request.args.get('tab', 'latest') # 默认为"最新" page = request.args.get('page', 1, type=int) - per_page = 100 # 每页显示100个站点 + per_page = 20 # 每页显示20个站点 selected_tag = None