迁移基本完成,还有一些页面需要核对

This commit is contained in:
2025-12-22 16:55:31 +08:00
parent 7e44fe8a2a
commit 49fe419232
16 changed files with 327 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
{% block content %}
<h1>学习如何搭建一个blog</h1>
<h2>欢迎访问一个学习如何搭建一个blog的页面</h2>
{% for posts in posts %}
<a href="/study/posts/{{ posts['id'] }}">
<!--a href="{{ url_for('study.show_posts_id', posts_id=posts['id']) }}"-->