diff --git a/config/VERSION b/config/VERSION index da24860..cfb0091 100644 --- a/config/VERSION +++ b/config/VERSION @@ -1 +1 @@ -VERSION=1.2.4 +VERSION=1.2.5 diff --git a/frontend/index.html b/frontend/index.html index 9ea7754..757b50b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v1.2.4 + 甲辰收藏 v1.2.5 diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index ca4d1b4..dc0262b 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -200,7 +200,7 @@ export default function Home() { alignItems: 'center' }}>
-
{item.code || '-'} {item.prefixSerial || ''}
+
{item.code || '-'} {item.prefixSerial || ''}
{item.version || '-'} · {item.status === 'sold' ? '已售' : item.status === 'in_collection' ? '收藏中' : item.status}
diff --git a/frontend/src/pages/List.jsx b/frontend/src/pages/List.jsx index 12bb114..ccffac6 100644 --- a/frontend/src/pages/List.jsx +++ b/frontend/src/pages/List.jsx @@ -364,8 +364,8 @@ export default function List() { {/* 第1行:编号 + 冠字号 + 包装(蓝色) | 状态 + 持仓类型 + 珍惜度(紫色) */}
- {item.code || '-'} - {item.prefixSerial || '-'} + {item.code || '-'} + {item.prefixSerial || '-'} {item.packaging && {item.packaging}}
@@ -522,7 +522,7 @@ export default function List() { {filteredCollections.map(item => (
goDetail(item.id)} style={{ background: 'rgba(255,255,255,0.03)', border: '1px solid rgba(255,255,255,0.05)', borderRadius: '12px', padding: '12px', cursor: 'pointer' }}>
🐉
-
{item.code || '-'}
+
{item.code || '-'}
{item.prefixSerial || '-'}
{item.gradingScore && {item.gradingScore}}