From 3057835bf3d19f59ded5fcb56460ddee05faedd0 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 15:30:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4=20-=20Logo-=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF-=E9=80=80=E5=87=BA=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=89=88=E6=9C=AC=E5=8F=B7?= 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 | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config/VERSION b/config/VERSION index 1829e0f..4e3d8f6 100644 --- a/config/VERSION +++ b/config/VERSION @@ -2,7 +2,7 @@ # Version Configuration for Zodiac Collection Management System # 当前版本号 (语义化版本:主版本。次版本.修订版) -VERSION=1.1.15 +VERSION=1.1.16 # 版本代号 (可选) VERSION_CODENAME="新生" diff --git a/frontend/index.html b/frontend/index.html index fcb2490..b2b2b40 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v1.1.14 + 甲辰收藏 v1.1.15 diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index a069491..83fcdb1 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -96,15 +96,20 @@ export default function Home() { backdropFilter: 'blur(10px)' }}>
+ {/* Logo */} 甲辰收藏 + + {/* 用户信息 */}
{user?.username || '用户'}
欢迎回来 👋
-
-
v{APP_VERSION}
-
window.location.hash = '#/settings'} style={{ color: 'rgba(255,255,255,0.5)', cursor: 'pointer', fontSize: '12px', padding: '4px 8px', border: '1px solid rgba(255,255,255,0.2)', borderRadius: '4px' }}>设置
+ + {/* 右侧:退出 - 设置 - 版本号 */} +
退出
+
window.location.hash = '#/settings'} style={{ color: 'rgba(255,255,255,0.5)', cursor: 'pointer', fontSize: '12px', padding: '4px 8px', border: '1px solid rgba(255,255,255,0.2)', borderRadius: '4px' }}>设置
+
v{APP_VERSION}