diff --git a/blueprint/blog_views.py b/blueprint/blog_views.py index f1626df..25cecf0 100755 --- a/blueprint/blog_views.py +++ b/blueprint/blog_views.py @@ -34,6 +34,10 @@ def re(): def no_say_man(subpath=None): return redirect(url_for('blog.re')) +@blog_bp.route('/mirrors/game/') +def no_game(subpath=None): + return redirect(url_for('blog.re')) + @blog_bp.route('/') def home(): diff --git a/templates/blog/home.html b/templates/blog/home.html index 351e3da..760a612 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -102,9 +102,9 @@
来源: https://greendam.icu/ -
+ - +

主页访问计数: {{counter}}

diff --git a/templates/blog/include/wallpaper.html b/templates/blog/include/wallpaper.html index f6daa89..20d3fa8 100644 --- a/templates/blog/include/wallpaper.html +++ b/templates/blog/include/wallpaper.html @@ -2,7 +2,7 @@ {% set wallpaper_apis =[ 'https://www.loliapi.com/acg/pc/', 'https://api.sretna.cn/api/pc.php', - 'https://www.api.plus/API/dongman/', + 'https://www.api.plus/api/dongman', 'https://moe.jitsu.top/img/?sort=pc', 'https://www.dmoe.cc/random.php', 'https://api.mtyqx.cn/tapi/random.php'] %} diff --git a/templates/blog/paint.html b/templates/blog/paint.html index 8a6fb0e..4ab29ca 100644 --- a/templates/blog/paint.html +++ b/templates/blog/paint.html @@ -9,8 +9,5 @@ {% block content %} {% include 'blog/include/navbar.html' %} -施工中... -
-这里会展示我绘制的一些屑作.... -
+ {% endblock %} \ No newline at end of file