上传修改

This commit is contained in:
2026-02-22 01:20:14 +08:00
parent ccd0d285dd
commit 2db84617ea
4 changed files with 8 additions and 7 deletions

View File

@@ -34,6 +34,10 @@ def re():
def no_say_man(subpath=None):
return redirect(url_for('blog.re'))
@blog_bp.route('/mirrors/game/<path:subpath>')
def no_game(subpath=None):
return redirect(url_for('blog.re'))
@blog_bp.route('/')
def home():