From 655710555b4eb19ffa35bfeb2258871bfc0ebee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Wed, 8 Apr 2026 17:22:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DUserFeedback=E6=A8=A1?= =?UTF-8?q?=E5=9E=8Bdatetime=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/models/models.py | 1 + frontend/index.html | 2 +- frontend/src/pages/Info.jsx | 7 +------ 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/backend/app/models/models.py b/backend/app/models/models.py index b20a3a4..bcba704 100644 --- a/backend/app/models/models.py +++ b/backend/app/models/models.py @@ -1,4 +1,5 @@ # 数据库模型 - 使用字段编码 +from datetime import datetime from sqlalchemy import Column, String, Float, Boolean, DateTime, Integer, Text, ForeignKey, Date, UniqueConstraint from sqlalchemy.orm import relationship from sqlalchemy.sql import func diff --git a/frontend/index.html b/frontend/index.html index 6525875..bbba12c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v1.2.50 + 甲辰收藏 v1.2.63 diff --git a/frontend/src/pages/Info.jsx b/frontend/src/pages/Info.jsx index 2aae2f0..2791dd1 100644 --- a/frontend/src/pages/Info.jsx +++ b/frontend/src/pages/Info.jsx @@ -580,9 +580,7 @@ export default function Info() {
📮 用户反馈
- ) : ( - /* 发布列表 */ - {loading ? ( + ) : loading ? (
加载中...
) : filteredList.length === 0 ? (
暂无发布记录
@@ -696,6 +694,3 @@ export default function Info() { ) } - - -