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() { ) } - - -