From da4a2508471826d9c1db2bbdbe4f65f9e68e020f 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:32:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4=20-=20Logo-=E9=80=80?= =?UTF-8?q?=E5=87=BA-=E8=AE=BE=E7=BD=AE-=E7=89=88=E6=9C=AC=E5=8F=B7-?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= 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 | 17 ++++++----------- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/config/VERSION b/config/VERSION index 4e3d8f6..e4607d4 100644 --- a/config/VERSION +++ b/config/VERSION @@ -2,7 +2,7 @@ # Version Configuration for Zodiac Collection Management System # 当前版本号 (语义化版本:主版本。次版本.修订版) -VERSION=1.1.16 +VERSION=1.1.17 # 版本代号 (可选) VERSION_CODENAME="新生" diff --git a/frontend/index.html b/frontend/index.html index b2b2b40..1bbfe2f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - 甲辰收藏 v1.1.15 + 甲辰收藏 v1.1.16 diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index 83fcdb1..fba541c 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -96,20 +96,15 @@ export default function Home() { backdropFilter: 'blur(10px)' }}>
- {/* Logo */} 甲辰收藏 - - {/* 用户信息 */} -
-
{user?.username || '用户'}
-
欢迎回来 👋
-
- - {/* 右侧:退出 - 设置 - 版本号 */} -
+
退出
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}
+
v{APP_VERSION}
+
+
{user?.username || '用户'}
+
欢迎回来 👋
+