diff --git a/config/VERSION.json b/config/VERSION.json
index 5f711d2..681ef4a 100644
--- a/config/VERSION.json
+++ b/config/VERSION.json
@@ -1,5 +1,5 @@
{
- "version": "0.0.1",
+ "version": "v0.0.3",
"updated": "2026-04-19",
"modules": {
"frontend": {
diff --git a/frontend/src/pages/Add.jsx b/frontend/src/pages/Add.jsx
index afa7d1b..cd04124 100644
--- a/frontend/src/pages/Add.jsx
+++ b/frontend/src/pages/Add.jsx
@@ -1,6 +1,6 @@
/**
* Add - 添加藏品页面
- * Version: 0.0.1x
+ * Version: 0.0.1
* 更新:
*/
diff --git a/frontend/src/pages/Admin.jsx b/frontend/src/pages/Admin.jsx
index 9345b8b..17d6044 100644
--- a/frontend/src/pages/Admin.jsx
+++ b/frontend/src/pages/Admin.jsx
@@ -1,6 +1,6 @@
/**
* Admin - 管理员用户管理页面
- * Version: 0.0.1 (2026-04-19)
+ * Version: 0.0.2 (2026-04-19)
* 更新:新增 dealCount 字段显示用户发布的行情数量
*/
@@ -589,7 +589,7 @@ export default function Admin() {
{/* 版本号 - 移到表格下方,避免被底部导航遮挡 */}
window.location.hash = '#/add?mode=ocr'} style={{
- background: 'linear-gradient(135deg, #22c55e 0%, #16a34a 100%)',
+ background: 'linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%)',
borderRadius: '12px',
padding: '12px 16px',
+ border: '1px solid rgba(255,255,255,0.08)',
cursor: 'pointer',
display: 'flex',
flexDirection: 'column',
@@ -188,13 +189,14 @@ export default function Home() {
justifyContent: 'center',
textAlign: 'center'
}}>
-
藏品录入
-
AI识别添加
+
藏品录入
+
AI识别添加
window.location.hash = '#/add?mode=deal'} style={{
- background: 'linear-gradient(135deg, #ec4899 0%, #db2777 100%)',
+ background: 'linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%)',
borderRadius: '12px',
padding: '12px 16px',
+ border: '1px solid rgba(255,255,255,0.08)',
cursor: 'pointer',
display: 'flex',
flexDirection: 'column',
@@ -202,13 +204,14 @@ export default function Home() {
justifyContent: 'center',
textAlign: 'center'
}}>
-
行情录入
-
录入成交行情
+
行情录入
+
录入成交行情
window.location.hash = '#/news?type=seek'} style={{
- background: 'linear-gradient(135deg, #f59e0b 0%, #d97706 100%)',
+ background: 'linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%)',
borderRadius: '12px',
padding: '12px 16px',
+ border: '1px solid rgba(255,255,255,0.08)',
cursor: 'pointer',
display: 'flex',
flexDirection: 'column',
@@ -216,13 +219,14 @@ export default function Home() {
justifyContent: 'center',
textAlign: 'center'
}}>
-
发布寻号
-
发布寻配需求
+
发布寻号
+
发布寻配需求
window.location.hash = '#/add?mode=manual'} style={{
- background: 'linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)',
+ background: 'linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%)',
borderRadius: '12px',
padding: '12px 16px',
+ border: '1px solid rgba(255,255,255,0.08)',
cursor: 'pointer',
display: 'flex',
flexDirection: 'column',
@@ -230,8 +234,8 @@ export default function Home() {
justifyContent: 'center',
textAlign: 'center'
}}>
-
发布藏品
-
手动发布
+
发布藏品
+
手动发布
@@ -421,6 +425,17 @@ export default function Home() {
))}