至此迁移完毕,剩下整合细改了,接下来老旧的php_web就可以归档啦

This commit is contained in:
2025-12-22 17:49:08 +08:00
parent 49fe419232
commit a8161d0736
11 changed files with 51 additions and 0 deletions

View File

@@ -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():

View File

@@ -0,0 +1 @@
google-site-verification: google02f6a3f6004a32c6.html

0
static/js/alpine.js Normal file → Executable file
View File

0
static/robots.txt Normal file → Executable file
View File

0
static/sitemap.xml Normal file → Executable file
View File

View File

@@ -0,0 +1,45 @@
<html>
<head>
<title>推荐网页</title>
<meta charset="utf-8" lang="zh-CN">
</head>
<body>
<center>
<h3>漫画</h3>
<th>
<td id="font_a">
<a href="https://xmanhua.com/">xmanhua</a>
</td>
</th>
<th>
<td id="font_a">
<a href="https://komiic.com/">komiic</a>
</td>
</th>
<th>
<td id="font_a">
<a href="https://mangadex.org/">mangadex</a>
</td>
</th>
<th>
<td id="font_a">
<a href="https://mangabz.com/">mangabz</a>
</td>
</th>
<h3>动漫</h3>
<th>
<td id="font_a">
<a href="https://www.agedm.com">age动漫 | 尽量不要开梯</a>
</td>
</th>
</center>
</body>
</html>
<style>
#font_a {
width: 50px;
}
</style>

1
static/video.html Normal file
View File

@@ -0,0 +1 @@
<iframe src="//player.bilibili.com/player.html?isOutside=true&aid=115578442356850&bvid=BV12CCdBkEL6&cid=34120008494&p=1&autoplay=0" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width: 100%; height: 100%;"></iframe>

0
templates/list.html Normal file → Executable file
View File

0
templates/mirrors.html Normal file → Executable file
View File

0
templates/posts.html Normal file → Executable file
View File

0
templates/sitemap.xml Normal file → Executable file
View File