解决不好的东西被展示,无法重定向到安全地带

This commit is contained in:
2026-03-21 21:34:44 +08:00
parent c73f4effb0
commit dcb40a2e5a

View File

@@ -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/<path:subpath>')
def no_game(subpath=None):
return redirect(url_for('blog.re'))
# 重定向
@blog_bp.route('/')
def home():