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 || '-'}