From f2372f78dbe39fdd6ec576899698a5aa3ff835fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E9=B8=9F=E7=94=9F=E4=BA=A7?= Date: Wed, 18 Mar 2026 14:42:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=97=8F=E5=93=81=E7=BC=96=E5=8F=B7?= =?UTF-8?q?=E5=90=8E=E6=98=BE=E7=A4=BA=E6=89=80=E5=B1=9E=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D?= 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/List.jsx | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/VERSION b/config/VERSION index 946544f..9fd86bf 100644 --- a/config/VERSION +++ b/config/VERSION @@ -2,7 +2,7 @@ # Version Configuration for Zodiac Collection Management System # 当前版本号 (语义化版本:主版本。次版本.修订版) -VERSION=1.2.0 +VERSION=1.2.1 # 版本代号 (可选) VERSION_CODENAME="新生" diff --git a/frontend/index.html b/frontend/index.html index a5c51ce..8a47fdb 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v1.1.9 + 甲辰收藏 v1.2.0 diff --git a/frontend/src/pages/List.jsx b/frontend/src/pages/List.jsx index b3aa459..936f0b4 100644 --- a/frontend/src/pages/List.jsx +++ b/frontend/src/pages/List.jsx @@ -343,8 +343,10 @@ export default function List() {
goDetail(item.id)} style={{ background: 'rgba(255,255,255,0.03)', border: '1px solid rgba(255,255,255,0.05)', borderRadius: '12px', padding: '14px', marginBottom: '10px', cursor: 'pointer' }}>
- {isAdmin && item.owner_name &&
👤 {item.owner_name}
} -
{item.code || '-'}
+
+
{item.code || '-'}
+ {isAdmin && item.owner_name &&
👤 {item.owner_name}
} +
{item.prefixSerial || '-'}