增加文章最后修改日期,并且准备转向前端请求,并非后端模板的想法

This commit is contained in:
2026-04-11 02:03:21 +08:00
parent 98314cbfe3
commit abdf1b4258
4 changed files with 42 additions and 9 deletions

View File

@@ -4,11 +4,4 @@ docs_api = Blueprint('/api/docs', __name__)
@docs_api.get("/")
def home():
return """
<br><br><h1>其实我最开始是想用fastapi的.....</h1>.....
<br>
<br>
查询日志
<br>
<a href="https://ww3.tw/api/s/get/logs/">https://ww3.tw/api/s/get/logs/</a>
"""
return "123"