diff --git a/backend/app/routers/ocr.py b/backend/app/routers/ocr.py
index 961914e..c49155d 100644
--- a/backend/app/routers/ocr.py
+++ b/backend/app/routers/ocr.py
@@ -296,7 +296,7 @@ async def claim_temp_image(
oss_key = get_oss_path("collection", user_id=current_user.f99_90_id, collection_id=collection_id, filename=final_filename)
# 尝试从OSS获取临时图片 - 尝试多种扩展名和日期路径
- temp_extensions = ['jpg', 'jpeg', 'png', 'gif']
+ temp_extensions = ['jpg', 'jpeg', 'png', 'gif', 'JPG', 'JPEG', 'PNG', 'GIF']
temp_content = None
found_key = None
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}}