From a8161d0736438939a2bf48332f6b13986920e780 Mon Sep 17 00:00:00 2001 From: skimrme Date: Mon, 22 Dec 2025 17:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=B3=E6=AD=A4=E8=BF=81=E7=A7=BB=E5=AE=8C?= =?UTF-8?q?=E6=AF=95=EF=BC=8C=E5=89=A9=E4=B8=8B=E6=95=B4=E5=90=88=E7=BB=86?= =?UTF-8?q?=E6=94=B9=E4=BA=86=EF=BC=8C=E6=8E=A5=E4=B8=8B=E6=9D=A5=E8=80=81?= =?UTF-8?q?=E6=97=A7=E7=9A=84php=5Fweb=E5=B0=B1=E5=8F=AF=E4=BB=A5=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=E5=95=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 +++ static/google02f6a3f6004a32c6.html | 1 + static/js/alpine.js | 0 static/robots.txt | 0 static/sitemap.xml | 0 static/tui_jian/index.html | 45 ++++++++++++++++++++++++++++++ static/video.html | 1 + templates/list.html | 0 templates/mirrors.html | 0 templates/posts.html | 0 templates/sitemap.xml | 0 11 files changed, 51 insertions(+) create mode 100644 static/google02f6a3f6004a32c6.html mode change 100644 => 100755 static/js/alpine.js mode change 100644 => 100755 static/robots.txt mode change 100644 => 100755 static/sitemap.xml create mode 100644 static/tui_jian/index.html create mode 100644 static/video.html mode change 100644 => 100755 templates/list.html mode change 100644 => 100755 templates/mirrors.html mode change 100644 => 100755 templates/posts.html mode change 100644 => 100755 templates/sitemap.xml diff --git a/main.py b/main.py index 15a5e23..d507b03 100755 --- a/main.py +++ b/main.py @@ -55,6 +55,10 @@ def autoindex(path='.'): def robots(): return send_from_directory(app.static_folder, 'robots.txt') +@app.route('/google02f6a3f6004a32c6.html') +def google02f6a3f6004a32c6(): + return send_from_directory(app.static_folder, 'google02f6a3f6004a32c6.html') + @app.route('/sitemap.xml/') def sitemap(): diff --git a/static/google02f6a3f6004a32c6.html b/static/google02f6a3f6004a32c6.html new file mode 100644 index 0000000..9005144 --- /dev/null +++ b/static/google02f6a3f6004a32c6.html @@ -0,0 +1 @@ +google-site-verification: google02f6a3f6004a32c6.html \ No newline at end of file diff --git a/static/js/alpine.js b/static/js/alpine.js old mode 100644 new mode 100755 diff --git a/static/robots.txt b/static/robots.txt old mode 100644 new mode 100755 diff --git a/static/sitemap.xml b/static/sitemap.xml old mode 100644 new mode 100755 diff --git a/static/tui_jian/index.html b/static/tui_jian/index.html new file mode 100644 index 0000000..0490754 --- /dev/null +++ b/static/tui_jian/index.html @@ -0,0 +1,45 @@ + + + 推荐网页 + + + + +
+

漫画

+ + + xmanhua + + + + + komiic + + + + + mangadex + + + + + mangabz + + +

动漫

+ + + age动漫 | 尽量不要开梯 + + +
+ + + + + \ No newline at end of file diff --git a/static/video.html b/static/video.html new file mode 100644 index 0000000..da37382 --- /dev/null +++ b/static/video.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/list.html b/templates/list.html old mode 100644 new mode 100755 diff --git a/templates/mirrors.html b/templates/mirrors.html old mode 100644 new mode 100755 diff --git a/templates/posts.html b/templates/posts.html old mode 100644 new mode 100755 diff --git a/templates/sitemap.xml b/templates/sitemap.xml old mode 100644 new mode 100755