迁移完毕.....舒服

This commit is contained in:
2025-12-23 13:03:36 +08:00
parent 24643b132a
commit 50199ec37f
7 changed files with 109 additions and 50 deletions

View File

@@ -1,14 +1,31 @@
<html>
<head>
<meta http-equiv="refresh" content="2.0;url={{ url_for('blog.home') }}">
<title>不想写了</title>
<!--meta http-equiv="refresh" content="2.0;url={{ url_for('blog.home') }}"-->
<title>关于</title>
<meta charset="utf-8" lang="zh-CN">
</head>
<body>
<a href="{{ url_for('blog.home') }}">返回首页</a>__<a href="{{ url_for('blog.sitemap') }}">网页地图</a>
<hr>
本站建立于大概2025年8月前后<br>
差不多是个人博客多次重建后的成果<br>
如今我已经成长很多<br>
<br>
<a href="https://wiki.ww3.tw/doku.php?id=zh_cn:skimrme">站长介绍<a>
<p>2025.12.22</p>
<br>
<br>
<hr>
忘记写了
<br>
所以暂时就不写了
<p>2025.08.05</p>
<p>over</p>
</body>
</html>
</html>
<style>
a {
text-decoration: none;
}
</style>

View File

@@ -250,7 +250,7 @@
<script>
function initSakanaWidget(){
const customImageUrl = 'https://open-ww3-project.ww3.tw/blog/src/img/my_girl.png';
const customImageUrl = "{{ url_for('static', filename='img/my_girl.png') }}";
const baseCharacter = SakanaWidget.getCharacter('chisato');
const myCharacter = {
image: customImageUrl,

View File

@@ -2,13 +2,14 @@
<urlset xmlns="www.sitemaps.org">
<url>
<loc>{{ base_url }}</loc>
<lastmod>2025.12.22</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
{% for posts in posts %}
<url>
<loc>{{ base_url }}posts/{{ posts['id'] }}</loc>
<lastmod>{{ posts.updated_at }}</lastmod>
<loc>{{ base_url }}posts/{{ posts['id'] }}/</loc>
<lastmod>{{ posts['date'] }}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>