From 231c705c362fcb45f7379bd12fe83b35249c0ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Sat, 21 Mar 2026 21:15:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E8=97=8F=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AD=97=E4=BD=93=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=86=A0=E5=AD=97=E5=8F=B714px=E5=8A=A0=E7=B2=97=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E5=8F=B712px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/VERSION | 2 +- frontend/index.html | 2 +- frontend/src/pages/Home.jsx | 2 +- frontend/src/pages/List.jsx | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) 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}}