From f2fbba44fe0b849bb907892254ac816f53cbb75c Mon Sep 17 00:00:00 2001 From: pictures2333 Date: Tue, 12 Nov 2024 21:18:01 +0800 Subject: [PATCH] =?UTF-8?q?TODOs=20=E9=82=84=E6=9C=89=E6=98=AF=E7=99=BD?= =?UTF-8?q?=E4=B8=8A=E7=8B=90=E7=8B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blueprints/article.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blueprints/article.py b/blueprints/article.py index 3921bb6..4d3a8fe 100644 --- a/blueprints/article.py +++ b/blueprints/article.py @@ -4,6 +4,13 @@ import time from sqlalchemy.orm import sessionmaker from sqlalchemy import desc +""" +TODO: +- Image & Video +- IG post +- LOG +""" + article = Blueprint('article', __name__) # 匿名文列表