From dcb40a2e5ae873c4ebd70224c619fac9d9f98d76 Mon Sep 17 00:00:00 2001 From: skimrme Date: Sat, 21 Mar 2026 21:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8D=E5=A5=BD=E7=9A=84?= =?UTF-8?q?=E4=B8=9C=E8=A5=BF=E8=A2=AB=E5=B1=95=E7=A4=BA=EF=BC=8C=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=87=8D=E5=AE=9A=E5=90=91=E5=88=B0=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E5=9C=B0=E5=B8=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blueprint/blog_views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blueprint/blog_views.py b/blueprint/blog_views.py index 25cecf0..400ce44 100755 --- a/blueprint/blog_views.py +++ b/blueprint/blog_views.py @@ -34,10 +34,11 @@ def re(): def no_say_man(subpath=None): return redirect(url_for('blog.re')) +@blog_bp.route('/mirrors/game/') @blog_bp.route('/mirrors/game/') def no_game(subpath=None): return redirect(url_for('blog.re')) - +# 重定向 @blog_bp.route('/') def home():