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 || '用户'}
+
欢迎回来 👋
+